http://bugs.winehq.org/show_bug.cgi?id=21388
Summary: "shed skin" compiler output crashes Product: Wine Version: 1.1.36 Platform: x86 URL: http://shedskin.googlecode.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mark.dufour@gmail.com
the following simple python script:
for y in range(50): print y
always crashes after being compiled with shed skin (see test.exe in attachment - I haven't tried test.exe under windows yet).
this is just an extract from one of the shed skin unit tests that fail under WINE (but work under winxp).