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
Breadcrumbs
History for
cpython
Tools
on
stackref-not-null
User selector
All users
All time
Commit history
Commits on Oct 7, 2024
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
View code at this point
Browse repository at this point
Commits on Oct 3, 2024
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
View code at this point
Browse repository at this point
Commits on Oct 2, 2024
GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)
diegorusso
authored
b85923a
View commit details
Copy full SHA for b85923a
View code at this point
Browse repository at this point
GH-124820: Move `-mno-outline-atomics` flag to aarch64 Linux JIT builds only (#124821)
savannahostrowski
authored
6737333
View commit details
Copy full SHA for 6737333
View code at this point
Browse repository at this point
Commits on Oct 1, 2024
gh-124487: Updated installer messages and internal docs regarding minimum Windows version (GH-124822)
Wulian233
authored
da1e552
View commit details
Copy full SHA for da1e552
View code at this point
Browse repository at this point
Commits on Sep 30, 2024
gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)
zooba
authored
fac5e7a
View commit details
Copy full SHA for fac5e7a
View code at this point
Browse repository at this point
Commits on Sep 29, 2024
gh-123961: Add a global state to _curses (#124729)
picnixz
authored
4d8e7c4
View commit details
Copy full SHA for 4d8e7c4
View code at this point
Browse repository at this point
gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#124677)
picnixz
authored
c00964e
View commit details
Copy full SHA for c00964e
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
generate_global_objects.py: Fix name of macro in error message (#124464)
Show description for 2518918
JelleZijlstra
authored
2518918
View commit details
Copy full SHA for 2518918
View code at this point
Browse repository at this point
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-124443)
Show description for 65f1237
savannahostrowski
and
picnixz
authored
65f1237
View commit details
Copy full SHA for 65f1237
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
Remove some unused files related to WASM/WASI (GH-124635)
brettcannon
authored
66cc6d4
View commit details
Copy full SHA for 66cc6d4
View code at this point
Browse repository at this point
Commits on Sep 25, 2024
gh-124285: Fix bug where bool() is called multiple times for the same part of a boolean expression (#124394)
iritkatriel
authored
78aeb38
View commit details
Copy full SHA for 78aeb38
View code at this point
Browse repository at this point
GH-124408: Temporarily skip test_strftime_y2k for emulated Linux JIT CI (GH-124466)
savannahostrowski
authored
b6471f4
View commit details
Copy full SHA for b6471f4
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Show description for f4997bb
colesbury
authored
f4997bb
View commit details
Copy full SHA for f4997bb
View code at this point
Browse repository at this point
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Show description for d87482b
fried
and
erlend-aasland
authored
d87482b
View commit details
Copy full SHA for d87482b
View code at this point
Browse repository at this point
Commits on Sep 23, 2024
Lint and format Tools/build/check-warnings.py (#124382)
hugovk
authored
e256a75
View commit details
Copy full SHA for e256a75
View code at this point
Browse repository at this point
gh-124102: Update internal PCbuild docs to accurately list build dependencies (GH-124103)
Wulian233
authored
27a62e7
View commit details
Copy full SHA for 27a62e7
View code at this point
Browse repository at this point
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
markshannon
authored
c87b0e4
View commit details
Copy full SHA for c87b0e4
View code at this point
Browse repository at this point
gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows (GH-124279)
zooba
authored
df7228c
View commit details
Copy full SHA for df7228c
View code at this point
Browse repository at this point
Commits on Sep 20, 2024
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Show description for aee219f
3 people
authored
aee219f
View commit details
Copy full SHA for aee219f
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
gh-124190: Ignore files directories check warning tooling (#124193)
Show description for 81480e6
nohlson
and
blurb-it[bot]
authored
81480e6
View commit details
Copy full SHA for 81480e6
View code at this point
Browse repository at this point
gh-124191: Disable -Wconversion in enable safety (gh-124192)
nohlson
authored
29a1a6e
View commit details
Copy full SHA for 29a1a6e
View code at this point
Browse repository at this point
Commits on Sep 17, 2024
gh-124064: Fix -Wconversion warnings in Parser/pegen.c (#124181)
vstinner
authored
3aff1d0
View commit details
Copy full SHA for 3aff1d0
View code at this point
Browse repository at this point
gh-124064: Fix -Wconversion warnings in pycore_{long,object}.h (#124177)
Show description for ec08aa1
vstinner
authored
ec08aa1
View commit details
Copy full SHA for ec08aa1
View code at this point
Browse repository at this point
gh-124064: Fix -Wconversion warnings in pycore_{gc,list,stackref}.h (#124174)
vstinner
authored
98f93a3
View commit details
Copy full SHA for 98f93a3
View code at this point
Browse repository at this point
Tools/build/stable_abi.py: Improve ergonomics (GH-105355)
Show description for 4d09719
encukou
authored
4d09719
View commit details
Copy full SHA for 4d09719
View code at this point
Browse repository at this point
Commits on Sep 16, 2024
gh-124064: Make warning emitting compiler options opt-in (#124070)
Show description for 44052b5
3 people
authored
44052b5
View commit details
Copy full SHA for 44052b5
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
Revert "gh-112301: Enable warning emitting options and ignore warnings in CI (#123020)" (#124065)
hugovk
authored
ea77973
View commit details
Copy full SHA for ea77973
View code at this point
Browse repository at this point
closes gh-124016: update Unicode to 16.0.0 (#124017)
benjaminp
authored
bb904e0
View commit details
Copy full SHA for bb904e0
View code at this point
Browse repository at this point
gh-112301: Enable warning emitting options and ignore warnings in CI (#123020)
Show description for cfe6074
3 people
authored
cfe6074
View commit details
Copy full SHA for cfe6074
View code at this point
Browse repository at this point
gh-123961: Add `curses` prefix to global variables in `_cursesmodule.c` (#124047)
Show description for acb3f87
picnixz
authored
acb3f87
View commit details
Copy full SHA for acb3f87
View code at this point
Browse repository at this point
gh-123961: Remove global variable `ModDict` in `_cursesmodule.c` (#123962)
picnixz
authored
403f3dd
View commit details
Copy full SHA for 403f3dd
View code at this point
Browse repository at this point
Commits on Sep 12, 2024
gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#123924)
Show description for b2afe2a
colesbury
authored
b2afe2a
View commit details
Copy full SHA for b2afe2a
View code at this point
Browse repository at this point
GH-123996: Explicitly mark 'self_or_null' as an array of size 1 to ensure that it is kept in memory for calls (GH-124003)
markshannon
authored
4ed7d1d
View commit details
Copy full SHA for 4ed7d1d
View code at this point
Browse repository at this point
Commits on Sep 10, 2024
gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different directories (GH-123918)
adang1345
authored
00ffdf2
View commit details
Copy full SHA for 00ffdf2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.