Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-35134: Add Include/cpython/import.h header file #14213

Merged
merged 1 commit into from
Jun 18, 2019
Merged

bpo-35134: Add Include/cpython/import.h header file #14213

merged 1 commit into from
Jun 18, 2019

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