]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
authorVictor Stinner <vstinner@python.org>
Tue, 8 Dec 2020 22:51:54 +0000 (23:51 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 22:51:54 +0000 (23:51 +0100)
commitfe6e5e7cfd68eeaa69fd1511f354a1b4d8d90990
treef381b533e98b6756d91c0a682f7575a33af1a16a
parent815506d852daabc40e14ff0987c1142c0205fbe7
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.
Include/cpython/pythonrun.h [new file with mode: 0644]
Include/pythonrun.h
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters