Skip to content

Commit 122532a

Browse files
authored
Update PyCallExt.jl
1 parent 2b8bd55 commit 122532a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ext/PyCallExt.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
module PyCallExt
22

3+
# While this extension is precompilable, it can only be used without crashing if PyCall is
4+
# using the same Python interpreter. However Julia precompiles all available extensions
5+
# eagerly, which therefore crashes if PyCall is using a different interpreter. So for now
6+
# we disable precompilation of this extension entirely.
7+
__precompile__(false)
8+
39
using PythonCall
410
using PythonCall.Core
511
using PythonCall.C

0 commit comments

Comments
 (0)