GH-131296: fix clang-cl warnings in sysmodule.c (#131304)

This commit is contained in:
Chris Eibl 2025-03-20 17:29:21 +01:00 committed by GitHub
parent 749e24b48f
commit a2ea417578
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"},