Han-Wen Nienhuys <hanw...@gmail.com> writes:

> LilyPond has no thread-safety anywhere. It would be actively harmful
> if anybody ever tried to run something on a different thread.

The Boehm GC garbage collector defaults to running in its own thread.
It is set to "Java" collection semantics which separates marking and
finalization phases.

> If anything, you should find a way to forbid importing the threads
> package.

Not sure whether it isn't needed anyhow.

-- 
David Kastrup

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to