--- Python/ceval_gil.h +++ Python/ceval_gil.h @@ -135,6 +135,7 @@ static void recreate_gil(struct _gil_runtime_state *gil) { + _Py_ANNOTATE_RWLOCK_RELEASED(&gil->locked, 1); _Py_ANNOTATE_RWLOCK_DESTROY(&gil->locked); /* XXX should we destroy the old OS resources here? */ create_gil(gil); /core Git repository'/>
summaryrefslogtreecommitdiff
path: root/sw/inc/swscanner.hxx
AgeCommit message (Expand)Author
2020-03-31Translate German variable namesJohnny_M
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin