8000 gh-119109: improve `functools.partial` vectorcall with keywords by dg-pb · Pull Request #124584 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-119109: improve functools.partial vectorcall with keywords #124584

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 37 commits into from
Jul 9, 2025
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
69ba0e9
initial implementation
dg-pb Sep 26, 2024
9a21b55
V2
dg-pb Sep 26, 2024
f23021c
small fixes
dg-pb Sep 26, 2024
d840ad7
V3
dg-pb Sep 26, 2024
2dd7568
V4
dg-pb Sep 27, 2024
862097f
fix compiler warnings
dg-pb Sep 27, 2024
64c889b
V5 stable
dg-pb Sep 29, 2024
a7142d5
add commented fix if merging after gh-124652
dg-pb Sep 30, 2024
ba36d01
error check
dg-pb Oct 4, 2024
acba269
fix error check
dg-pb Oct 4, 2024
898a104
minor macro edit
dg-pb Oct 5, 2024
10b9f3b
merge to main
dg-pb Oct 17, 2024
3647c25
📜🤖 Added by blurb_it.
blurb-it[bot] Oct 17, 2024
f9e3fd4
small edits
dg-pb Dec 18, 2024
42f3dc7
idiomatic C
dg-pb Jan 5, 2025
4f23211
Merge remote-tracking branch 'upstream/main' into gh-119109-partial_v…
dg-pb Jan 5, 2025
acd9c56
small edits and fixes
dg-pb Jan 5, 2025
cc557e9
macros removed, post-resizing instead
dg-pb Jan 5, 2025
e8fbaf8
regain previous performance
dg-pb Jan 6, 2025
1a8a56c
small edit
dg-pb Jan 6, 2025
b3ff73d
labels removed
dg-pb Jan 6, 2025
00ebb4b
comment edits
dg-pb Jan 6, 2025
4575b6c
minor fixes and improvements
dg-pb Jan 6, 2025
25a91aa
small stack size doubled + small edits
dg-pb Jan 8, 2025
e326fcf
removed commented fix when trailing placeholders allowed
dg-pb Jan 9, 2025
85d658f
moved declarations to more sensible place
dg-pb Jan 10, 2025
cefa7d8
reorder declarations
dg-pb Jan 10, 2025
aa3a11f
Merge remote-tracking branch 'upstream/main' into gh-119109-partial_v…
dg-pb May 8, 2025
8730ded
Merge branch 'main' into gh-119109-partial_vectorcall_kw
kumaraditya303 May 17, 2025
adacecf
null fix
dg-pb Jun 10, 2025
a09ce19
Merge branch 'main' into gh-119109-partial_vectorcall_kw
serhiy-storchaka Jul 7, 2025
192d261
few more brushes based on ss review
dg-pb Jul 7, 2025
1f21e74
comment
dg-pb Jul 7, 2025
3070c67
assertion fixes
dg-pb Jul 7, 2025
2a56327
stack resize rule
dg-pb Jul 7, 2025
e83099b
comment edit
dg-pb Jul 7, 2025
482336d
potential overflow fix
dg-pb Jul 8, 2025
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
Merge remote-tracking branch 'upstream/main' into gh-119109-partial_v…
…ectorcall_kw
  • Loading branch information
dg-pb committed May 8, 2025
commit aa3a11fa3cd62189fb1758c025c6ad5cca176d03

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0