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 ammar2
Recipients ammar2
Date 2020-04-25.03:32:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587785534.8.0.504830740261.issue40385@roundup.psfhosted.org>
In-reply-to
Content
Looks like checkpyc.py has been broken since PEP 552 was implemented https://github.com/python/cpython/blob/0e80b561d442769631d66f1cc8813ac30f97378e/Tools/scripts/checkpyc.py#L44-L46

It fails to read the 4 bytes for the `flags` field nor does it handle hash based files. 

Considering it's been broken since 2017 and no one has complained, it might be safe to remove this particular script.
History
Date User Action Args
2020-04-25 03:32:14ammar2setrecipients: + ammar2
2020-04-25 03:32:14ammar2setmessageid: <1587785534.8.0.504830740261.issue40385@roundup.psfhosted.org>
2020-04-25 03:32:14ammar2linkissue40385 messages
2020-04-25 03:32:14ammar2create