diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-12-04 02:41:46 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-12-04 02:41:46 (GMT) |
commit | 86424e333f1736591114da975c8d2926ba6f51f5 (patch) | |
tree | 6bc48e16d500640a0f448eac30521a3c24337159 /Doc | |
parent | 22a51efc1cb9b3d5c945bf90fd8906306c367604 (diff) | |
download | cpython-86424e333f1736591114da975c8d2926ba6f51f5.zip cpython-86424e333f1736591114da975c8d2926ba6f51f5.tar.gz cpython-86424e333f1736591114da975c8d2926ba6f51f5.tar.bz2 |
SF bug #488687 reported by Neal Norwitz
The error for assignment to __debug__ used ste->ste_opt_lineno instead
of n->n_lineno. The latter was at best incorrect; often the slot was
uninitialized. Two fixes here: Use the correct lineno for the error.
Initialize ste_opt_lineno in PySymtable_New(); while there are no
current cases where it is referenced unless it has already been
assigned to, there is no harm in initializing it.
Diffstat (limited to 'Doc')
0 files changed, 0 insertions, 0 deletions