Commit 56a7391
authored
On `master` branch, it should be possible to pass a custom "sysimage" to
the `julia.core.Julia.__init__` method. However, if the python version
in use is statically linked, an UnsupportedPythonError is thrown
(despite the sysimage argument having been passed to `__init__`).
This commit prevents the UnsupportedPythonError from being thrown if a
sysimage keyword argument is passed to `__init__`.
Closes #421
1 parent cec4bf0 commit 56a7391
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
| 481 | + | |
| 482 | + | |
481 | 483 | | |
482 | | - | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
483 | 489 | | |
484 | 490 | | |
485 | 491 | | |
| |||
0 commit comments