GH-131296: fix clang-cl warnings in sysmodule.c (#131304)
This commit is contained in:
@@ -1614,7 +1614,7 @@ sys_getrecursionlimit_impl(PyObject *module)
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
|
||||
static PyTypeObject WindowsVersionType = {0, 0, 0, 0, 0, 0};
|
||||
static PyTypeObject WindowsVersionType = { 0 };
|
||||
|
||||
static PyStructSequence_Field windows_version_fields[] = {
|
||||
{"major", "Major version number"},
|
||||
|
||||
Reference in New Issue
Block a user