On Thu, Oct 28, 2021 at 12:15 PM Marc-Andre Lemburg
<report@bugs.python.org> wrote:
> encodings is a package. I think you first have to check whether mixing
> frozen and non-frozen submodules are even supported. I've never tried
> having only part of a package frozen.
It works as long as __path__ is set properly, which it is now. FWIW,
I tested freezing only some of the submodules a while back and it
worked fine. That was using a different branch that I never merged
but it should be fine with the different change that got merged. Of
course, we'd need to verify that if we went that route. |