From: Xiang Zhang Date: Sun, 8 Jan 2017 15:30:05 +0000 (+0800) Subject: Issue #29034: Merge 3.6. X-Git-Tag: v3.7.0a1~1603 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce16c6827c3ce1253cf63518ef1da30a88f50623;p=python Issue #29034: Merge 3.6. --- ce16c6827c3ce1253cf63518ef1da30a88f50623 diff --cc Misc/NEWS index dc72a1f247,973b0209aa..82e8e965f7 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,14 -10,10 +10,16 @@@ What's New in Python 3.7.0 alpha 1 Core and Builtins ----------------- + - Issue #29034: Fix memory leak and use-after-free in os module (path_converter). + - Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. +- Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. + Calling function is up to 5% faster. + +- Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII + whitespace, not only spaces. Patch by Robert Xiao. + - Issue #28932: Do not include if it does not exist. - Issue #25677: Correct the positioning of the syntax error caret for