enable Py_TPFLAGS_HAVE_VERSION_TAG on extension types by default (also in Py2) and...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 6 Apr 2013 20:30:13 +0000 (22:30 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 6 Apr 2013 20:30:13 +0000 (22:30 +0200)
commitb1f10fa2c1bbb0a076807a9f391204c6a997ba9a
treee1c99d8f59a4d060bbe110232f6879bc9ad49cd7
parent2a02485ea8af0b13526052b3c53601cc5edbabb2
enable Py_TPFLAGS_HAVE_VERSION_TAG on extension types by default (also in Py2) and provide 'type_version_tag' option to disable it
CHANGES.rst
Cython/Compiler/Options.py
Cython/Compiler/TypeSlots.py
Cython/Shadow.py
Cython/Utility/ModuleSetupCode.c
docs/src/reference/compilation.rst
tests/compile/ext_attribute_cache.pyx [new file with mode: 0644]