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 lemburg
Recipients FFY00, eric.snow, lemburg
Date 2021-10-28.18:15:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
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.

Freezing the whole package certainly works.
History
Date User Action Args
2021-10-28 18:15:15lemburgsetrecipients: + lemburg, eric.snow, FFY00
2021-10-28 18:15:15lemburglinkissue45653 messages
2021-10-28 18:15:15lemburgcreate