reinit the TLS before anything else (#130)
PyEval_ReInitThread can run arbitrary Python code, which really ought to have the TLS initialized.
Showing
Please
register
or
sign in
to comment
PyEval_ReInitThread can run arbitrary Python code, which really ought to have the TLS initialized.