Skip to content

[3.11] gh-108973: Fix asyncio SubprocessProtocol doc (#109431) #109610

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

Merged

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 20, 2023

SubprocessProtocol process_exited() method can be called before pipe_data_received() and pipe_connection_lost() methods. Document it and adapt the example in the doc.

Co-authored-by: Davide Rizzo [email protected]
(cherry picked from commit ced6924)


📚 Documentation preview 📚: https://cpython-previews--109610.org.readthedocs.build/

SubprocessProtocol process_exited() method can be called before
pipe_data_received() and pipe_connection_lost() methods. Document it
and adapt the example in the doc.

Co-authored-by: Davide Rizzo <[email protected]>
(cherry picked from commit ced6924)
@vstinner
Copy link
Member Author

cc @sorcio

@vstinner vstinner enabled auto-merge (squash) September 20, 2023 14:05
@vstinner vstinner merged commit 336dbe5 into python:3.11 Sep 20, 2023
@vstinner vstinner deleted the test_subprocess_consistent_callbacks311 branch September 20, 2023 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant