cexen
Results
2
comments of
cexen
Hello, I encountered a similar issue. For me, `notebook_dir` and `disable_user_config` in profiles had no effect on the child spawner. This is an issue related to #27. By experiment, I...
The cause of the segmentation fault seems to be calling PyMem_Free(*) without acquiring the GIL. - https://github.com/python/cpython/issues/105690 - https://docs.python.org/3.11/c-api/memory.html#memory-interface There are two solutions (both of which solved the problem for...