]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35134: Add include/cpython/compile.h (GH-24922)
authorHai Shi <shihai1992@gmail.com>
Mon, 22 Mar 2021 08:32:11 +0000 (16:32 +0800)
committerGitHub <noreply@github.com>
Mon, 22 Mar 2021 08:32:11 +0000 (09:32 +0100)
commit56f031ec5281723b7c617edfa5748f2ae6a4c347
treea73d3c8ab647b305f47e1da543755776b9133f44
parent690aca781152a498f5117682524d2cd9aa4d7657
bpo-35134: Add include/cpython/compile.h (GH-24922)

Move C API excluded from the limited C API from Include/compile.h
to a new Include/cpython/compile.h header file.
Include/compile.h
Include/cpython/compile.h [new file with mode: 0644]
Lib/__future__.py
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters