gh-128104: Remove Py_STRFTIME_C99_SUPPORT; require C99-compliant strftime (#128106)

This commit is contained in:
Zanie Blue 2025-01-03 04:04:03 -06:00 committed by GitHub
parent bb73426caf
commit bb2dfadb92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 27 deletions

View file

@ -1715,9 +1715,6 @@
/* Define if you want to enable internal statistics gathering. */
#undef Py_STATS
/* Define if C99-specific strftime specifiers are supported. */
#undef Py_STRFTIME_C99_SUPPORT
/* The version of SunOS/Solaris as reported by `uname -r' without the dot. */
#undef Py_SUNOS_VERSION