Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions PC/invalid_parameter_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
uintptr_t pReserved) { }

_invalid_parameter_handler _Py_silent_invalid_parameter_handler = _silent_invalid_parameter_handler;
)

Check failure on line 19 in PC/invalid_parameter_handler.c

View workflow job for this annotation

GitHub Actions / Windows / build (arm64)

syntax error: ')' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]

Check failure on line 19 in PC/invalid_parameter_handler.c

View workflow job for this annotation

GitHub Actions / Windows (free-threading) / build (arm64)

syntax error: ')' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]

Check failure on line 19 in PC/invalid_parameter_handler.c

View workflow job for this annotation

GitHub Actions / Windows / build and test (x64)

syntax error: ')' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]

Check failure on line 19 in PC/invalid_parameter_handler.c

View workflow job for this annotation

GitHub Actions / Windows (free-threading) / build and test (x64)

syntax error: ')' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]

#endif

Expand Down
Loading