commit | c46d22e52e7c880e6ab2d743c27235322ad95317 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Aug 02 02:02:22 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Aug 02 02:02:22 1997 +0000 |
tree | 4cd26480a5eba714f589e5cdba18a7f69f64b5cc | |
parent | 35d43377b4473d90736b01fc8934bcf56cd3cdf9 [diff] |
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.