New submission from STINNER Victor <vstin...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue37704> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com