gh-120713: Make _Py_NORMALIZE_CENTURY private (GH-135933)

This commit is contained in:
Petr Viktorin 2025-07-07 17:57:48 +02:00 committed by GitHub
parent c45da6ae16
commit fb170cf50d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -1934,7 +1934,7 @@ wrap_strftime(PyObject *object, PyObject *format, PyObject *timetuple,
}
replacement = freplacement;
}
#ifdef Py_NORMALIZE_CENTURY
#ifdef _Py_NORMALIZE_CENTURY
else if (ch == 'Y' || ch == 'G'
|| ch == 'F' || ch == 'C'
) {