8000 bpo-47189: What's New in 3.11: Faster CPython by Fidget-Spinner · Pull Request #32235 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-47189: What's New in 3.11: Faster CPython #32235

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 20 commits into from
Apr 6, 2022
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
Add Pablo's employer
  • Loading branch information
Fidget-Spinner committed Apr 5, 2022
commit f460c93447155b6e870e33aa28b79ea38f615d40
5 changes: 3 additions & 2 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,9 @@ About
-----

Faster CPython explores optimizations for :term:`CPython`. The main team is
funded by Microsoft to work on this full-time. The team also collaborates
extensively with volunteer contributors in the community.
funded by Microsoft to work on this full-time. Pablo Galindo Salgado is also
funded by Bloomberg LP to work on the project part-time. Finally, many
contributors are volunteers from the community.


CPython bytecode changes
Expand Down
0