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
bump product version to 7.6.3.2-android
[LibreOffice.git]
/
external
/
python3
/
tsan.patch.0
blob
d599ec046109d0a29b75e07c1e075453db33002a
1
--- Python/ceval_gil.h
2
+++ Python/ceval_gil.h
3
@@ -135,6 +135,7 @@
4
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);