]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
authorKumar Aditya <rahuladitya303@gmail.com>
Thu, 9 Dec 2021 16:51:09 +0000 (22:21 +0530)
committerGitHub <noreply@github.com>
Thu, 9 Dec 2021 16:51:09 +0000 (08:51 -0800)
commit44b0e76f2a80c9a78242b7542b8b1218d244af07
tree5a1cde546959ae56e02b26d791310d2b2cc80aa5
parentdc4a212bd305831cb4b187a2e0cc82666fcb15ca
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2021-12-09-11-57-43.bpo-45654.MZc7ei.rst [new file with mode: 0644]
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
Python/frozen.c
Tools/scripts/freeze_modules.py