]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jun 2026 17:22:52 +0000 (19:22 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 17:22:52 +0000 (17:22 +0000)
commitf3fd7b85298679f118feddf41b1dae04cc43ff1a
tree4c7334349359c1c2e4827af683f5689d34263dbd
parentb53743fb7898be82d86cc34ff4b1c5a635e99c72
[3.15] gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354) (GH-151367)

(cherry picked from commit 65047f2e2fb80e4ad36df56a343d75963a20c110)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Objects/genericaliasobject.c
Objects/tupleobject.c
Objects/typevarobject.c