diff options
author | Petr Viktorin <encukou@gmail.com> | 2024-09-05 12:14:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 12:14:05 (GMT) |
commit | 16be8db6bec7bf8b58df80601cab58a26eee4afa (patch) | |
tree | 73eb8cb146a39a1929c9d317d9d9b6a41459abf0 /Misc/NEWS.d/next | |
parent | ce9f84a47bfbafedd09a25d0f6f0c8209550fb6c (diff) | |
download | cpython-16be8db6bec7bf8b58df80601cab58a26eee4afa.zip cpython-16be8db6bec7bf8b58df80601cab58a26eee4afa.tar.gz cpython-16be8db6bec7bf8b58df80601cab58a26eee4afa.tar.bz2 |
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/C_API/2024-08-29-15-05-19.gh-issue-123465.eqwNWq.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C_API/2024-08-29-15-05-19.gh-issue-123465.eqwNWq.rst b/Misc/NEWS.d/next/C_API/2024-08-29-15-05-19.gh-issue-123465.eqwNWq.rst new file mode 100644 index 0000000..1935adf --- /dev/null +++ b/Misc/NEWS.d/next/C_API/2024-08-29-15-05-19.gh-issue-123465.eqwNWq.rst @@ -0,0 +1,4 @@ +:c:macro:`Py_RELATIVE_OFFSET` is now allowed in :c:type:`PyMemberDef` for +the special offset member ``"__vectorcalloffset__"``, as well as the +discouraged special offset members ``"__dictoffset__"`` and +``"__weaklistoffset__"`` |