13.11.17 18:40, Antoine Pitrou пише:
> On Mon, 13 Nov 2017 17:08:06 +0100
> Victor Stinner <victor.stinner at gmail.com> wrote:
>> In short:
>> python3.7 -X dev script.py
>> behaves as:
>> PYTHONMALLOC=debug python3.7 -Wd -b -X faulthandler script.py
>> I would personally not add `-b` in those options. I think it was
> useful while porting stuff to 3.x, but not so much these days.
I concur with Antoine.