]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan for example code in `extending/newtypes_tutorial` docs (GH-131606)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 24 Mar 2025 16:15:32 +0000 (17:15 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 16:15:32 +0000 (17:15 +0100)
commit1d6a2e648130cd834f7ed4fd210ef7dd4d4fc797
tree53cd3e18dba34c707ea0baab86d2b9bd0663f84d
parentd372472896ca9d5666b40072a9ed7040300e11a0
gh-111178: fix UBSan for example code in `extending/newtypes_tutorial` docs (GH-131606)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/extending/newtypes_tutorial.rst
Doc/includes/newtypes/custom2.c
Doc/includes/newtypes/custom3.c
Doc/includes/newtypes/custom4.c
Doc/includes/newtypes/sublist.c