]> granicus.if.org Git - python/commit
The trace module was trying to turn ints into ints since co_lnotab was changed
authorBrett Cannon <bcannon@gmail.com>
Fri, 30 Jan 2009 01:31:34 +0000 (01:31 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 30 Jan 2009 01:31:34 +0000 (01:31 +0000)
commite61426efbf3a41d2beb4e0f95f363aaaa7df0db6
treead670d8b239fdca5aa99b8c50baf267af018cb25
parentf254a75176928e1d1228a5d20d49fbe2fe9f290a
The trace module was trying to turn ints into ints since co_lnotab was changed
to a bytes object.
Lib/trace.py
Misc/NEWS