]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jul 2020 04:08:39 +0000 (21:08 -0700)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2020 04:08:39 +0000 (21:08 -0700)
commit48f388f02f000fb9087a854c0dc77ce39bc2bb29
tree22c9ff7f954392d3ee45fa8e9df25cfdb4e2fa3c
parent9c3840870814493fed62e140cfa43c2883e12181
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)

It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.
(cherry picked from commit 9c8441712230660fedac818ed50e7cdd89e4c51d)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Doc/c-api/long.rst