◐ Shell
clean mode source ↗

Message 124536 - Python tracker

Le jeudi 23 décembre 2010 à 02:45 +0000, Alexander Belopolsky a écrit :
> As I suggested on python-dev, I also think this belongs to a separate
> module rather than core or sys.

Why do you want to move it outside Python core? It is very dependent of
Python internals (GIL/threads, frames, etc.) and so I think that it's
better to keep it in the Python core.