[issue1562308] uninitialized memory read in parsetok()

2010-01-29 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue1562308] uninitialized memory read in parsetok()

2010-01-29 Thread Meador Inge
Meador Inge added the comment: This is the same as 3367, which Benjamin just closed out. -- nosy: +benjamin.peterson, minge ___ Python tracker ___

[issue1562308] uninitialized memory read in parsetok()

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Seems to be the same as issue 3367, but Kristján forgot his repro case there. -- dependencies: +Uninitialized value read in parsetok.c nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5