New submission from Sworddragon:

If a command gets too long os.system() will return 32512. As I have figured out 
from Google this normally happens if the command can't be found. In the 
attachments is an example command which will fail on os.system() (it was 
generated as test during development - it is nearly 600.000 characters long). 
Executing the file with bash works fine but using os.system() makes troubles.

----------
components: Library (Lib)
files: test.sh
messages: 197680
nosy: Sworddragon
priority: normal
severity: normal
status: open
title: Too long command returns 32512
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file31753/test.sh

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19015>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to