Skip to content

Commit d775089

Browse files
committed
Be precise about about GIL [ci skip]
1 parent 7b6cc24 commit d775089

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,9 @@ Out[3]: array([1., 1., 1., 2., 2., 2., 3., 3., 4., 4.])
337337

338338
### PyJulia does not release GIL
339339

340-
PyJulia (or rather PyCall) does not release GIL while calling Julia
341-
functions. It means that Python code and Julia code cannot run in
340+
PyJulia does not release the Global Interpreter Lock (GIL) while
341+
calling Julia functions since PyCall expects the GIL to be acquired
342+
always. It means that Python code and Julia code cannot run in
342343
parallel.
343344

344345

0 commit comments

Comments
 (0)