[issue32047] asyncio: enable debug mode when -X dev is used

2017-11-20 Thread STINNER Victor
STINNER Victor added the comment: New changeset 44862df2eeec62adea20672b0fe2a5d3e160569e by Victor Stinner in branch 'master': bpo-32047: -X dev enables asyncio debug mode (#4418) https://github.com/python/cpython/commit/44862df2eeec62adea20672b0fe2a5d3e160569e

[issue32047] asyncio: enable debug mode when -X dev is used

2017-11-20 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue32047] asyncio: enable debug mode when -X dev is used

2017-11-16 Thread STINNER Victor
STINNER Victor added the comment: I sent an email about this change to python-dev: https://mail.python.org/pipermail/python-dev/2017-November/150572.html -- ___ Python tracker

[issue32047] asyncio: enable debug mode when -X dev is used

2017-11-16 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +4367 stage: -> patch review ___ Python tracker ___

[issue32047] asyncio: enable debug mode when -X dev is used

2017-11-16 Thread STINNER Victor
New submission from STINNER Victor : The bpo-32043 added a new "developer mode" enabled with the new -X dev command line option. I propose to enable asyncio debug mode with the global Python "developer mode". If an asyncio application is correctly written, the single