]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 7 Jun 2020 07:06:40 +0000 (00:06 -0700)
committerGitHub <noreply@github.com>
Sun, 7 Jun 2020 07:06:40 +0000 (09:06 +0200)
commit1e4fa91104a03c44baa241326102cbec42d387f1
tree54316b04170a217f1917769c680f598c7b31a33e
parent90ee51f1cd9e63cfe0f402392612f50fc1bea747
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)

This is not part of the limited API but makes the buffer slots available for type specs.
(cherry picked from commit f7c4e236429606e1c982cacf24e10fc86ef4462f)
Include/typeslots.h
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2020-06-04-08-01-23.bpo-40724.qIIdSi.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/typeslots.inc