Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Jun 18, 2019

  • 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.

https://bugs.python.org/issue35134

* 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.
@vstinnervstinner requested a review from a team as a code ownerJune 18, 2019 22:27
@vstinnervstinner merged commit 01b63ec into python:masterJun 18, 2019
@vstinnervstinner deleted the import branch June 18, 2019 22:48
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
* 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.
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
* 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.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@the-knights-who-say-ni@bedevere-bot