New submission from STINNER Victor:

In Lib/random.py, I see lines like that:

   long(_hexlify(_urandom(32)), 16)

I guess that something more efficient can be fonud to convert a bytes string to 
an integer.

bytes.from_bytes() maybe?

----------
keywords: easy
messages: 217595
nosy: haypo
priority: normal
severity: normal
status: open
title: Lib/random.py: use more efficient code to convert bytes to integer
type: performance
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21394>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to