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 ncoghlan
Recipients BTaskaya, Mark.Shannon, brandtbucher, brett.cannon, eric.snow, gvanrossum, indygreg, larry, lemburg, methane, nascheme, ncoghlan, ronaldoussoren, shihai1991
Date 2021-09-04.01:08:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630717705.59.0.552743885416.issue45020@roundup.psfhosted.org>
In-reply-to
Content
For the module metadata problem: one potential approach to that for "designed to be frozen" stdlib modules is to set the values directly in the module code, rather than trying to set them automatically in the frozen import machinery.

It should also be possible to delete the implicitly created metadata fields and use module level dynamic attribute retrieval to find the stdlib source code for tracebacks and introspection purposes without incurring any start up costs.
History
Date User Action Args
2021-09-04 01:08:25ncoghlansetrecipients: + ncoghlan, lemburg, gvanrossum, brett.cannon, nascheme, ronaldoussoren, larry, methane, Mark.Shannon, eric.snow, indygreg, brandtbucher, BTaskaya, shihai1991
2021-09-04 01:08:25ncoghlansetmessageid: <1630717705.59.0.552743885416.issue45020@roundup.psfhosted.org>
2021-09-04 01:08:25ncoghlanlinkissue45020 messages
2021-09-04 01:08:25ncoghlancreate