print statement and multithreading

Donn Cave donn at oz.net
Tue Aug 22 01:14:40 EDT 2000


Quoth Roy Katz <katz at Glue.umd.edu>:
| Does the print statement cause output to be displayed
| when it is run from threads, as opposed to the main
| thread?

On BeOS it does, anyway.  Can't tell the difference, main thread
is just a thread that works like any other.  The only thing that
comes to mind where Python imposes a main-thread-only requirement
is signals, not that I have tried it.

	Donn Cave, donn at oz.net



More information about the Python-list mailing list