Skip to content

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

@vstinnervstinner commented Dec 8, 2020

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
vstinner requested a review from a team as a code ownerDecember 8, 2020 17:13
@vstinner
vstinner merged commit fe6e5e7 into python:masterDec 8, 2020
@vstinner
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.
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