[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

How to crash CPython 3.1.1 in Windows XP

Alf P. Steinbach

3/1/2010 9:17:00 PM

How to crash CPython 3.1.1 in Windows XP:

python -c "import os; os.spawnl( os.P_WAIT, 'blah' )"

I reported this as a bug, <url: http://bugs.python.org/iss...

Workaround: it seems that spawnl is happy with an absolute path as second arg,
followed by a third arg which should be the name of the program (repeated).


Cheers,

- Alf