Message401027
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. |
|
Date |
User |
Action |
Args |
2021-09-04 01:08:25 | ncoghlan | set | recipients:
+ ncoghlan, lemburg, gvanrossum, brett.cannon, nascheme, ronaldoussoren, larry, methane, Mark.Shannon, eric.snow, indygreg, brandtbucher, BTaskaya, shihai1991 |
2021-09-04 01:08:25 | ncoghlan | set | messageid: <1630717705.59.0.552743885416.issue45020@roundup.psfhosted.org> |
2021-09-04 01:08:25 | ncoghlan | link | issue45020 messages |
2021-09-04 01:08:25 | ncoghlan | create | |
|