From: Xavier de Gaye Date: Wed, 12 Oct 2016 18:18:33 +0000 (+0200) Subject: Issue #20766: Merge with 3.6. X-Git-Tag: v3.7.0a1~2240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4474848de1bb75e1ea236751e92b8cfa7654411;p=thirdparty%2FPython%2Fcpython.git Issue #20766: Merge with 3.6. --- b4474848de1bb75e1ea236751e92b8cfa7654411 diff --cc Misc/NEWS index 0ffbefc6ecba,667bff5eff09..ff8c8f293c59 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -85,6 -101,6 +85,9 @@@ Core and Builtin Library ------- ++- Issue #20766: Fix references leaked by pdb in the handling of SIGINT ++ handlers. ++ - Issue #27998: Fixed bytes path support in os.scandir() on Windows. Patch by Eryk Sun.