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 martin.panter
Recipients benjamin.peterson, gregory.p.smith, martin.panter, serhiy.storchaka, vstinner
Date 2016-04-20.02:12:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461118322.33.0.868237378303.issue26769@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks reasonable as far as I understand it. I don’t know what the consequences of adding new PyAPI_FUNC() symbols to 2.7 is, or changing the Windows build files, so can’t really comment on those aspects though.

I left some questions about porting _Py_open() and _Py_dup().
History
Date User Action Args
2016-04-20 02:12:02martin.pantersetrecipients: + martin.panter, gregory.p.smith, vstinner, benjamin.peterson, serhiy.storchaka
2016-04-20 02:12:02martin.pantersetmessageid: <1461118322.33.0.868237378303.issue26769@psf.upfronthosting.co.za>
2016-04-20 02:12:02martin.panterlinkissue26769 messages
2016-04-20 02:12:01martin.pantercreate