]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
authorInada Naoki <songofacandy@gmail.com>
Sun, 5 Jul 2020 04:01:48 +0000 (13:01 +0900)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2020 04:01:48 +0000 (13:01 +0900)
commit9c8441712230660fedac818ed50e7cdd89e4c51d
tree53ddde71b48a605ae946fd603385b468c0f98b73
parent13c90e82b6a1c3baff7f48f1bdc38058f6072f04
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)

It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.
Doc/c-api/long.rst