Larry Hastings <la...@hastings.org> added the comment:

Changing the name of the report to accurately reflect reality.  If you passed 
in a bytes object, PyBytes_FromObject would create a new object, when all it 
really needed to do was incref and return.  My checkin in a minute will add 
that shortcut.

----------
title: PyBytes_FromObject(bytes_object) fails -> 
PyBytes_FromObject(bytes_object) creates a new object

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

Reply via email to