commit | 99be081fae10147e944619c21bf2f00eeabf86ce | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Jun 01 22:04:41 2009 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Jun 01 22:04:41 2009 +0000 |
tree | d0ad0596f0a4abde0df7c058f2177bfa22821323 | |
parent | e29a8f22817fc13b66cb83f4fc7d37dcc012173c [diff] |
Merged revisions 73114 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73114 | amaury.forgeotdarc | 2009-06-01 22:53:18 +0200 (lun., 01 juin 2009) | 3 lines #4547: When debugging a very large function, it was not always possible to update the lineno attribute of the current frame. ........