]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correct _PyLong_Frexp() description in comments (GH-132716)
authorSergey B Kirpichev <skirpichev@gmail.com>
Sat, 19 Apr 2025 07:42:20 +0000 (10:42 +0300)
committerGitHub <noreply@github.com>
Sat, 19 Apr 2025 07:42:20 +0000 (07:42 +0000)
commit95800fe6e719c829acf52fbb00198135b78719b4
tree457628569a2c651dbcea1e69c14c0fe68280b375
parent815061cbab0ff7e3b0062191bae846a83c23c79a
Correct _PyLong_Frexp() description in comments (GH-132716)

This amends d08c788822, now this function always successful.
Objects/longobject.c