[New-bugs-announce] [issue19015] Too long command returns 32512

Sworddragon report at bugs.python.org
Sat Sep 14 04:01:11 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19015>
_______________________________________


More information about the New-bugs-announce mailing list