[Python-Dev] Design Philosophy: Performance vs Robustness/Maintainability

2017-07-18 18:08 GMT+02:00 Ethan Furman <et...@stoneleaf.us>:
> Nick Coughlan:
> -------------
>>
>> As another example of this: while trading the global import lock for
>> per-module locks eliminated most of the old import deadlocks, (...)

Minor remark: the email subject is inaccurate, this change is not
related to performance. I would more say that it's about correctness.

Python 3 doesn't hung on deadlock in "legit" import anymore ;-)

Victor
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
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