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(a)winehq.org ReportedBy: simonetregnago(a)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) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.