Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner 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.
@vstinner vstinner requested a review from a team as a code owner June 18, 2019 22:27
@vstinner vstinner merged commit 01b63ec into python:master Jun 18, 2019
@vstinner vstinner 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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants