bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)

Use cffi to access a C API in Python.
This commit is contained in:
Victor Stinner 2019-07-30 17:45:09 +02:00 committed by GitHub
parent 8a758f5b99
commit 27eeaf0f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 173 deletions

View file

@ -2,7 +2,7 @@
This file contains extremely basic regression tests for the scripts found in
the Tools directory of a Python checkout or tarball which don't have separate
tests of their own, such as h2py.py.
tests of their own.
"""
import os