Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
variable-offset-inline-values
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 21, 2024
Update Objects/object_layout.md
markshannon
authored
9523760
View commit details
Copy full SHA for 9523760
Browse repository at this point
Update docs on inline values
markshannon
committed
ebad934
View commit details
Copy full SHA for ebad934
Browse repository at this point
Update free-threading version of the GC module
markshannon
committed
cb6b30a
View commit details
Copy full SHA for cb6b30a
Browse repository at this point
Fix up tier 2
markshannon
committed
2315e0a
View commit details
Copy full SHA for 2315e0a
Browse repository at this point
Update gdb support
markshannon
committed
7cc8996
View commit details
Copy full SHA for 7cc8996
Browse repository at this point
Add news
markshannon
committed
f26cf53
View commit details
Copy full SHA for f26cf53
Browse repository at this point
Use offset, not index in LOAD/STORE_ATTR_INSTANCE_VALUE for speed.
markshannon
committed
89655c9
View commit details
Copy full SHA for 89655c9
Browse repository at this point
Commits on Aug 20, 2024
Use tp_basicsize
markshannon
committed
a3e6464
View commit details
Copy full SHA for a3e6464
Browse repository at this point
Allow any fixed object to have inline values
markshannon
committed
2c1119d
View commit details
Copy full SHA for 2c1119d
Browse repository at this point
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Show description for bb1d303
markshannon
authored
bb1d303
View commit details
Copy full SHA for bb1d303
Browse repository at this point
gh-123048: Fix missing source location in pattern matching code (#123167)
iritkatriel
authored
bffed80
View commit details
Copy full SHA for bffed80
Browse repository at this point
gh-122909: Pass ftp error strings to URLError constructor (#122913)
Show description for 77133f5
jeremyhylton
authored
77133f5
View commit details
Copy full SHA for 77133f5
Browse repository at this point
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
View commit details
Copy full SHA for 0480052
Browse repository at this point
gh-123149: Suppress verbose repr in new REPL (#123151)
SnoopJ
authored
833c58b
View commit details
Copy full SHA for 833c58b
Browse repository at this point
gh-123123: Fix display of syntax errors covering multiple lines (#123131)
Show description for 48856ea
pablogsal
authored
48856ea
View commit details
Copy full SHA for 48856ea
Browse repository at this point
gh-121404: rename functions to use codegen_* prefix. Use macros more consistently. (#123139)
iritkatriel
authored
b6d0a40
View commit details
Copy full SHA for b6d0a40
Browse repository at this point
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
skirpichev
authored
354d55e
View commit details
Copy full SHA for 354d55e
Browse repository at this point
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
View commit details
Copy full SHA for e077b20
Browse repository at this point
gh-122081: fixed crash in decimal.IEEEContext() (#122082)
Show description for b9e10d1
3 people
authored
b9e10d1
View commit details
Copy full SHA for b9e10d1
Browse repository at this point
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
View commit details
Copy full SHA for be257c5
Browse repository at this point
gh-116789: Add more tests for `inspect.getmembers` (#116802)
sobolevn
authored
c15bfa9
View commit details
Copy full SHA for c15bfa9
Browse repository at this point
gh-123110: correct note about _Bool in the struct module docs (GH-123111)
skirpichev
authored
b0f462d
View commit details
Copy full SHA for b0f462d
Browse repository at this point
gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)
Show description for 63603bc
cfbolz
authored
63603bc
View commit details
Copy full SHA for 63603bc
Browse repository at this point
Commits on Aug 17, 2024
Docs: Run ``latexmk`` in parallel when creating PDFs (#123113)
AA-Turner
authored
79c542b
View commit details
Copy full SHA for 79c542b
Browse repository at this point
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Show description for d061ffe
colesbury
authored
d061ffe
View commit details
Copy full SHA for d061ffe
Browse repository at this point
gh-122974: Suppress GCC array bound warnings in free-threaded build (#123071)
Show description for 40632b1
colesbury
authored
40632b1
View commit details
Copy full SHA for 40632b1
Browse repository at this point
gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075)
Show description for 44e4583
serhiy-storchaka
authored
44e4583
View commit details
Copy full SHA for 44e4583
Browse repository at this point
GH-109975: Copyedit 3.13 What's New: Other Language Changes (#123086)
Show description for d60b97a
AA-Turner
and
hugovk
authored
d60b97a
View commit details
Copy full SHA for d60b97a
Browse repository at this point
gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString() (#121478)
Show description for ce4b9c8
skirpichev
and
kumaraditya303
authored
ce4b9c8
View commit details
Copy full SHA for ce4b9c8
Browse repository at this point
fix typo in dis.rst (#121612)
mathysEthical
authored
e9287ea
View commit details
Copy full SHA for e9287ea
Browse repository at this point
Remove unneeded verb in the phrase in sys.rst (#122718)
rffontenelle
authored
26de1b2
View commit details
Copy full SHA for 26de1b2
Browse repository at this point
gh-122519: Adding socket module shutdown() constants description (#122543)
Damien-Chen
authored
8a59dec
View commit details
Copy full SHA for 8a59dec
Browse repository at this point
gh-122681: remove m_atan2()/c_atan2() helpers (#122715)
skirpichev
authored
19be0ee
View commit details
Copy full SHA for 19be0ee
Browse repository at this point
gh-123087: ``Lib/test/test_unittest/testmock/testasync.py``: Replace usage of the deprecated ``asyncio.iscoroutinefunction`` with the ``inspect.iscoroutinefunction`` (#123088)
Show description for e6d5ff5
Eclips4
authored
e6d5ff5
View commit details
Copy full SHA for e6d5ff5
Browse repository at this point
Commits on Aug 16, 2024
GH-120754: Disable buffering in Path.read_bytes (#122111)
Show description for 35d8ac7
cmaloney
authored
35d8ac7
View commit details
Copy full SHA for 35d8ac7
Browse repository at this point
Previous
Next
You can’t perform that action at this time.