Message402609
Eric, I noticed that you are freezing os.py. Please be aware that
this module is often being used as indicator for where the stdlib
was installed (the stdlib itself does this in site.py to read the
LICENSE and the test suite also uses os.__file__ in a couple of
places).
It may be worth changing the stdlib to pick a different module
as landmark for this purpose.
Also: Unless you have added the .__file__ attribute to frozen
modules, much of this landmark checking code will fail... which is
the reason I added the attribute to frozen modules in PyRun. |
|
Date |
User |
Action |
Args |
2021-09-25 08:36:21 | lemburg | set | recipients:
+ lemburg, gvanrossum, brett.cannon, nascheme, rhettinger, terry.reedy, ronaldoussoren, ncoghlan, vstinner, larry, methane, Mark.Shannon, eric.snow, indygreg, miss-islington, brandtbucher, BTaskaya, shihai1991 |
2021-09-25 08:36:21 | lemburg | link | issue45020 messages |
2021-09-25 08:36:21 | lemburg | create | |
|