Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.3k
bpo-46210: Fix deadlock in print.#30310
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
notarealdeveloper wants to merge15 commits intopython:mainChoose a base branch fromnotarealdeveloper:print
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes from1 commit
Commits
Show all changes
15 commits Select commitHold shift + click to select a range
dc5d787
Fix deadlock in print.
notarealdeveloper46d4ce6
Add Misc/NEWS.d entry.
notarealdeveloper3409181
Only add _at_fork_reinit if fork is available.
notarealdeveloper19f19b7
Use Py_RETURN_* in Modules/_io/bufferedio.c:buffered_at_fork_reinit
notarealdeveloperf5334b4
Fix up reference counting in Python/pystate.c:stdio_at_fork_reinit
notarealdeveloper3858006
Formatting for PEP 7.
notarealdeveloperfb0bd16
Add _PySys_ReInitStdio to Python/sysmodule.c
notarealdeveloper8c8d9c9
Call _PySys_ReInitStdio in PyOS_AfterFork_Child.
notarealdevelopera14bf74
Avoid adding a new python method.
notarealdeveloperbe40192
Add TestStdioAtForkReInit to test_thread.py
notarealdeveloperbf9b398
Move INCREF in _PyIO_buffered_at_fork_reinit
notarealdeveloper5681a02
Remove unused variable in stdio_at_fork_reinit
notarealdeveloper2054bfa
Correct buffer->lock reinit logic.
notarealdevelopera8e4185
Merge remote-tracking branch 'upstream/main' into print
notarealdeveloper56a405f
stream_at_fork_reinit now uses _Py_ID instead of _Py_Identifier.
notarealdeveloperFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Merge remote-tracking branch 'upstream/main' into print
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commita8e41854c86412879f175caf9de11bc6df9b7c73
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
You are viewing a condensed version of this merge commit. You can view thefull changes here.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.