This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LambertDW
Recipients LambertDW, zzzeek
Date 2009-02-20.18:57:26
SpamBayes Score 4.7517997e-08
Marked as misclassified No
Message-id <1235156249.5.0.108511145515.issue5331@psf.upfronthosting.co.za>
In-reply-to
Content
Fails also on this system.

$ p3
Python 3.0.1 (r301:69556, Feb 13 2009, 23:52:55) 
[GCC 3.4.6 20060404 (Red Hat 3.4.6-3)] on linux2
(...)
>>> # use both hangs
(...)
>>> p.start()
>>> p.join()
(hmm la  do diii   laaa...)^C
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/usr/users/lambert/bin/python/lib/python3.0/multiprocessing/process.py",
line 119, in join
    res = self._popen.wait(timeout)
  File
"/usr/users/lambert/bin/python/lib/python3.0/multiprocessing/forking.py",
line 118, in wait
    return self.poll(0)
  File
"/usr/users/lambert/bin/python/lib/python3.0/multiprocessing/forking.py",
line 107, in poll
    pid, sts = os.waitpid(self.pid, flag)
KeyboardInterrupt
>>>
History
Date User Action Args
2009-02-20 18:57:29LambertDWsetrecipients: + LambertDW, zzzeek
2009-02-20 18:57:29LambertDWsetmessageid: <1235156249.5.0.108511145515.issue5331@psf.upfronthosting.co.za>
2009-02-20 18:57:27LambertDWlinkissue5331 messages
2009-02-20 18:57:26LambertDWcreate