-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
gh-129813, PEP 782: Use PyBytesWriter in _winapi.PeekNamedPipe() #138930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Replace PyBytes_FromStringAndSize(NULL, size) and _PyBytes_Resize() with the new public PyBytesWriter API.
|
|
Merged, thanks for the review @cmaloney. |
|
re: Bot failure, |
Replace PyBytes_FromStringAndSize(NULL, size) and _PyBytes_Resize() with the new public PyBytesWriter API.