]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jul 2020 05:35:58 +0000 (22:35 -0700)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2020 05:35:58 +0000 (22:35 -0700)
commit01c0925271a9e8c6a4b316efeb8fdcbed9eb17f4
tree9f1ab717661acb29742625d44d0b434dba286d46
parent4874e5908c38da4c7dcaecf6397832dda1e6dd08
bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331)

PyUnicode_EncodeDecimal is not used actually.
(cherry picked from commit 16f451744b7f4653ca9db4b4bedbb6fc5c0de154)

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