Skip to content

Commit 8b42a15

Browse files
Bump the number of pending calls.
1 parent e5b6cb4 commit 8b42a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_ceval_state.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct _pending_calls {
7171
thread state.
7272
Guarded by the GIL. */
7373
int async_exc;
74-
#define NPENDINGCALLS 32
74+
#define NPENDINGCALLS 100
7575
struct {
7676
int (*func)(void *);
7777
void *arg;

0 commit comments

Comments
 (0)