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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9588593b791d2c0052296f3df462350280dd3747;p=python Issue #16305: Merge fix from 3.3. --- 9588593b791d2c0052296f3df462350280dd3747 diff --cc Misc/NEWS index c2814a0e92,da227f7382..db55df1fdc --- 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.