We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b6cb4 commit 8b42a15Copy full SHA for 8b42a15
Include/internal/pycore_ceval_state.h
@@ -71,7 +71,7 @@ struct _pending_calls {
71
thread state.
72
Guarded by the GIL. */
73
int async_exc;
74
-#define NPENDINGCALLS 32
+#define NPENDINGCALLS 100
75
struct {
76
int (*func)(void *);
77
void *arg;
0 commit comments