From: Xavier de Gaye Date: Sat, 10 Dec 2016 15:48:07 +0000 (+0100) Subject: Issue #28918: Merge 3.6. X-Git-Tag: v3.7.0a1~1776 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1a26a2e473efd3ff7a9cca5be75959384c41b8c;p=python Issue #28918: Merge 3.6. --- c1a26a2e473efd3ff7a9cca5be75959384c41b8c diff --cc Misc/NEWS index bb120e545b,587c4d24bd..48ce4bdfd0 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,6 -10,12 +10,9 @@@ What's New in Python 3.7.0 alpha Core and Builtins ----------------- + - Issue #28918: Fix the cross compilation of xxlimited when Python has been + built with Py_DEBUG defined. + -- Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict. - Improve speed of dict literal with constant keys up to 30%. - - Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. Original patch by Andreas Stührk.