mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
A runtime check is needed to support cross-compiling. Remove the _Py_NORMALIZE_CENTURY macro. Remove _pydatetime.py's _can_support_c99. Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
3 lines
157 B
ReStructuredText
3 lines
157 B
ReStructuredText
Check the ``strftime()`` behavior at runtime instead of at the compile time
|
|
to support cross-compiling.
|
|
Remove the internal macro ``_Py_NORMALIZE_CENTURY``.
|