Skip to content

Commit f536c9e

Browse files
committed
Update
1 parent 7380b81 commit f536c9e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

peps/pep-0782.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,11 @@ Create the string ``"Hello World"``::
271271
Reference Implementation
272272
========================
273273
274-
* `Pull request gh-131681 <https://github.com/python/cpython/pull/131681>`__.
274+
`Pull request gh-131681 <https://github.com/python/cpython/pull/131681>`__.
275+
276+
The implementation allocates internally a :class:`bytes` object, so
277+
:c:func:`PyBytesWriter_Finish` just returns the object without having
278+
to copy memory.
275279
276280
277281
Backwards Compatibility

0 commit comments

Comments
 (0)