diff options
author | scoder <stefan_ml@behnel.de> | 2020-06-06 19:35:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 19:35:10 (GMT) |
commit | f7c4e236429606e1c982cacf24e10fc86ef4462f (patch) | |
tree | d54aa7bc07169ac0a7c472d72d44e10b9dd16b3a /Misc | |
parent | 68874a8502da440a1dc4746cf73262648b870aee (diff) | |
download | cpython-f7c4e236429606e1c982cacf24e10fc86ef4462f.zip cpython-f7c4e236429606e1c982cacf24e10fc86ef4462f.tar.gz cpython-f7c4e236429606e1c982cacf24e10fc86ef4462f.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/C API/2020-06-04-08-01-23.bpo-40724.qIIdSi.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-06-04-08-01-23.bpo-40724.qIIdSi.rst b/Misc/NEWS.d/next/C API/2020-06-04-08-01-23.bpo-40724.qIIdSi.rst new file mode 100644 index 0000000..82793db --- /dev/null +++ b/Misc/NEWS.d/next/C API/2020-06-04-08-01-23.bpo-40724.qIIdSi.rst @@ -0,0 +1 @@ +Allow defining buffer slots in type specs. |