FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-35134: Add Include/cpython/import.h header file by vstinner · Pull Request #14213 · python/cpython · GitHub

/ cpython Public

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

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:import
Jun 18, 2019
Merged

bpo-35134: Add Include/cpython/import.h header file#14213
vstinner merged 1 commit into
python:masterfrom
vstinner:import

Conversation

vstinner commented Jun 18, 2019
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member
  • 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 requested a review from a team as a code owner June 18, 2019 22:27
vstinner merged commit 01b63ec into python:master Jun 18, 2019
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL