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 serhiy.storchaka
Recipients c-fos, pitrou, serhiy.storchaka
Date 2017-07-08.07:39:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499499549.87.0.613700548112.issue30877@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch c-fos!

The scan_once() wrapper was introduced in issue7451, but py_make_scanner() still returns unwrapped _scan_once().

Is it possible to write a test that catches this bug?
History
Date User Action Args
2017-07-08 07:39:09serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, c-fos
2017-07-08 07:39:09serhiy.storchakasetmessageid: <1499499549.87.0.613700548112.issue30877@psf.upfronthosting.co.za>
2017-07-08 07:39:09serhiy.storchakalinkissue30877 messages
2017-07-08 07:39:09serhiy.storchakacreate