bpo-32047: -X dev enables asyncio debug mode - #4418
Conversation
The new -X dev command line option now also enables asyncio debug mode.
There was a problem hiding this comment.
I'd rename this function to _is_debug_mode
1st1
left a comment
There was a problem hiding this comment.
Overall the PR looks good. Please hold off merging it though, until we have a consensus on the mailing list (or till Monday, whatever comes first :))
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |

The new -X dev command line option now also enables asyncio debug
mode.
https://bugs.python.org/issue32047