]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37207: Use PEP 590 vectorcall to speed up frozenset() (GH-19053)
authorDong-hee Na <donghee.na92@gmail.com>
Wed, 18 Mar 2020 17:30:50 +0000 (02:30 +0900)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2020 17:30:50 +0000 (18:30 +0100)
commit1c60567b9a4c8f77e730de9d22690d8e68d7e5f6
tree2f9a85cf8399dbbc962da585d430f6f1516d8dcf
parentd18de46117d661a4acaf2380cc5ebb1cf6a000e9
bpo-37207: Use PEP 590 vectorcall to speed up frozenset() (GH-19053)
Misc/NEWS.d/next/Core and Builtins/2020-03-17-22-35-29.bpo-37207.sBAV1j.rst [new file with mode: 0644]
Objects/setobject.c