mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-120713: Make _Py_NORMALIZE_CENTURY private (GH-135933)
This commit is contained in:
parent
c45da6ae16
commit
fb170cf50d
4 changed files with 6 additions and 6 deletions
|
@ -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'
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue