• Mark Lodato's avatar
    freeze: exit(2) in examples, to test exit code · 0c2f9b06
    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
combinatorics.pyx 437 Bytes