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

bpo-35134: Add Include/cpython/pythonrun.h file by vstinner · Pull Request #23701 · python/cpython · GitHub

/ cpython Public

bpo-35134: Add Include/cpython/pythonrun.h file - #23701

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:cpython_pythonrun
Dec 8, 2020
Merged

bpo-35134: Add Include/cpython/pythonrun.h file#23701
vstinner merged 1 commit into
python:masterfrom
vstinner:cpython_pythonrun

Conversation

vstinner commented Dec 8, 2020
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Py_CompileString() is now always declared as a function by
Include/pythonrun.h. It is overriden with a macro in
Include/cpython/pythonrun.h.

https://bugs.python.org/issue35134

Py_CompileString() is now always declared as a function by
Include/pythonrun.h. It is overriden with a macro in
Include/cpython/pythonrun.h.
vstinner requested a review from a team as a code owner December 8, 2020 17:13
vstinner merged commit fe6e5e7 into python:master Dec 8, 2020
vstinner deleted the cpython_pythonrun branch December 8, 2020 23:12
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Py_CompileString() is now always declared as a function by
Include/pythonrun.h. It is overriden with a macro in
Include/cpython/pythonrun.h.
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