subhash-0000 commented on PR #61281: URL: https://github.com/apache/airflow/pull/61281#issuecomment-3890020622
Thanks @pierrejeambrun for testing locally and confirming that the asyncio.set_event_loop_policy() approach doesn't prevent the segfault. And thanks @TomTomoki for identifying that this also affects Python 3.12 with PYTHONDEVMODE. I've updated the PR to take a documentation-only approach: - Added "Known Issues" section to web-stack.rst warning about the incompatibility - Updated scope to Python 3.12+ and both PYTHONASYNCIODEBUG and PYTHONDEVMODE - Updated newsfragment to reflect the limitation - Fixed RST formatting and spellcheck errors The documentation now clearly warns users about this known limitation and suggests alternatives for debugging. Ready for review -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
