Skip to content

[v3-1-test] fix(api): disable uvloop if PYTHONASYNCIODEBUG=1 to prevent segfault (#61281)#61933

Merged
bugraoz93 merged 1 commit into
apache:v3-1-testfrom
jason810496:backport-004f790-v3-1-test
Feb 15, 2026
Merged

[v3-1-test] fix(api): disable uvloop if PYTHONASYNCIODEBUG=1 to prevent segfault (#61281)#61933
bugraoz93 merged 1 commit into
apache:v3-1-testfrom
jason810496:backport-004f790-v3-1-test

Conversation

@jason810496

Copy link
Copy Markdown
Member
  • 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)


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

…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 bugraoz93 merged commit 418bfb2 into apache:v3-1-test Feb 15, 2026
89 checks passed
@vatsrahul1001 vatsrahul1001 added the type:bug-fix Changelog: Bug Fixes label Mar 2, 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:API Airflow's REST/HTTP API kind:documentation type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants