We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfe8b0 commit d335322Copy full SHA for d335322
docs/src/faq.md
@@ -19,7 +19,7 @@ Before, tricks such as disabling the garbage collector were required. See the
19
[old docs](https://juliapy.github.io/PythonCall.jl/v0.9.21/faq/#Is-PythonCall/JuliaCall-thread-safe?).
20
21
When starting a Julia REPL with multiple threads, there must be exactly one interactive thread,
22
-to avoid triggering a segmentation fault on tab completion.
+to avoid triggering a segmentation fault on tab completion (issue [#586](https://github.com/JuliaPy/PythonCall.jl/issues/586)).
23
Check this with `Threads.nthreads(:interactive)` or `versioninfo()`, set it with `JULIA_NUM_THREADS=X,1`,
24
where `X` is the number of default threads, or use the Julia `--threads` CLI flag, see `julia --help`.
25
0 commit comments