]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45020: Freeze os, site, and codecs. (gh-28398)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 17 Sep 2021 22:31:31 +0000 (16:31 -0600)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 22:31:31 +0000 (16:31 -0600)
commit090591636c4f03ce06a039079bd7716a5b23631e
tree09de3850118af9103e697ad3f2eb514e0b4fb2a4
parent74cc2453ae690be940cddfae8caf8216d8628c4a
bpo-45020: Freeze os, site, and codecs. (gh-28398)

https://bugs.python.org/issue45020
Lib/test/support/__init__.py
Lib/test/test_embed.py
Lib/test/test_import/__init__.py
Lib/test/test_site.py
Makefile.pre.in
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
Python/frozen.c
Tools/scripts/freeze_modules.py