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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28405>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to