]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-22016)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 30 Aug 2020 07:20:40 +0000 (00:20 -0700)
committerGitHub <noreply@github.com>
Sun, 30 Aug 2020 07:20:40 +0000 (16:20 +0900)
commit85ca9c049c5a490d143d28933bbb02ab80394ed8
tree17c0ca81f4290f34ab86ca52d73612026ab1c067
parenta1473d2c9106abbdc619bdcc973c15a87e3f0f12
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-22016)
Misc/NEWS.d/next/C API/2020-08-12-17-09-06.bpo-41524.u6Xfr2.rst [new file with mode: 0644]
Python/pystrcmp.c