Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Dec 8, 2020

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