Skip to content

Commit 0c42b7d

Browse files
committed
Revert commit 9aab353, as it makes some tests to crash
1 parent 42baf82 commit 0c42b7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

numexpr/module.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@ void *th_worker(void *tidptr)
4747
char **errmsg;
4848
// For output buffering if needed
4949
vector<char> out_buffer;
50-
int init_sentinels_done = 0;
5150

5251
while (1) {
5352

5453
/* Sentinels have to be initialised yet */
5554
if (tid == 0) {
56-
init_sentinels_done = 0;
55+
gs.init_sentinels_done = 0;
5756
}
5857

5958
/* Meeting point for all threads (wait for initialization) */

0 commit comments

Comments
 (0)