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 rhettinger
Recipients mark.dickinson, pitrou, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, vstinner
Date 2020-04-14.21:01:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586898110.78.0.653445246385.issue40282@roundup.psfhosted.org>
In-reply-to
Content
Why not use secrets.token_bytes() or randrange(2**b).to_bytes()?   Do you really need an API extension?
History
Date User Action Args
2020-04-14 21:01:50rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, pitrou, vstinner, steven.daprano, serhiy.storchaka
2020-04-14 21:01:50rhettingersetmessageid: <1586898110.78.0.653445246385.issue40282@roundup.psfhosted.org>
2020-04-14 21:01:50rhettingerlinkissue40282 messages
2020-04-14 21:01:50rhettingercreate