diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-13 18:14:21 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-13 18:14:21 (GMT) |
commit | d3cccd2a60914caef40ada0c16e90da4fc4270b3 (patch) | |
tree | e9d3ea580d0d78d5a12e2c25fbbfb5c74e33e15a /Misc | |
parent | 0def5c69070c80093af1e05266c61d053aaba3e1 (diff) | |
download | cpython-d3cccd2a60914caef40ada0c16e90da4fc4270b3.zip cpython-d3cccd2a60914caef40ada0c16e90da4fc4270b3.tar.gz cpython-d3cccd2a60914caef40ada0c16e90da4fc4270b3.tar.bz2 |
Issue #11223: Fix test_threadsignals to fail, not hang, when the
non-semaphore implementation of locks is used under POSIX.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -92,6 +92,9 @@ Tools/Demos Tests ----- +- Issue #11223: Fix test_threadsignals to fail, not hang, when the + non-semaphore implementation of locks is used under POSIX. + - Issue #10911: Add tests on CGI with non-ASCII characters. Patch written by Pierre Quentel. |