We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7380b81 commit f536c9eCopy full SHA for f536c9e
peps/pep-0782.rst
@@ -271,7 +271,11 @@ Create the string ``"Hello World"``::
271
Reference Implementation
272
========================
273
274
-* `Pull request gh-131681 <https://github.com/python/cpython/pull/131681>`__.
+`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.
279
280
281
Backwards Compatibility
0 commit comments