Sworddragon added the comment:

I have figured out that system() in C can only take up to 65533 arguments after 
a command (so it is a 16 bit issue). Giving one more argument will result in 
the return code 32512 (which implies the exit code 127).

----------
resolution:  -> invalid
status: open -> closed

_______________________________________
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