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 alexandre.vassalotti
Recipients alexandre.vassalotti, belopolsky, georg.brandl, hagen, jaraco, july, ncoghlan, pitrou, python-dev
Date 2013-12-01.01:41:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385862087.6.0.619980075132.issue6477@psf.upfronthosting.co.za>
In-reply-to
Content
Would you be okay with removing the static declaration of PyNotImplemented_Type and PyNone_Type if we prefix their name with an underscore? There isn't any other way to fix this without making the types linkable.

I might revert the 2.7 change anyway as it broke test_xpickle and it doesn't look easy to fix.
History
Date User Action Args
2013-12-01 01:41:27alexandre.vassalottisetrecipients: + alexandre.vassalotti, georg.brandl, jaraco, ncoghlan, belopolsky, pitrou, hagen, july, python-dev
2013-12-01 01:41:27alexandre.vassalottisetmessageid: <1385862087.6.0.619980075132.issue6477@psf.upfronthosting.co.za>
2013-12-01 01:41:27alexandre.vassalottilinkissue6477 messages
2013-12-01 01:41:27alexandre.vassalotticreate