Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41fde89

Browse files
authored
GH-113655 Lower C recursion limit from 4000 to 3000 on Windows. (GH-114896)
1 parentd25d4ee commit41fde89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Include/cpython/pystate.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ struct _ts {
229229
#elif defined(__s390x__)
230230
# definePy_C_RECURSION_LIMIT 800
231231
#elif defined(_WIN32)
232-
# definePy_C_RECURSION_LIMIT4000
232+
# definePy_C_RECURSION_LIMIT3000
233233
#elif defined(_Py_ADDRESS_SANITIZER)
234234
# definePy_C_RECURSION_LIMIT 4000
235235
#else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp