[issue37704] Remove Tools/scripts/h2py.py

STINNER Victor report at bugs.python.org
Mon Jul 29 07:58:12 EDT 2019


New submission from STINNER Victor <vstinner at redhat.com>:

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.

----------
components: Library (Lib)
messages: 348643
nosy: vstinner
priority: normal
severity: normal
status: open
title: Remove Tools/scripts/h2py.py
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37704>
_______________________________________


More information about the Python-bugs-list mailing list