mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
206 B
ReStructuredText
3 lines
206 B
ReStructuredText
:c:func:`_PyBytes_Resize` can now be called for bytes objects with reference
|
|
count > 1, including 1-byte bytes objects. It creates a new bytes object and
|
|
destroys the old one if it has reference count > 1.
|