Message 404867 - Python tracker

Message404867

Author FFY00
Recipients FFY00, barry, brett.cannon, eric.snow
Date 2021-10-23.12:19:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634991588.99.0.798252962089.issue45379@roundup.psfhosted.org>
In-reply-to
Content
FROZEN_EXCLUDED is set when frozen modules have no code associated with them, and the _freeze_module tool doesn't seem to be able to produce such output.

We could remove it and replace it with an assert, but that does not give us much benefit, so we should probably leave it be and just document it a little bit better.
History
Date User Action Args
2021-10-23 12:19:49FFY00setrecipients: + FFY00, barry, brett.cannon, eric.snow
2021-10-23 12:19:48FFY00setmessageid: <1634991588.99.0.798252962089.issue45379@roundup.psfhosted.org>
2021-10-23 12:19:48FFY00linkissue45379 messages
2021-10-23 12:19:48FFY00create