diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2021-09-29 18:55:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 18:55:35 (GMT) |
commit | 45ca1c04139300ec0289a32f78c7ac922a4f7b07 (patch) | |
tree | 694e2d485fcf25be80cf8ef7314b0f52cf61c5bc /Lib/test/test_datetime.py | |
parent | bf5d1684a770af4e4d176bc6780874a4be168cac (diff) | |
download | cpython-45ca1c04139300ec0289a32f78c7ac922a4f7b07.zip cpython-45ca1c04139300ec0289a32f78c7ac922a4f7b07.tar.gz cpython-45ca1c04139300ec0289a32f78c7ac922a4f7b07.tar.bz2 |
bpo-45020: Do not freeze <pkg>/__init__.py twice. (gh-28635)
Currently we're freezing the __init__.py twice, duplicating the built data unnecessarily With this change we do it once. There is no change in runtime behavior.
https://bugs.python.org/issue45020
Diffstat (limited to 'Lib/test/test_datetime.py')
0 files changed, 0 insertions, 0 deletions