]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46541: Add a Comment About When to Use _Py_DECLARE_STR(). (gh-32063)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 23 Mar 2022 15:52:50 +0000 (09:52 -0600)
committerGitHub <noreply@github.com>
Wed, 23 Mar 2022 15:52:50 +0000 (09:52 -0600)
commit21412d037b07c08266e96dfd0c0e44a1b7693bc1
treed253f9150a11cc3c65dda296fbbeb67a2ee48151
parent0360e9f34659e7d7f3dae021b82f78452db8c714
bpo-46541: Add a Comment About When to Use _Py_DECLARE_STR(). (gh-32063)

In a gh-32003 comment, I realized it wasn't very clear how _Py_DECLARE_STR() should be used.  This changes adds a comment to clarify.

https://bugs.python.org/issue46541
Include/internal/pycore_global_strings.h