diff options
author | Charles-François Natali <cf.natali@gmail.com> | 2013-08-31 15:32:30 (GMT) |
---|---|---|
committer | Charles-François Natali <cf.natali@gmail.com> | 2013-08-31 15:32:30 (GMT) |
commit | 08548f4a750b6f378c58decdcaf2ac6778103fe1 (patch) | |
tree | 6347e7673c5c444c724888677f999374da717680 /Misc/NEWS | |
parent | 24aa041731d06d570bffa3028cc80cca35e10508 (diff) | |
parent | 2c68e300e54438d0c91ffa9cd5c78085d5596236 (diff) | |
download | cpython-08548f4a750b6f378c58decdcaf2ac6778103fe1.zip cpython-08548f4a750b6f378c58decdcaf2ac6778103fe1.tar.gz cpython-08548f4a750b6f378c58decdcaf2ac6778103fe1.tar.bz2 |
Merge.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -51,6 +51,10 @@ Core and Builtins Library ------- +- Issue #18756: os.urandom() now uses a lazily-opened persistent file + descriptor, so as to avoid using many file descriptors when run in + parallel from multiple threads. + - Issue #18418: After fork(), reinit all threads states, not only active ones. Patch by A. Jesse Jiryu Davis. |