This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients FFY00, eric.snow, lemburg
Date 2021-10-28.19:56:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALFfu7DDLYZ+XioZxRcp_wJQHhKDei-PhVbgm9PkDKjZEWoOKQ@mail.gmail.com>
In-reply-to <a30091f3-3d1f-6be0-63fd-044ccfc0cd7e@egenix.com>
Content
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.
History
Date User Action Args
2021-10-28 19:56:42eric.snowsetrecipients: + eric.snow, lemburg, FFY00
2021-10-28 19:56:41eric.snowlinkissue45653 messages
2021-10-28 19:56:41eric.snowcreate