]> granicus.if.org Git - python/commit
Issue #7819: Check sys.call_tracing() arguments types.
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 31 Jan 2010 22:32:15 +0000 (22:32 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 31 Jan 2010 22:32:15 +0000 (22:32 +0000)
commitb4b0a2935db54457f6876f1991905cc9b4fce6e9
tree74255455a860b095406c5898a3139c863e1d3eac
parentf3fa07470381b4f54b2d3f911fc22624e9b0b27d
Issue #7819: Check sys.call_tracing() arguments types.

py3k was already patched by issue #3661.
Lib/test/test_sys.py
Misc/NEWS
Python/sysmodule.c