8000 bpo-37207: Use vertorcall for list() by encukou · Pull Request #18928 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-37207: Use vertorcall for list() 8000 #18928

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 30, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
NEWS: Update ReST syntax
Co-Authored-By: Dong-hee Na <donghee.na92@gmail.com>
  • Loading branch information
encukou and corona10 authored Mar 13, 2020
commit 84e88ca25d50219adf6585456ceb56dcbc7e9b03
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Speed up calls to ``list()`` by using the PEP 590 ``vectorcall``
Speed up calls to ``list()`` by using the :pep:`590` ``vectorcall``
calling convention. Patch by Mark Shannon.
0