mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-128104: Remove Py_STRFTIME_C99_SUPPORT
; require C99-compliant strftime (#128106)
This commit is contained in:
parent
bb73426caf
commit
bb2dfadb92
5 changed files with 10 additions and 27 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue