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 iritkatriel
Recipients ammar2, gregory.p.smith, iritkatriel, meador.inge, pablogsal, serhiy.storchaka, taleinat, terry.reedy
Date 2022-01-18.23:40:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642549236.22.0.965974320409.issue35107@roundup.psfhosted.org>
In-reply-to
Content
I am unable to reproduce this on 3.11:


>>> tokenize.untokenize(tokenize.generate_tokens(io.StringIO('#').readline))
'#'
History
Date User Action Args
2022-01-18 23:40:36iritkatrielsetrecipients: + iritkatriel, terry.reedy, gregory.p.smith, taleinat, meador.inge, serhiy.storchaka, ammar2, pablogsal
2022-01-18 23:40:36iritkatrielsetmessageid: <1642549236.22.0.965974320409.issue35107@roundup.psfhosted.org>
2022-01-18 23:40:36iritkatriellinkissue35107 messages
2022-01-18 23:40:36iritkatrielcreate