This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==== //dfp/Main/Common/Code/NonDF/lupa/lupa/_lupa.pyx#1 (text) - //dfp/Main/Common/Code/NonDF/lupa/lupa/_lupa.pyx#2 (text) ==== content | |
@@ -18,6 +18,7 @@ | |
cdef extern from *: | |
ctypedef char* const_char_ptr "const char*" | |
+ctypedef unsigned long uintptr_t | |
cdef object exc_info | |
from sys import exc_info | |
@@ -458,6 +459,45 @@ |