commit | ca28e99202cb31506c071792e463afbcdb5738f4 | [log] [tgz] |
---|---|---|
author | Larry Hastings <larry@hastings.org> | Thu May 24 22:58:30 2012 -0700 |
committer | Larry Hastings <larry@hastings.org> | Thu May 24 22:58:30 2012 -0700 |
tree | 088e14a0fda2cc1ac41a6065f6a97ca7136ca6d1 | |
parent | 5ed7bd79dfec6b1ef203f022ef662573a93085c4 [diff] |
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.