Re: [Python-ideas] A PEP to define basical metric which allows to guarantee minimal code quality

2017-09-19 Thread Barry Scott
> On 17 Sep 2017, at 19:17, alexandre.gal...@gmail.com wrote: > > Hi, > > thanks for your answer, and your questions. Very good draw. I printed it in > my office ^^ > > First i'd like to precise that, as in title, aim is not to gurantee quality > but minimal quality. I think it's really two d

Re: [Python-ideas] Move some regrtest or test.support features into unittest?

2017-09-19 Thread Victor Stinner
>> * --timeout: watchdog killing the test if the run time exceed the >> timeout in seconds (use faulthandler.dump_traceback_later) > > This feature looks functionally similar to limiting memory usage. Hum, I don't think so. Limiting the memory usage doesn't catch deadlocks for example. Victor ___