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 malin
Recipients christian.heimes, malin, nadeem.vawda, pitrou, serhiy.storchaka
Date 2021-06-22.05:28:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624339721.13.0.382452201542.issue44439@roundup.psfhosted.org>
In-reply-to
Content
I am checking all the .py files in `Lib` folder.
hmac.py has two len() bugs:
https://github.com/python/cpython/blob/v3.10.0b3/Lib/hmac.py#L212
https://github.com/python/cpython/blob/v3.10.0b3/Lib/hmac.py#L214

I think PR 26764 is prepared, it fixes the len() bugs in bz2.py/lzma.py files.
History
Date User Action Args
2021-06-22 05:28:41malinsetrecipients: + malin, pitrou, christian.heimes, nadeem.vawda, serhiy.storchaka
2021-06-22 05:28:41malinsetmessageid: <1624339721.13.0.382452201542.issue44439@roundup.psfhosted.org>
2021-06-22 05:28:41malinlinkissue44439 messages
2021-06-22 05:28:41malincreate