diff options
author | Victor Stinner <vstinner@python.org> | 2025-05-01 17:55:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-01 17:55:49 +0200 |
commit | e26bafd107aa86a4bdd6051848640f36a56d0efb (patch) | |
tree | 17e6e675a57684bcb6d74e91e55afd2d7f5f5a44 /Lib/test/test_sqlite3/test_userfunctions.py | |
parent | ad2f0884b16e6af4087ba078d2255d4c81ae8e96 (diff) | |
download | cpython-e26bafd107aa86a4bdd6051848640f36a56d0efb.tar.gz cpython-e26bafd107aa86a4bdd6051848640f36a56d0efb.zip |
gh-133256: Add _Py_NONSTRING macro (#133257)
Fix GCC 15 compiler warnings such as:
Modules/fcntlmodule.c:27:36: warning: initializer-string for
array of 'char' truncates NUL terminator but destination lacks
'nonstring' attribute (9 chars into 8 available)
[-Wunterminated-string-initialization]
static const char guard[GUARDSZ] = "\x00\xfa\x69\xc4\x67\xa3\x6c\x58";
Diffstat (limited to 'Lib/test/test_sqlite3/test_userfunctions.py')
0 files changed, 0 insertions, 0 deletions