]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit - .gitattributes
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH-94051)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Thu, 7 Jul 2022 20:04:05 +0000 (01:34 +0530)
committerGitHub <noreply@github.com>
Thu, 7 Jul 2022 20:04:05 +0000 (13:04 -0700)
commit71697664d71e09dcf34aac41f6c100350efc3726
tree0cc70a75e084200f610947dfd8209badc48e17f7
parentafd6a37ad159cf7cc632ee4680cd50cef0ceb006
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH-94051)
.gitattributes
Include/internal/pycore_runtime_init.h
Include/internal/pycore_runtime_init_generated.h [new file with mode: 0644]
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Tools/scripts/generate_global_objects.py