-
Mark Lodato authored
The cython_freeze-generated executable exits with code 1 if something wrong happens, unless a SystemExit exception occurred, in which case it returns the value passed to sys.exit(). In order to differentiate between the two cases, change the two example Cython modules to exit(2).
0c2f9b06