Skip to content

Commit 03dc386

Browse files
committed
1 parent 911056f commit 03dc386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

julia/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def __init__(self, init_julia=True, jl_init_path=None, runtime=None,
569569
else:
570570
# we're assuming here we're fully inside a running Julia process,
571571
# so we're fishing for symbols in our own process table
572-
self.api = ctypes.PyDLL('')
572+
self.api = ctypes.PyDLL(None)
573573

574574
# Store the running interpreter reference so we can start using it via self.call
575575
self.api.jl_.argtypes = [void_p]

0 commit comments

Comments
 (0)