Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Sep 15, 2025

Replace PyBytes_FromStringAndSize(NULL, size) with the new public PyBytesWriter API.

Don't build the fcntl with limited C API anymore, since PyBytesWriter is not part of the limited C API.

Replace PyBytes_FromStringAndSize(NULL, size) with the new public
PyBytesWriter API.

Don't build the fcntl with limited C API anymore, since PyBytesWriter
is not part of the limited C API.
@vstinner vstinner merged commit f07ae27 into python:main Sep 15, 2025
43 checks passed
@vstinner vstinner deleted the pybyteswriter_fcntl branch September 15, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant