repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "tdf#158280 Replace usage of InputDialog with SvxNameDialog"
[LibreOffice.git]
/
external
/
python3
/
tsan.patch.0
blob
6f0d3681876909ef15c658658b173ec7096b5c3c
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);