Raymond Hettinger <[email protected]> added the comment:
Why not use secrets.token_bytes() or randrange(2**b).to_bytes()? Do you really need an API extension? ---------- nosy: +tim.peters _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40282> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
