From: Mark Dickinson Date: Thu, 25 Oct 2012 09:48:39 +0000 (+0100) Subject: Issue #16305: Merge fix from 3.3. X-Git-Tag: v3.4.0a1~2170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9588593b791d2c0052296f3df462350280dd3747;p=thirdparty%2FPython%2Fcpython.git Issue #16305: Merge fix from 3.3. --- 9588593b791d2c0052296f3df462350280dd3747 diff --cc Misc/NEWS index c2814a0e9250,da227f738290..db55df1fdc00 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -62,6 -49,6 +62,9 @@@ Core and Builtin Library ------- ++- Issue #16305: Fix a segmentation fault occurring when interrupting ++ math.factorial. ++ - Issue #16116: Fix include and library paths to be correct when building C extensions in venvs.