http://bugs.winehq.org/show_bug.cgi?id=13469
Summary: Python long sys calls Product: Wine Version: 0.9.46. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: simonetregnago@grivaonline.com
Python doesn't work correctly when it have to make system calls with long strings. For example:
wine python.exe import os os.system("asdpoasid"*1000)
The same trouble happens when calling very long urls with the webbrowser module (with the open function)