diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-10-25 09:47:46 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-10-25 09:47:46 (GMT) |
commit | 039e0cdc28ebcea7a6364d6277f11ed330e38028 (patch) | |
tree | e01bb8535203e6f4729e3d30f5d97dca345f3201 /Misc | |
parent | 9819105eed844b2bdf07655fc18a48ffb5812f4b (diff) | |
parent | 76464494bc1a6779cc4839a28238fb7ea4104a5a (diff) | |
download | cpython-039e0cdc28ebcea7a6364d6277f11ed330e38028.zip cpython-039e0cdc28ebcea7a6364d6277f11ed330e38028.tar.gz cpython-039e0cdc28ebcea7a6364d6277f11ed330e38028.tar.bz2 |
Issue #16305: Merge fix from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -879,6 +879,9 @@ Core and Builtins Library ------- +- Issue #16305: Fix a segmentation fault occurring when interrupting + math.factorial. + - Issue #9803: Don't close IDLE on saving if breakpoint is open. Patch by Roger Serwy. |