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 christian.heimes
Recipients FFY00, christian.heimes, eric.snow, gvanrossum, kumaraditya
Date 2021-12-10.13:42:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639143769.61.0.19577101417.issue45654@roundup.psfhosted.org>
In-reply-to
Content
I noticed that the types module is only used for ModuleType. PR GH-30028 gets rid of 205 kB object code:

   205K  Python/deepfreeze/types.o
History
Date User Action Args
2021-12-10 13:42:49christian.heimessetrecipients: + christian.heimes, gvanrossum, eric.snow, FFY00, kumaraditya
2021-12-10 13:42:49christian.heimessetmessageid: <1639143769.61.0.19577101417.issue45654@roundup.psfhosted.org>
2021-12-10 13:42:49christian.heimeslinkissue45654 messages
2021-12-10 13:42:49christian.heimescreate