diff options
author | Guido van Rossum <guido@python.org> | 2014-11-14 19:45:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2014-11-14 19:45:47 (GMT) |
commit | e36fcde38309f116c6c06042ad80e7debb7db743 (patch) | |
tree | f07b4d597d613ab70b2471f90f8c7e449de16ef2 /Misc/NEWS | |
parent | 6c14f231005a2a3a63bd4b0157c908e94bd834ac (diff) | |
download | cpython-e36fcde38309f116c6c06042ad80e7debb7db743.zip cpython-e36fcde38309f116c6c06042ad80e7debb7db743.tar.gz cpython-e36fcde38309f116c6c06042ad80e7debb7db743.tar.bz2 |
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
Patch by Ludovic.Gasc.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ Core and Builtins Library ------- +- Issue #22841: Reject coroutines in asyncio add_signal_handler(). + Patch by Ludovic.Gasc. + - Issue #22849: Fix possible double free in the io.TextIOWrapper constructor. - Issue #12728: Different Unicode characters having the same uppercase but |