]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37207: Use PEP 590 vectorcall to speed up set() constructor (GH-19019)
authorDong-hee Na <donghee.na92@gmail.com>
Mon, 16 Mar 2020 17:17:38 +0000 (02:17 +0900)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2020 17:17:38 +0000 (18:17 +0100)
commit6ff79f65820031b219622faea8425edaec9a43f3
tree3df97acc315423cdd84ad48beafbdacbb692965b
parent5f104d56fa10f88098338b3f1ea74bcbe6924ca9
bpo-37207: Use PEP 590 vectorcall to speed up set() constructor (GH-19019)
Misc/NEWS.d/next/Core and Builtins/2020-03-15-23-16-00.bpo-37207.6XbnQA.rst [new file with mode: 0644]
Objects/setobject.c