]> 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:09:18 +0000 (21:09 -0700)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2020 04:09:18 +0000 (21:09 -0700)
commit4874e5908c38da4c7dcaecf6397832dda1e6dd08
tree1251d596c0b7f1e2843aac40574e5aa5330bbe61
parent6857ebefc048e316f948091946d337b5ada807a4
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