]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
authorInada Naoki <songofacandy@gmail.com>
Mon, 29 Jun 2020 04:00:43 +0000 (13:00 +0900)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 04:00:43 +0000 (13:00 +0900)
commite4f1fe6edb216e04da03ae80b462ca273f00255b
tree6d6a6d56b5cae2fe05e26a4aa36fcaaa04116b50
parentd9f2a13106254c53550583adca70aeb3979f2993
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Doc/c-api/long.rst
Doc/data/refcounts.dat
Doc/whatsnew/3.10.rst
Include/longobject.h
Misc/NEWS.d/next/C API/2020-06-29-11-33-49.bpo-41123.qFevek.rst [new file with mode: 0644]
Objects/abstract.c
Objects/longobject.c