diff options
author | Zanie Blue <contact@zanie.dev> | 2025-01-03 10:04:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-03 10:04:03 (GMT) |
commit | bb2dfadb9221fa3035fda42a2c153c831013e3d3 (patch) | |
tree | 83bb96fbeb30f71b80f785148df7046696bb2229 /Misc | |
parent | bb73426cafb78691b249ffa50f1872ab6f899d4a (diff) | |
download | cpython-bb2dfadb9221fa3035fda42a2c153c831013e3d3.zip cpython-bb2dfadb9221fa3035fda42a2c153c831013e3d3.tar.gz cpython-bb2dfadb9221fa3035fda42a2c153c831013e3d3.tar.bz2 |
gh-128104: Remove `Py_STRFTIME_C99_SUPPORT`; require C99-compliant strftime (#128106)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-12-20-09-03-22.gh-issue-128104.m_SoVx.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-12-20-09-03-22.gh-issue-128104.m_SoVx.rst b/Misc/NEWS.d/next/Build/2024-12-20-09-03-22.gh-issue-128104.m_SoVx.rst new file mode 100644 index 0000000..c3a47fb --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-12-20-09-03-22.gh-issue-128104.m_SoVx.rst @@ -0,0 +1,3 @@ +Remove ``Py_STRFTIME_C99_SUPPORT`` conditions in favor of requiring C99 +:manpage:`strftime(3)` specifier support at build time. When cross-compiling, +there is no build time check and support is assumed. |