Revert "tdf#158280 Replace usage of InputDialog with SvxNameDialog"
[LibreOffice.git] / external / python3 / tsan.patch.0
blob6f0d3681876909ef15c658658b173ec7096b5c3c
1 --- Python/ceval_gil.h
2 +++ Python/ceval_gil.h
3 @@ -136,6 +136,7 @@
4  #ifdef HAVE_FORK
5  static void recreate_gil(struct _gil_runtime_state *gil)
6  {
7 +    _Py_ANNOTATE_RWLOCK_RELEASED(&gil->locked, 1);
8      _Py_ANNOTATE_RWLOCK_DESTROY(&gil->locked);
9      /* XXX should we destroy the old OS resources here? */
10      create_gil(gil);