]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jul 2020 12:53:55 +0000 (15:53 +0300)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2020 12:53:55 +0000 (15:53 +0300)
commit12f433411bba8a0cdc4f09ba34472745ae9da0d1
treee927f56adec372fd015906082e1a9e27152ba421
parente123012d79121ab543583631bb84c7fc27d06338
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535)
Doc/whatsnew/3.10.rst
Lib/test/test_grammar.py
Misc/NEWS.d/next/Core and Builtins/2020-07-18-18-01-10.bpo-41334.t5xMGp.rst [new file with mode: 0644]
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/clinic/bytearrayobject.c.h
Objects/clinic/bytesobject.c.h
Objects/clinic/unicodeobject.c.h
Objects/unicodeobject.c