Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Add defalut defined
  • Loading branch information
rruuaanng committed Sep 27, 2024
commit 1aaec7464f31d189eebf52cedcb8f8d6470eaace
2 changes: 2 additions & 0 deletions Python/sysmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -3366,6 +3366,8 @@ make_impl_info(PyObject *version_info)
# define OS_PLATFORM "arm32"
#elif _M_ARM64
# define OS_PLATFORM "arm64"
#else
# define OS_PLATFORM ""
#endif
value = PyUnicode_FromString(OS_PLATFORM);
if (value == NULL)
Comment thread
rruuaanng marked this conversation as resolved.
Outdated
Expand Down