diff options
author | Antoine Pitrou <antoine@python.org> | 2023-09-25 17:50:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 17:50:39 (GMT) |
commit | 88a6137cdb81c80440d9d1ee7dee17ea0b820f11 (patch) | |
tree | 270d9673418978c1344c8061d65e0f9ceb9df619 /Misc | |
parent | bc06743533b5fea2d5ecdad6dd3caa372c67439f (diff) | |
download | cpython-88a6137cdb81c80440d9d1ee7dee17ea0b820f11.zip cpython-88a6137cdb81c80440d9d1ee7dee17ea0b820f11.tar.gz cpython-88a6137cdb81c80440d9d1ee7dee17ea0b820f11.tar.bz2 |
gh-109599: Add types.CapsuleType (#109600)
---------
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-09-20-07-38-14.gh-issue-109599.IaSLJz.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-09-20-07-38-14.gh-issue-109599.IaSLJz.rst b/Misc/NEWS.d/next/Library/2023-09-20-07-38-14.gh-issue-109599.IaSLJz.rst new file mode 100644 index 0000000..8a15e76 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-09-20-07-38-14.gh-issue-109599.IaSLJz.rst @@ -0,0 +1 @@ +Expose the type of PyCapsule objects as ``types.CapsuleType``. |