Message121691
| Author |
5houston |
| Recipients |
5houston, asksol, jnoller |
| Date |
2010年11月20日.17:29:51 |
| SpamBayes Score |
0.00011357557 |
| Marked as misclassified |
No |
| Message-id |
<1290274192.82.0.194849220352.issue8028@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Yes, I can.
This is the minCrashing.py output from python3.2a4 in windows XP sp3:
Traceback (most recent call last):
File "c:\Python32\lib\multiprocessing\process.py", line 233, in _bootstrap
self.run()
File "c:\Python32\lib\multiprocessing\process.py", line 87, in run
if self._target:
AttributeError: 'Process' object has no attribute '_target'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:\Python32\lib\multiprocessing\forking.py", line 349, in main
exitcode = self._bootstrap()
File "c:\Python32\lib\multiprocessing\process.py", line 249, in _bootstrap
sys.stderr.write('Process %s:\n' % self.name)
File "c:\Python32\lib\multiprocessing\process.py", line 137, in name
return self._name
AttributeError: 'Process' object has no attribute '_name' |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年11月20日 17:29:52 | 5houston | set | recipients:
+ 5houston, jnoller, asksol |
| 2010年11月20日 17:29:52 | 5houston | set | messageid: <1290274192.82.0.194849220352.issue8028@psf.upfronthosting.co.za> |
| 2010年11月20日 17:29:51 | 5houston | link | issue8028 messages |
| 2010年11月20日 17:29:51 | 5houston | create |
|