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 yzongyue
Recipients yzongyue
Date 2018-05-22.06:55:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526972134.7.0.682650639539.issue33596@psf.upfronthosting.co.za>
In-reply-to
Content
in function py_make_scanner, the last return statements is "return _scan_once"
it should be "return scan_once", or  the memo never clear.
in fact, make_scanner use c_make_scanner rather  than py_make_scanner, so this bug never occur in default
History
Date User Action Args
2018-05-22 06:55:34yzongyuesetrecipients: + yzongyue
2018-05-22 06:55:34yzongyuesetmessageid: <1526972134.7.0.682650639539.issue33596@psf.upfronthosting.co.za>
2018-05-22 06:55:34yzongyuelinkissue33596 messages
2018-05-22 06:55:33yzongyuecreate