]> granicus.if.org Git - python/commit
Issue #23707: On UNIX, os.urandom() now calls the Python signal handler when
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Mar 2015 22:36:33 +0000 (23:36 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Mar 2015 22:36:33 +0000 (23:36 +0100)
commitc9382eb7ae26dd72ad2ee9736584c2ad6d109085
tree68866708e78a8c954842ba9ee0d4bafb88a9ac63
parent54799672dad9e6a10adde0f4af87d9f8165e4d7a
Issue #23707: On UNIX, os.urandom() now calls the Python signal handler when
read() is interrupted by a signal.

dev_urandom_python() now calls _Py_read() helper instead of calling directly
read().
Python/random.c