Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
26
Star
529
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
fix-gc-stats
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 23, 2024
Add news
markshannon
committed
c983f31
Copy full SHA for c983f31
Add collection counts to Py_STATS and add back GC debug printout from earlier versions.
markshannon
committed
037d529
Copy full SHA for 037d529
Commits on Aug 22, 2024
gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT`` (gh-123092)
corona10
authored
297f2e0
Copy full SHA for 297f2e0
gh-121404: remove redundant c_nestlevel. more compiler abstractions. more macro usage consistency (#123225)
iritkatriel
authored
4abc1c1
Copy full SHA for 4abc1c1
gh-123165: correct tests for `dis.dis(func, show_positions=True)` (#123220)
picnixz
authored
31acc4d
Copy full SHA for 31acc4d
GH-123197: Only count an instruction as deferred if it hasn't deopted first. (GH-123222)
Show description for a3d8c05
markshannon
authored
a3d8c05
Copy full SHA for a3d8c05
gh-122546: use same filename for different exceptions in new repl (#123217)
Show description for 3d7b1a5
skirpichev
authored
3d7b1a5
Copy full SHA for 3d7b1a5
GH-118093: Specialize calls to non-vectorcall classes as `CALL_NON_PY_GENERAL` (GH-123212)
Show description for 427b106
brandtbucher
authored
427b106
Copy full SHA for 427b106
gh-122712: Test `CALL_ALLOC_AND_ENTER_INIT` handles reassignment of `__code__` (GH-122713)
mpage
authored
79ddf75
Copy full SHA for 79ddf75
Commits on Aug 21, 2024
gh-123142: Fix too wide source locations in tracebacks of exceptions from broken iterables in comprehensions (#123173)
iritkatriel
authored
ec89620
Copy full SHA for ec89620
GH-115776: Allow any fixed sized object to have inline values (GH-123192)
markshannon
authored
a4fd7aa
Copy full SHA for a4fd7aa
gh-121404: split fblock handling into compiler_* and codegen_* parts (#123199)
iritkatriel
authored
4b7c488
Copy full SHA for 4b7c488
gh-123165: make `dis` functions render positions on demand (#123168)
picnixz
authored
b1d3bd2
Copy full SHA for b1d3bd2
Fix typos in comments (#123201)
Wulian233
authored
94036e4
Copy full SHA for 94036e4
GH-123197: Increment correct stat for CALL_KW (GH-123200)
markshannon
authored
7b26c4d
Copy full SHA for 7b26c4d
GH-123185: Check for `NULL` after calling `_PyEvalFramePushAndInit` (GH-123194)
markshannon
authored
1eba8ba
Copy full SHA for 1eba8ba
gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit() (GH-123179)
serhiy-storchaka
authored
90c892e
Copy full SHA for 90c892e
gh-123084: Turn `shutil.ExecError` into a deprecated alias of `RuntimeError` (#123125)
ZeroIntensity
authored
9dbd123
Copy full SHA for 9dbd123
Commits on Aug 20, 2024
gh-122981: Fix inspect.getsource() for generated classes with Python base classes (GH-123001)
Show description for f88c14d
serhiy-storchaka
authored
f88c14d
Copy full SHA for f88c14d
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Show description for bb1d303
markshannon
authored
bb1d303
Copy full SHA for bb1d303
gh-123048: Fix missing source location in pattern matching code (#123167)
iritkatriel
authored
bffed80
Copy full SHA for bffed80
gh-122909: Pass ftp error strings to URLError constructor (#122913)
Show description for 77133f5
jeremyhylton
authored
77133f5
Copy full SHA for 77133f5
Commits on Aug 19, 2024
gh-109975: Copyedit What's New in Python 3.13 (#123150)
Show description for 0480052
JelleZijlstra
and
AA-Turner
authored
0480052
Copy full SHA for 0480052
gh-123149: Suppress verbose repr in new REPL (#123151)
SnoopJ
authored
833c58b
Copy full SHA for 833c58b
gh-123123: Fix display of syntax errors covering multiple lines (#123131)
Show description for 48856ea
pablogsal
authored
48856ea
Copy full SHA for 48856ea
gh-121404: rename functions to use codegen_* prefix. Use macros more consistently. (#123139)
iritkatriel
authored
b6d0a40
Copy full SHA for b6d0a40
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
skirpichev
authored
354d55e
Copy full SHA for 354d55e
gh-121404: pass metadata to compiler_enter_scope (optionally) so that codegen functions don't need to set it on the code unit (#123078)
iritkatriel
authored
e077b20
Copy full SHA for e077b20
gh-122081: fixed crash in decimal.IEEEContext() (#122082)
Show description for b9e10d1
3 people
authored
b9e10d1
Copy full SHA for b9e10d1
Commits on Aug 18, 2024
gh-123049: configparser: Allow to create the unnamed section from scratch. (#123077)
Show description for be257c5
3 people
authored
be257c5
Copy full SHA for be257c5
gh-116789: Add more tests for `inspect.getmembers` (#116802)
sobolevn
authored
c15bfa9
Copy full SHA for c15bfa9
gh-123110: correct note about _Bool in the struct module docs (GH-123111)
skirpichev
authored
b0f462d
Copy full SHA for b0f462d
gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)
Show description for 63603bc
cfbolz
authored
63603bc
Copy full SHA for 63603bc
Commits on Aug 17, 2024
Docs: Run ``latexmk`` in parallel when creating PDFs (#123113)
AA-Turner
authored
79c542b
Copy full SHA for 79c542b
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Show description for d061ffe
colesbury
authored
d061ffe
Copy full SHA for d061ffe
Pagination
Previous
Next
You can’t perform that action at this time.