Show More
@@ -20,7 +20,10 b'' | |||||
20 | * 3 to compile. We should remove this once Python 3 support is fully |
|
20 | * 3 to compile. We should remove this once Python 3 support is fully | |
21 | * supported and proper types are used in the extensions themselves. */ |
|
21 | * supported and proper types are used in the extensions themselves. */ | |
22 | #define PyInt_Type PyLong_Type |
|
22 | #define PyInt_Type PyLong_Type | |
|
23 | #define PyInt_Check PyLong_Check | |||
23 | #define PyInt_FromLong PyLong_FromLong |
|
24 | #define PyInt_FromLong PyLong_FromLong | |
|
25 | #define PyInt_FromSsize_t PyLong_FromSsize_t | |||
|
26 | #define PyInt_AS_LONG PyLong_AS_LONG | |||
24 | #define PyInt_AsLong PyLong_AsLong |
|
27 | #define PyInt_AsLong PyLong_AsLong | |
25 | #endif |
|
28 | #endif | |
26 |
|
29 |
General Comments 0
You need to be logged in to leave comments.
Login now