From: Yury Selivanov Date: Tue, 8 Nov 2016 21:54:39 +0000 (-0500) Subject: Merge 3.6 (issue #26182) X-Git-Tag: v3.7.0a1~2033 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=228722ad207dcaeafbb1d5b9fe53d49cb6282039;p=python Merge 3.6 (issue #26182) --- 228722ad207dcaeafbb1d5b9fe53d49cb6282039 diff --cc Misc/NEWS index 45e210d32c,361e6082ca..cf6ca4d298 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -109,6 -245,6 +109,8 @@@ Core and Builtin - Issue #26182: Raise DeprecationWarning when async and await keywords are used as variable/attribute/class/function name. ++- Issue #26182: Fix ia refleak in code that raises DeprecationWarning. ++ Library -------