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
E
Eric Snow committed
45ca1c04139300ec0289a32f78c7ac922a4f7b07
Parent: bf5d168
Committed by GitHub <noreply@github.com>
on 9/29/2021, 6:55:35 PM