Larry Hastings added the comment:

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.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26902>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to