OMPython icon indicating copy to clipboard operation
OMPython copied to clipboard

OMParser is non-reentrant

Open alchemyst opened this issue 9 years ago • 0 comments

Because of the shared variables result, inner_sets, next_set_list, next_set in OMParser, the routines are non-reentrant. This may cause problems when trying to use the routines concurrently or in other code.

alchemyst avatar Jul 13 '16 06:07 alchemyst