Stubs.py will no longer call sys.exit(1) on error, but raise exception instead (Python3)
Compare changes
Files
+ 16
− 25
@@ -19,10 +19,8 @@
@@ -37,8 +35,7 @@ soFileNames = [
@@ -69,11 +66,8 @@ CreateInstanceOf_int.restype = c_void_p
@@ -85,7 +79,7 @@ Clean = CleanNameAsPythonWants
@@ -232,7 +226,7 @@ An example for SetLength:
@@ -245,8 +239,7 @@ An example for SetLength:
@@ -260,8 +253,7 @@ An example for SetLength:
@@ -269,7 +261,7 @@ An example for SetLength:
@@ -291,10 +283,8 @@ An example for SetLength:
@@ -321,19 +311,20 @@ grep for the errorcode value inside ASN1SCC generated headers."""