Review
parent
9ea77f6d19
commit
67b7b05b0f
|
@ -44,6 +44,8 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_test_deploy:
|
build_test_deploy:
|
||||||
jobs:
|
jobs:
|
||||||
|
# Currently we inconditionally bind some newer functions making 3.5 and 3.6 nott working.
|
||||||
|
# We could later check for python version and readd the tests
|
||||||
# - python3.5
|
# - python3.5
|
||||||
# - python3.6
|
# - python3.6
|
||||||
- python3.7
|
- python3.7
|
||||||
|
|
|
@ -40,3 +40,5 @@ the `int` represent the error code from the CPython `PyRun_AnyFile` function
|
||||||
and error will be set if we failed to open `filename`.
|
and error will be set if we failed to open `filename`.
|
||||||
|
|
||||||
If an error is raise before calling th CPython function `int` default to `-1`.
|
If an error is raise before calling th CPython function `int` default to `-1`.
|
||||||
|
|
||||||
|
Take a look at some [examples](examples)
|
Loading…
Reference in New Issue