brunoalano / pyswip

Automatically exported from code.google.com/p/pyswip
MIT License
0 stars 0 forks source link

sys.exit does not work when importing pyswip #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

python -c 'import sys; import pyswip; sys.exit(1)'; echo $?
0
python -c 'import sys; sys.exit(1)'; echo $?
1

What is the expected output? What do you see instead?
See above

What version of the product are you using? On what operating system?
0.2.2

Please provide any additional information below.
N/A

Original issue reported on code.google.com by kaszm...@gmail.com on 21 Dec 2011 at 8:27

GoogleCodeExporter commented 9 years ago
Commit r120 is supposed to solve this issue.

Original comment by rodrigo....@gmail.com on 28 Dec 2012 at 5:55

GoogleCodeExporter commented 9 years ago

Original comment by rodrigo....@gmail.com on 29 Dec 2012 at 12:24