Re: [Python-Dev] Add a developer mode to Python: -X dev command line option

2017年11月16日 04:13:27 -0800

On 2017年11月16日 12:53:24 +0100
Victor Stinner <[email protected]> wrote:
> Ok, I merged my PR adding -X dev: you can now test in Python 3.7 ;-)
> 
> > The list of checks can be extended later. For example, we may enable
> > the debug mode of asyncio: PYTHONASYNCIODEBUG=1. 
> 
> I opened https://bugs.python.org/issue32047 to propose enable asyncio
> debug mode using the Python developer mode.
> 
> What do you think? Is it ok to include asyncio in the global "developer mode"?
I'd rather not. Those are two orthogonal things. In particular,
asyncio debug mode is quite expensive.
Regards
Antoine.
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to