aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/cmake
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2018-01-29 17:29:45 +0100
committerSimo Fält <simo.falt@qt.io>2018-02-02 10:21:12 +0000
commitdc9d1d1a3a96381ae6b7be2ea46840785986ae64 (patch)
tree6b4ae4e19251d6ab9f95d4801bc42c2a20dd10f1 /sources/pyside2/cmake
parentc50004a5fec7bebaa957596a91a43959c85da8a5 (diff)
Fix signature extension disabling
The signature extension is a feature that can switch itself off, using the expression PY_VERSION_HEX >= 0x03040000 || \ (PY_VERSION_HEX < 0x03000000 && PY_VERSION_HEX >= 0x02070000) Unfortunately, the use of this constant when disabled became inconsistent over time. This patch corrects that and also adds a cosmetic improvement that was lost. Task-number: PYSIDE-510 Change-Id: Id1653c391d921a2c51008db2bc222d6f4bec9e90 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources/pyside2/cmake')
0 files changed, 0 insertions, 0 deletions