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
Accelerator
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
stackref-not-null
User selector
All users
All time
Commit history
Commits on Oct 7, 2024
Merge branch 'main' into stackref-not-null
markshannon
committed
16715ba
View commit details
Copy full SHA for 16715ba
Browse repository at this point
GH-119866: Spill the stack around escaping calls. (GH-124392)
Show description for da071fa
markshannon
authored
da071fa
View commit details
Copy full SHA for da071fa
Browse repository at this point
gh-125018: Add importlib.metadata semantic link targets (#125027)
Show description for cda3b5a
3 people
authored
cda3b5a
View commit details
Copy full SHA for cda3b5a
Browse repository at this point
gh-111178: Fix function signatures in fileio.c (#125043)
Show description for d8f7074
vstinner
authored
d8f7074
View commit details
Copy full SHA for d8f7074
Browse repository at this point
gh-121249: Support _Complex types in the struct module (#121613)
Show description for 7487db4
4 people
authored
7487db4
View commit details
Copy full SHA for 7487db4
Browse repository at this point
GH-116968: Remove branch from advance_backoff_counter (GH-124469)
markshannon
authored
f55273b
View commit details
Copy full SHA for f55273b
Browse repository at this point
GH-109975: Announce final release in What's New in Python 3.13 (#125007)
Show description for 31516c9
AA-Turner
authored
31516c9
View commit details
Copy full SHA for 31516c9
Browse repository at this point
Commits on Oct 6, 2024
gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026)
zuo
authored
1e098dc
View commit details
Copy full SHA for 1e098dc
Browse repository at this point
Doc: Simplify the definition of 'soft deprecated' (#124988)
Show description for feca4cf
4 people
authored
feca4cf
View commit details
Copy full SHA for feca4cf
Browse repository at this point
gh-125010: Fix `use-after-free` in AST `repr()` (#125015)
tomasr8
authored
a1be83d
View commit details
Copy full SHA for a1be83d
Browse repository at this point
gh-119535: python𝜋 (#119536)
Show description for 3fc673e
hauntsaninja
and
blurb-it[bot]
authored
3fc673e
View commit details
Copy full SHA for 3fc673e
Browse repository at this point
gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (#125013)
tomasr8
authored
db23b8b
View commit details
Copy full SHA for db23b8b
Browse repository at this point
gh-122951: Simplify the grammar of the assignment rule (#124998)
zedr
authored
39c859f
View commit details
Copy full SHA for 39c859f
Browse repository at this point
Commits on Oct 5, 2024
gh-111178: Fix function signatures in genobject.c (#124970)
Show description for 16cd6cc
vstinner
authored
16cd6cc
View commit details
Copy full SHA for 16cd6cc
Browse repository at this point
gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-124914)
Show description for a5fc509
corona10
authored
a5fc509
View commit details
Copy full SHA for a5fc509
Browse repository at this point
gh-124552 : Improve the accuracy of possible breakpoint check in bdb (#124553)
gaogaotiantian
authored
adfe765
View commit details
Copy full SHA for adfe765
Browse repository at this point
gh-119786: Replace a Sphinx role with a link to `Python/errors.c` (#124990)
AA-Turner
authored
2d8b6a4
View commit details
Copy full SHA for 2d8b6a4
Browse repository at this point
Commits on Oct 4, 2024
gh-117151: increase default buffer size of shutil.copyfileobj() to 256k. (GH-119783)
Show description for 6efd95c
morotti
and
rmmancom
authored
6efd95c
View commit details
Copy full SHA for 6efd95c
Browse repository at this point
gh-119786: move a few more details on exception handling from devguide to InternalDocs (#124989)
iritkatriel
authored
8bcf118
View commit details
Copy full SHA for 8bcf118
Browse repository at this point
gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)
iritkatriel
authored
f474391
View commit details
Copy full SHA for f474391
Browse repository at this point
gh-124962: Convert leftover rst to markup in `InternalDocs/compiler.md` (#124971)
Show description for 994051e
isaacjones99
and
picnixz
authored
994051e
View commit details
Copy full SHA for 994051e
Browse repository at this point
Fix console prompt syntax in What's New in Python 3.8 (#124968)
nineteendo
authored
bd393ae
View commit details
Copy full SHA for bd393ae
Browse repository at this point
gh-118658: Modify cert generation script to extract cert3.pem (GH-124598)
felixfontein
authored
480354d
View commit details
Copy full SHA for 480354d
Browse repository at this point
gh-111178: Fix function signatures in _threadmodule.c (#124964)
vstinner
authored
ddccd54
View commit details
Copy full SHA for ddccd54
Browse repository at this point
gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (#124830)
Show description for ac96482
cclauss
authored
ac96482
View commit details
Copy full SHA for ac96482
Browse repository at this point
gh-111178: Fix function signatures in classobject.c (#124943)
vstinner
authored
2c2ad4f
View commit details
Copy full SHA for 2c2ad4f
Browse repository at this point
gh-111178: Fix function signatures in bytearrayobject.c (#124940)
vstinner
authored
aace0dc
View commit details
Copy full SHA for aace0dc
Browse repository at this point
gh-111178: Fix function signatures in Python-ast.c (#124942)
vstinner
authored
6c7d5c6
View commit details
Copy full SHA for 6c7d5c6
Browse repository at this point
gh-123961: Convert `curses.window` static type into a heap type (#124934)
picnixz
authored
f66d785
View commit details
Copy full SHA for f66d785
Browse repository at this point
gh-124613: Deactivate perf support in tests if the jit is set (#124794)
Show description for 5e9e506
pablogsal
authored
5e9e506
View commit details
Copy full SHA for 5e9e506
Browse repository at this point
Commits on Oct 3, 2024
GH-109975: Copyedit 3.13 What's New: Remove references to the incremental GC (#124947)
AA-Turner
authored
c8db0e8
View commit details
Copy full SHA for c8db0e8
Browse repository at this point
Simplify partial() rough equivalent code (gh-124941)
rhettinger
authored
7ecaf21
View commit details
Copy full SHA for 7ecaf21
Browse repository at this point
gh-124889: Remove redundant artificial rules in PEG parser (#124893)
Show description for 1f9025a
efimov-mikhail
authored
1f9025a
View commit details
Copy full SHA for 1f9025a
Browse repository at this point
gh-123961: Clean up curses C API/capsule (#124907)
picnixz
authored
e6dd71d
View commit details
Copy full SHA for e6dd71d
Browse repository at this point
gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` (gh-124920)
corona10
authored
9eeb21b
View commit details
Copy full SHA for 9eeb21b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.