From: Christian Heimes Date: Sun, 19 Apr 2015 19:12:14 +0000 (+0200) Subject: Issue #23998: PyImport_ReInitLock() now checks for lock allocation error X-Git-Tag: v3.5.0a4~2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0ac2beb4febece5ffdf1b7db7a2f53a8c187ce4;p=thirdparty%2FPython%2Fcpython.git Issue #23998: PyImport_ReInitLock() now checks for lock allocation error --- e0ac2beb4febece5ffdf1b7db7a2f53a8c187ce4 diff --cc Misc/NEWS index 7370cb16098c,83666278a8da..9c9079225f6b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -184,28 -164,19 +184,33 @@@ Librar Tests ----- -- Issue #20743: Fix a reference leak in test_tcl. +- Issue #23799: Added test.support.start_threads() for running and + cleaning up multiple threads. -Tools/Demos ------------ +- Issue #22390: test.regrtest now emits a warning if temporary files or + directories are left after running a test. -- Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. - Patch by Arfrever Frehtes Taifersar Arahesis. +- Issue #23583: Added tests for standard IO streams in IDLE. +Build +----- -What's New in Python 3.3.5 release candidate 1? -=============================================== +- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make + the resulting executable faster. -*Release date: 23-Feb-2014* +- Issue #23686: Update OS X 10.5 installer and Windows builds to use + OpenSSL 1.0.2a. + ++C API ++----- ++ ++- Issue #23998: PyImport_ReInitLock() now checks for lock allocation error ++ + +What's New in Python 3.4.3? +=========================== + +Release date: 2015-02-23 Core and Builtins -----------------