]> granicus.if.org Git - python/commit
bpo-35134: Add Include/cpython/import.h header file (GH-14213)
authorVictor Stinner <vstinner@redhat.com>
Tue, 18 Jun 2019 22:48:09 +0000 (00:48 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2019 22:48:09 +0000 (00:48 +0200)
commit01b63ecac66581f80ba953d9182751e591c2b2ba
treef1e60d0921953e0c19f7f84f1cbd0e43536deea3
parent54cf2e0780ca137dd9abea5d3d974578ce0c18a9
bpo-35134: Add Include/cpython/import.h header file (GH-14213)

* Add Include/cpython/import.h and Include/internal/pycore_import.h
  header files.
* Move _PyImport_ReInitLock() to the internal C API. Don't export the
  symbol anymore.
Include/cpython/import.h [new file with mode: 0644]
Include/import.h
Include/internal/pycore_import.h [new file with mode: 0644]
Makefile.pre.in
Modules/posixmodule.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters