]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40724: Support setting buffer slots from type specs (GH-20648)
authorscoder <stefan_ml@behnel.de>
Sat, 6 Jun 2020 19:35:10 +0000 (21:35 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2020 19:35:10 +0000 (21:35 +0200)
commitf7c4e236429606e1c982cacf24e10fc86ef4462f
treed54aa7bc07169ac0a7c472d72d44e10b9dd16b3a
parent68874a8502da440a1dc4746cf73262648b870aee
bpo-40724: Support setting buffer slots from type specs (GH-20648)

This is not part of the limited API but makes the buffer slots available for type specs.
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