[issue28405] Compile error on Modules/_futuresmodule.c

Masayuki Yamamoto report at bugs.python.org
Mon Oct 10 10:50:01 EDT 2016


Masayuki Yamamoto added the comment:

I searched declaration for _PyGC_generation0, And it has be found at Include/objimpl.h:259
The found declaration hasn't used PyAPI_DATA macro. Hence, I wrote a patch to wrap declaration by the macro. I has succeeded to build _futures module using the patch.

By the way, I has found similar declarations and defines. I'd like to report them, but Should I create each another issues by places?

----------
keywords: +patch
Added file: http://bugs.python.org/file45043/_PyGC_generation0-declaration.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28405>
_______________________________________


More information about the Python-bugs-list mailing list