Use PY_VERSION_HEX rather than sys.version_info for typeslot versioning.
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 19 Sep 2007 22:35:13 +0000 (15:35 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 19 Sep 2007 22:35:13 +0000 (15:35 -0700)
commitee65439e9a85884a5ff801dbd54559cbb550d99a
treebe28522a963a41e6d182551f338e03e4ff1428ec
parent29126ac3ca9a438e3637203f76ad931e9fe4b69d
Use PY_VERSION_HEX rather than sys.version_info for typeslot versioning.

so the generated c files don't depend on the version of python used to run Cython
Cython/Compiler/Naming.py
Cython/Compiler/TypeSlots.py