]> granicus.if.org Git - python/commit
Print ps (process status) for us when starting a new thread.
authorGuido van Rossum <guido@python.org>
Sat, 2 Aug 1997 02:02:22 +0000 (02:02 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 2 Aug 1997 02:02:22 +0000 (02:02 +0000)
commitc46d22e52e7c880e6ab2d743c27235322ad95317
tree4cd26480a5eba714f589e5cdba18a7f69f64b5cc
parent35d43377b4473d90736b01fc8934bcf56cd3cdf9
Print ps (process status) for us when starting a new thread.

Even less shuffling of stdout (only at start of new interpreter).

Interact properly with new interpreter initialization conventions
(must use Py_Initialize/Py_Finalize *and*
Py_NewInterpreter/Py_EndInterpreter).

Probably more minor changes.
Demo/pysvr/pysvr.c