diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2016-09-08 01:48:06 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2016-09-08 01:48:06 (GMT) |
commit | 97be87a5c83854e994ab4c10eba5713a61a7bd38 (patch) | |
tree | f98e28eb8b2b51bd691515752b5002b1a048572b /Misc | |
parent | 1ba3e6dab109da6e7c31b81f263f2ba02aa7bb17 (diff) | |
download | cpython-97be87a5c83854e994ab4c10eba5713a61a7bd38.zip cpython-97be87a5c83854e994ab4c10eba5713a61a7bd38.tar.gz cpython-97be87a5c83854e994ab4c10eba5713a61a7bd38.tar.bz2 |
Issue #15352: Rebuild frozen modules when marshal.c is changed.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7859,6 +7859,8 @@ Library - Issue #17119: Fixed integer overflows when processing large strings and tuples in the tkinter module. +- Issue #15352: Rebuild frozen modules when marshal.c is changed. + - Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. A pthread_atfork() parent handler is used to seed the PRNG with pid, time and some stack data. |