This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author masamoto
Recipients bquinlan, masamoto
Date 2016-10-10.14:50:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476111001.21.0.559089841823.issue28405@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2016-10-10 14:50:01masamotosetrecipients: + masamoto, bquinlan
2016-10-10 14:50:01masamotosetmessageid: <1476111001.21.0.559089841823.issue28405@psf.upfronthosting.co.za>
2016-10-10 14:50:01masamotolinkissue28405 messages
2016-10-10 14:50:00masamotocreate