diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-05 17:16:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-05 17:16:31 (GMT) |
commit | 98020812e6f82d22308f4fc1169fe066254d3a72 (patch) | |
tree | b0902bd73e8c029e488e9e2ac67e354f0ddda6ad /Misc/NEWS | |
parent | 4847f3194d3a8a58913d94b67f9de09ac765a8d9 (diff) | |
parent | 2f40ed4b94ad48cca01a96620da8c3eb15493539 (diff) | |
download | cpython-98020812e6f82d22308f4fc1169fe066254d3a72.zip cpython-98020812e6f82d22308f4fc1169fe066254d3a72.tar.gz cpython-98020812e6f82d22308f4fc1169fe066254d3a72.tar.bz2 |
merge 3.5 (closes #27811)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Core and Builtins - Issue #27506: Support passing the bytes/bytearray.translate() "delete" argument by keyword. +- Issue #27811: Fix a crash when a coroutine that has not been awaited is + finalized with warnings-as-errors enabled. + - Issue #27587: Fix another issue found by PVS-Studio: Null pointer check after use of 'def' in _PyState_AddModule(). Initial patch by Christian Heimes. |