]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 69111 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Fri, 29 May 2009 21:30:55 +0000 (21:30 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 29 May 2009 21:30:55 +0000 (21:30 +0000)
commit19563618a661df4d00a1388ae26ed4f8809df344
treec85a07b50d6b70742980ab4c00ede78d6f50be2f
parent41a2db458517edf4deeafaf6cc5227a57dff83a6
Merged revisions 69111 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r69111 | brett.cannon | 2009-01-29 20:31:34 -0500 (Thu, 29 Jan 2009) | 3 lines

  The trace module was trying to turn ints into ints since co_lnotab was changed
  to a bytes object.
........
Lib/trace.py
Misc/NEWS