Skip to content

Commit d335322

Browse files
committed
Add link to the issue
1 parent 7cfe8b0 commit d335322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before, tricks such as disabling the garbage collector were required. See the
1919
[old docs](https://juliapy.github.io/PythonCall.jl/v0.9.21/faq/#Is-PythonCall/JuliaCall-thread-safe?).
2020

2121
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.
22+
to avoid triggering a segmentation fault on tab completion (issue [#586](https://github.com/JuliaPy/PythonCall.jl/issues/586)).
2323
Check this with `Threads.nthreads(:interactive)` or `versioninfo()`, set it with `JULIA_NUM_THREADS=X,1`,
2424
where `X` is the number of default threads, or use the Julia `--threads` CLI flag, see `julia --help`.
2525

0 commit comments

Comments
 (0)