]> granicus.if.org Git - python/commit
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
authorEddie Elizondo <eelizondo@fb.com>
Thu, 19 Sep 2019 16:29:05 +0000 (09:29 -0700)
committerDino Viehland <dinoviehland@gmail.com>
Thu, 19 Sep 2019 16:29:05 +0000 (17:29 +0100)
commit3368f3c6ae4140a0883e19350e672fd09c9db616
tree0b4477fdd89aefa2b9d17e6a16c3f172f32a5660
parent079931d12223ec98cbf53185b90db48efa61f93f
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)

* Make dict and weakref offsets opaque for C heap types

* Add news
Doc/c-api/type.rst
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2019-09-13-01-24-47.bpo-38140.y59qaO.rst [new file with mode: 0644]
Modules/_struct.c
Modules/_testcapimodule.c
Objects/typeobject.c
Parser/asdl_c.py
Python/Python-ast.c