diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-09-27 02:17:45 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-09-27 02:17:45 (GMT) |
commit | 305e5aac85d8350ef8501b5e53b91555b3d75b84 (patch) | |
tree | 1632538a3c15998556a7911e8d9cdd63c7085b58 /Misc | |
parent | 369606df2f9235e8e9bce1feabf1ac48c889f8d5 (diff) | |
download | cpython-305e5aac85d8350ef8501b5e53b91555b3d75b84.zip cpython-305e5aac85d8350ef8501b5e53b91555b3d75b84.tar.gz cpython-305e5aac85d8350ef8501b5e53b91555b3d75b84.tar.bz2 |
don't scale compiler stack frames if the recursion limit is huge (closes #19098)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.3.3 release candidate 1? Core and Builtins ----------------- +- Issue #19098: Prevent overflow in the compiler when the recursion limit is set + absurbly high. + - Issue #18942: sys._debugmallocstats() output was damaged on Windows. - Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. |