diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2019-09-13-01-24-47.bpo-38140.y59qaO.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2019-09-13-01-24-47.bpo-38140.y59qaO.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-09-13-01-24-47.bpo-38140.y59qaO.rst b/Misc/NEWS.d/next/C API/2019-09-13-01-24-47.bpo-38140.y59qaO.rst new file mode 100644 index 0000000..7df1d25 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2019-09-13-01-24-47.bpo-38140.y59qaO.rst @@ -0,0 +1,2 @@ +Make dict and weakref offsets opaque for C heap types by passing the offsets +through PyMemberDef |