l...@gnu.org (Ludovic Courtès) writes: > Agreed. Perhaps just something like: “Note that the program should > ensure that ‘my_init’ is called only once, and in a thread-safe way.”
Okay, I went ahead and pushed it to stable-2.0, with the code comment: "It is important that the call to 'my_init' happens-before all calls to 'my_eval_string'." Thanks, Mark