Issue #14889: PyBytes_FromObject(bytes) now just increfs and returns.
Previously, if you passed in a bytes object, it would create a whole new object.
Showing
Please register or sign in to comment
Previously, if you passed in a bytes object, it would create a whole new object.