[issue4794] garbage collector blocks and takes worst-case linear time wrt number of objects

Benjamin Peterson report at bugs.python.org
Wed Dec 31 20:58:42 CET 2008


Benjamin Peterson <benjamin at python.org> added the comment:

The garbage collector will never be able to run in a second thread
because it manipulates Python objects, which the GIL is supposed to protect!

As for non-linear complexity, see #4688 and #4074 for some attempts to
sooth this problem over.

----------
nosy: +benjamin.peterson
resolution:  -> duplicate
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4794>
_______________________________________


More information about the Python-bugs-list mailing list