| commit | 24e581f7b2dbb700705c7b11c3982167ac68d4cb | [log] [tgz] |
|---|---|---|
| author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Jun 01 21:28:37 2009 +0000 |
| committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Jun 01 21:28:37 2009 +0000 |
| tree | 8cc36814d81f3ad143bac22bb311ce49434995b7 | |
| parent | 1172999627c912b57ace149183de4a313edc74d2 [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. ........