[issue7819] sys.call_tracing(): check arguments type

STINNER Victor report at bugs.python.org
Sun Jan 31 23:37:09 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> This very fix was already done in py3k with issue3661.

Oh! My patch is *very* close to this one. I just choosed 10 instead of 2 in the unit test :-) (and I added a test to check a valid argument, py3k doesn't check it).

> Patch is OK, please apply.

Done:  r77892 (r77893).

----------
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7819>
_______________________________________


More information about the Python-bugs-list mailing list