commit | fe6e5e7cfd68eeaa69fd1511f354a1b4d8d90990 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Dec 08 23:51:54 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue Dec 08 23:51:54 2020 +0100 |
tree | f381b533e98b6756d91c0a682f7575a33af1a16a | |
parent | 815506d852daabc40e14ff0987c1142c0205fbe7 [diff] |
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701) Py_CompileString() is now always declared as a function by Include/pythonrun.h. It is overriden with a macro in Include/cpython/pythonrun.h.