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 larry
Recipients larry, serhiy.storchaka
Date 2016-05-02.06:39:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462171169.28.0.268089642433.issue26902@psf.upfronthosting.co.za>
In-reply-to
Content
This is caused by your "meth_o inline" code, which isn't checked in yet.  A clean checkout of CPython trunk generates this correct code:

    if (!PyArg_Parse(arg, "O&:test", PyUnicode_FSConverter, &path))

Maybe you don't need to use bugs.python.org as your personal bug tracker; maybe you don't need to add me to your private bugs.
History
Date User Action Args
2016-05-02 06:39:29larrysetrecipients: + larry, serhiy.storchaka
2016-05-02 06:39:29larrysetmessageid: <1462171169.28.0.268089642433.issue26902@psf.upfronthosting.co.za>
2016-05-02 06:39:29larrylinkissue26902 messages
2016-05-02 06:39:28larrycreate