This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients barry, dlitz, jmfauth, ocean-city, pitrou, vstinner
Date 2008-10-06.21:53:31
SpamBayes Score 0.0026200272
Marked as misclassified No
Message-id <1223330013.42.0.490991661685.issue2384@psf.upfronthosting.co.za>
In-reply-to
Content
benjamin was afraid by the comment /* dirty hack */ in my previous 
comment. After reading tokenizer.c again and again, I can say that the 
fix is correct: the file is closed and then re-opened by fp_setreadl() 
(using io.open()), and so the file cursor goes back to the file start.
History
Date User Action Args
2008-10-06 21:53:33vstinnersetrecipients: + vstinner, barry, pitrou, ocean-city, jmfauth, dlitz
2008-10-06 21:53:33vstinnersetmessageid: <1223330013.42.0.490991661685.issue2384@psf.upfronthosting.co.za>
2008-10-06 21:53:32vstinnerlinkissue2384 messages
2008-10-06 21:53:32vstinnercreate