Donald Stufft added the comment:

The patch causes a regression because I'm relying on the 3.5 behavior of 
getting secure randomness from ``os.urandom`` via the ``getrandom()`` system 
call (behavior that was documented in the Whats New in 3.5). The 3.5 behavior 
also makes ``os.urandom`` behave the same on Windows, FreeBSD, OpenBSD, etc, 
basically every major OS except for Linux.

And yes, it's not unusual for "bugs" to not be fixed if there is contention 
about whether or not they are bugs at all and if they should be fixed. The 
typical resolution path to not change anything unless there's broad agreement, 
if that can't happen on bugs.p.o then escalate to python-dev, and if it can't 
happen there then escalate to a PEP for a BDFL pronouncement.

----------

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

Reply via email to