[v3-1-test] fix(api): disable uvloop if PYTHONASYNCIODEBUG=1 to prevent segfault (#61281)#61933
Merged
bugraoz93 merged 1 commit intoFeb 15, 2026
Merged
Conversation
…nt segfault … (apache#61281) * fix(api): disable uvloop if PYTHONASYNCIODEBUG=1 to prevent segfault (issue apache#61214) * docs(newsfragment): add newsfragment for uvloop/asyncio debug segfault fix (apache#61214) * fix(api): add stacklevel for debug warning and fix rst literals * fix: remove else block and correct newsfragment per review feedback * docs: document PYTHONASYNCIODEBUG/PYTHONDEVMODE incompatibility (Python 3.12+) * docs: fix RST formatting and spellcheck errors - Add blank line after warning directive to fix RST error - Quote asyncio with backticks to fix spellcheck * refactor: simplify to warning-only approach per reviewer feedback * refactor: apply reviewer suggestions --------- (cherry picked from commit 004f790) Co-authored-by: subhash-0000 <122723782+subhash-0000@users.noreply.github.com> Co-authored-by: Jason(Zhe-You) Liu <68415893+jason810496@users.noreply.github.com>
bugraoz93
approved these changes
Feb 15, 2026
vatsrahul1001
pushed a commit
that referenced
this pull request
Mar 4, 2026
…nt segfault … (#61281) (#61933) * fix(api): disable uvloop if PYTHONASYNCIODEBUG=1 to prevent segfault (issue #61214) * docs(newsfragment): add newsfragment for uvloop/asyncio debug segfault fix (#61214) * fix(api): add stacklevel for debug warning and fix rst literals * fix: remove else block and correct newsfragment per review feedback * docs: document PYTHONASYNCIODEBUG/PYTHONDEVMODE incompatibility (Python 3.12+) * docs: fix RST formatting and spellcheck errors - Add blank line after warning directive to fix RST error - Quote asyncio with backticks to fix spellcheck * refactor: simplify to warning-only approach per reviewer feedback * refactor: apply reviewer suggestions --------- (cherry picked from commit 004f790) Co-authored-by: subhash-0000 <122723782+subhash-0000@users.noreply.github.com>
81 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
fix(api): disable uvloop if PYTHONASYNCIODEBUG=1 to prevent segfault (issue API server segfault when PYTHONASYNCIODEBUG=1 #61214)
docs(newsfragment): add newsfragment for uvloop/asyncio debug segfault fix (API server segfault when PYTHONASYNCIODEBUG=1 #61214)
fix(api): add stacklevel for debug warning and fix rst literals
fix: remove else block and correct newsfragment per review feedback
docs: document PYTHONASYNCIODEBUG/PYTHONDEVMODE incompatibility (Python 3.12+)
docs: fix RST formatting and spellcheck errors
refactor: simplify to warning-only approach per reviewer feedback
refactor: apply reviewer suggestions
(cherry picked from commit 004f790)
Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.