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 gvanrossum
Recipients eric.snow, gvanrossum
Date 2021-09-15.17:55:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631728532.78.0.193038728856.issue45211@roundup.psfhosted.org>
In-reply-to
Content
Honestly I find it debatable whether we're doing anyone a favor by publishing the __file__ of the corresponding stdlib file for frozen modules. There will be situations where this points to the wrong file, and editing the file will not have an effect (unless you rebuild). I'd rather tell people to use -X frozen_modules=off until they can fix their dependency on the __file__ of frozen modules.
History
Date User Action Args
2021-09-15 17:55:32gvanrossumsetrecipients: + gvanrossum, eric.snow
2021-09-15 17:55:32gvanrossumsetmessageid: <1631728532.78.0.193038728856.issue45211@roundup.psfhosted.org>
2021-09-15 17:55:32gvanrossumlinkissue45211 messages
2021-09-15 17:55:32gvanrossumcreate