commit | b4b0a2935db54457f6876f1991905cc9b4fce6e9 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Jan 31 22:32:15 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Jan 31 22:32:15 2010 +0000 |
tree | 74255455a860b095406c5898a3139c863e1d3eac | |
parent | f3fa07470381b4f54b2d3f911fc22624e9b0b27d [diff] [blame] |
Issue #7819: Check sys.call_tracing() arguments types. py3k was already patched by issue #3661.
diff --git a/Misc/NEWS b/Misc/NEWS index 5f64b8a..6b0f121 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #7819: Check sys.call_tracing() arguments types. + - Issue #7788: Fix an interpreter crash produced by deleting a list slice with very large step value.