[issue14889] PyBytes_FromObject(bytes_object) fails

Antoine Pitrou report at bugs.python.org
Wed May 23 17:34:41 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

Well, the patch is nice but the PyObject_CheckBuffer(...) part should have succeeded, so it's a bit mysterious why it doesn't.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14889>
_______________________________________


More information about the Python-bugs-list mailing list