[issue19695] Clarify how to use various import-related locks

2016-05-20 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___

[issue19695] Clarify how to use various import-related locks

2016-05-18 Thread Camilla Montonen
Changes by Camilla Montonen : -- nosy: +Winterflower ___ Python tracker ___ ___

[issue19695] Clarify how to use various import-related locks

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Has there been any discussion regarding this elsewhere or is this as far as we've got? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19695

[issue19695] Clarify how to use various import-related locks

2013-11-22 Thread Brett Cannon
New submission from Brett Cannon: While working on the PEP 451 code I realized that the way we are handling the global import lock along with the per-module lock is a little ad-hoc. For instance, what are we wanting to use the global lock for these days? Mutations of anything off of sys?