diff options
author | Inada Naoki <songofacandy@gmail.com> | 2020-06-29 04:00:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 04:00:43 (GMT) |
commit | e4f1fe6edb216e04da03ae80b462ca273f00255b (patch) | |
tree | 6d6a6d56b5cae2fe05e26a4aa36fcaaa04116b50 /Doc/data/refcounts.dat | |
parent | d9f2a13106254c53550583adca70aeb3979f2993 (diff) | |
download | cpython-e4f1fe6edb216e04da03ae80b462ca273f00255b.zip cpython-e4f1fe6edb216e04da03ae80b462ca273f00255b.tar.gz cpython-e4f1fe6edb216e04da03ae80b462ca273f00255b.tar.bz2 |
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Diffstat (limited to 'Doc/data/refcounts.dat')
-rw-r--r-- | Doc/data/refcounts.dat | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index 1215c96..4d9aee3 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -1205,11 +1205,6 @@ PyLong_FromString:const char*:str:: PyLong_FromString:char**:pend:: PyLong_FromString:int:base:: -PyLong_FromUnicode:PyObject*::+1: -PyLong_FromUnicode:Py_UNICODE*:u:: -PyLong_FromUnicode:Py_ssize_t:length:: -PyLong_FromUnicode:int:base:: - PyLong_FromUnicodeObject:PyObject*::+1: PyLong_FromUnicodeObject:PyObject*:u:0: PyLong_FromUnicodeObject:int:base:: |