Threading the Python interpreter
"Martin v. Löwis"
martin at v.loewis.de
Tue Feb 19 02:08:04 EST 2008
More information about the Python-list mailing list
Tue Feb 19 02:08:04 EST 2008
- Previous message (by thread): Threading the Python interpreter
- Next message (by thread): Threading the Python interpreter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
MooJoo wrote: > I've read that the Python interpreter is not thread-safe Just to counter this misconception: the Python interpreter *is* thread-safe. It's just that it won't run in parallel with itself on multiple CPUs in a single process. Regards, Martin
- Previous message (by thread): Threading the Python interpreter
- Next message (by thread): Threading the Python interpreter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list