[Python-Dev] microsoft dlls apparently don't support data. implications: PyAPI functions required to access data across modules.

Antoine Pitrou solipsis at pitrou.net
Sun Jan 25 17:41:54 CET 2009


Luke Kenneth Casson Leighton <lkcl <at> lkcl.net> writes:
> 
> that means that the Py_None macro must call the "getter" function.

Given the negative performance implications that it would have, chances are it
is out of question.
Also, while not a Windows expert *at all*, I'd question your interpretation of
the problem. If data could not be found in a DLL, how could Windows builds of
Python (and third-party extensions) work at all?




More information about the Python-Dev mailing list