threads and sleep?

Andreas Kostyrka andreas at kostyrka.org
Wed Jul 13 04:16:41 EDT 2005


Am Donnerstag, den 07.07.2005, 22:56 +0000 schrieb Grant Edwards:

> Oh.  I assumed that CPython used Posix threads on Posix
It does.
> platforms.  At least in my experience under Linux, libpthread
> always creates an extra "manager" thread.  Though in our case
It probably does. But it will probably not show as a Python thread.
Without some special interfacing with the Python/C API any thread
created in C will not show up in Python.
> that thread probably wouldn't be running a Python interpreter.

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://mail.python.org/pipermail/python-list/attachments/20050713/6664f261/attachment.sig>


More information about the Python-list mailing list