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 BTaskaya, Mark.Shannon, brandtbucher, brett.cannon, eric.snow, gvanrossum, indygreg, larry, lemburg, methane, nascheme, ronaldoussoren
Date 2021-08-30.20:10:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630354242.74.0.0219693250044.issue45020@roundup.psfhosted.org>
In-reply-to
Content
> FWIW, I asked Ned Batchelder about this and he said this approach ("fullcoverage" [1]) was added to support running coverage on the stdlib. [...]

The docs you pointed out in [3] (where it talks about a *horrible hack you should never use" :-) should be amended with something explaining that "you need to comment out the line "<encodings.*>" from frozen_module.py for this to work, else the frozen version of the encodings module will take priority over the imposter from "fullcoverage"."
History
Date User Action Args
2021-08-30 20:10:42gvanrossumsetrecipients: + gvanrossum, lemburg, brett.cannon, nascheme, ronaldoussoren, larry, methane, Mark.Shannon, eric.snow, indygreg, brandtbucher, BTaskaya
2021-08-30 20:10:42gvanrossumsetmessageid: <1630354242.74.0.0219693250044.issue45020@roundup.psfhosted.org>
2021-08-30 20:10:42gvanrossumlinkissue45020 messages
2021-08-30 20:10:42gvanrossumcreate