[issue37704] Remove Tools/scripts/h2py.py

2019-07-30 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue37704] Remove Tools/scripts/h2py.py

2019-07-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset 27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d by Victor Stinner in branch 'master': bpo-37704: Remove Tools/scripts/h2py.py (GH-15000) https://github.com/python/cpython/commit/27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d -- ___

[issue37704] Remove Tools/scripts/h2py.py

2019-07-30 Thread STINNER Victor
STINNER Victor added the comment: Lib/plat-*/ directories has been removed in Python 3.6 by: commit 20737cc91e823b6b17fff16574283c034c99d641 Author: Zachary Ware Date: Thu Sep 8 11:38:46 2016 -0700 Issue #28027: Remove Lib/plat-* files > Python 2 standard library had platform specific

[issue37704] Remove Tools/scripts/h2py.py

2019-07-29 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +14766 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15000 ___ Python tracker ___ _

[issue37704] Remove Tools/scripts/h2py.py

2019-07-29 Thread STINNER Victor
New submission from STINNER Victor : 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 sim