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 vstinner
Recipients vstinner
Date 2019-07-29.11:58:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564401492.74.0.0281923171365.issue37704@roundup.psfhosted.org>
In-reply-to
Content
Python 2 standard library had platform specific modules like CDROM which were generated by Tools/scripts/h2py.py. These modules were removed, but h2py.py is still around.

There are now way better ways to expose C APIs in Python like cffi.

I propose to simply remove Tools/scripts/h2py.py.

Attached PR removes the file and update files which mention it. It would allow to simply close bpo-13032.
History
Date User Action Args
2019-07-29 11:58:12vstinnersetrecipients: + vstinner
2019-07-29 11:58:12vstinnersetmessageid: <1564401492.74.0.0281923171365.issue37704@roundup.psfhosted.org>
2019-07-29 11:58:12vstinnerlinkissue37704 messages
2019-07-29 11:58:12vstinnercreate