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 berker.peksag
Recipients alejolp, anish.shah, berker.peksag, brett.cannon, docs@python, orsenthil, terry.reedy
Date 2015-12-23.22:23:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450909424.06.0.987780315618.issue12484@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good to me.

_PyImport_FixupExtension does not exist in Python 3, but it's still documented in Doc/c-api/import.rst. We need to remove it, too.

(Or we could document _PyImport_FixupExtensionObject since there are already documented internal functions in that file.)
History
Date User Action Args
2015-12-23 22:23:44berker.peksagsetrecipients: + berker.peksag, brett.cannon, terry.reedy, orsenthil, alejolp, docs@python, anish.shah
2015-12-23 22:23:44berker.peksagsetmessageid: <1450909424.06.0.987780315618.issue12484@psf.upfronthosting.co.za>
2015-12-23 22:23:44berker.peksaglinkissue12484 messages
2015-12-23 22:23:43berker.peksagcreate