Graham Dumpleton added the comment:

If this issue with GC can't be addressed and sub interpreters isolated better, 
then there is no point pursing then the idea that has been raised at the 
language summit of giving each sub interpreter its own GIL and then provide 
mechanisms to allow code executing in one sub interpreter to delegate other 
code to run in the context of a different sub interpreter, thus allowing 
effective use of multi core systems.

That was the bigger goal and this was one of the issues which would need to be 
fixed.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24554>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to