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 }}
mhsmith
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
on
libpython-variable
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 30, 2024
gh-122188: Move magic number to its own file (#122243)
Show description for af0a00f
mdboom
and
ericsnowcurrently
authored
af0a00f
View commit details
Copy full SHA for af0a00f
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122413)
brandtbucher
authored
15d4cd0
View commit details
Copy full SHA for 15d4cd0
View code at this point
Browse repository at this point
Commits on Jul 28, 2024
gh-120593: Make _PyLong_CompactValue() parameter const again (#122367)
Show description for b359f66
vstinner
authored
b359f66
View commit details
Copy full SHA for b359f66
View code at this point
Browse repository at this point
Commits on Jul 27, 2024
gh-119180: Add evaluate functions for type params and type aliases (#122212)
JelleZijlstra
authored
ae19226
View commit details
Copy full SHA for ae19226
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
GH-122294: Burn in the addresses of side exits (GH-122295)
brandtbucher
authored
64857d8
View commit details
Copy full SHA for 64857d8
View code at this point
Browse repository at this point
GH-122029: Break INSTRUMENTED_CALL into micro-ops, so that its behavior is consistent with CALL (GH-122177)
markshannon
authored
95a7391
View commit details
Copy full SHA for 95a7391
View code at this point
Browse repository at this point
GH-121131: Clean up and fix some instrumented instructions. (GH-121132)
Show description for afb0aa6
markshannon
authored
afb0aa6
View commit details
Copy full SHA for afb0aa6
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
GH-118093: Add tier two support for BINARY_OP_INPLACE_ADD_UNICODE (GH-122253)
brandtbucher
authored
d9efa45
View commit details
Copy full SHA for d9efa45
View code at this point
Browse repository at this point
GH-118093: Add tier two support for LOAD_ATTR_PROPERTY (GH-122283)
brandtbucher
authored
5f60011
View commit details
Copy full SHA for 5f60011
View code at this point
Browse repository at this point
GH-122034: Add StackRef variants of type checks to reduce the number of PyStackRef_AsPyObjectBorrow calls (GH-122037)
markshannon
authored
5e686ff
View commit details
Copy full SHA for 5e686ff
View code at this point
Browse repository at this point
gh-121489: Export private _PyBytes_Join() again (#122267)
cdce8p
authored
aef95eb
View commit details
Copy full SHA for aef95eb
View code at this point
Browse repository at this point
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
markshannon
authored
2e14a52
View commit details
Copy full SHA for 2e14a52
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
GH-118093: Remove invalidated executors from side exits (GH-121885)
brandtbucher
authored
794546f
View commit details
Copy full SHA for 794546f
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
gh-120974: Make _asyncio._leave_task atomic in the free-threaded build (#122139)
Show description for a15fede
colesbury
authored
a15fede
View commit details
Copy full SHA for a15fede
View code at this point
Browse repository at this point
gh-122163: Add notes for JSON serialization errors (GH-122165)
Show description for e6b25e9
serhiy-storchaka
authored
e6b25e9
View commit details
Copy full SHA for e6b25e9
View code at this point
Browse repository at this point
gh-120974: Use common freelist code in asyncio (#122132)
Show description for c908d1f
colesbury
authored
c908d1f
View commit details
Copy full SHA for c908d1f
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
gh-100240: Use a consistent implementation for freelists (#121934)
Show description for 5716cc3
colesbury
authored
5716cc3
View commit details
Copy full SHA for 5716cc3
View code at this point
Browse repository at this point
Commits on Jul 21, 2024
gh-118124: fix assert related C++ checks on Solaris/Illumos (#121974)
Show description for e88bd96
kulikjak
authored
e88bd96
View commit details
Copy full SHA for e88bd96
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
gh-120973: Fix thread-safety issues with `threading.local` (#121655)
Show description for e059aa6
mpage
authored
e059aa6
View commit details
Copy full SHA for e059aa6
View code at this point
Browse repository at this point
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
serhiy-storchaka
authored
1a0c7b9
View commit details
Copy full SHA for 1a0c7b9
View code at this point
Browse repository at this point
Commits on Jul 18, 2024
GH-118093: Add tier two support to several instructions (GH-121884)
brandtbucher
authored
7b36b67
View commit details
Copy full SHA for 7b36b67
View code at this point
Browse repository at this point
GH-120024: Use pointer for stack pointer (GH-121923)
markshannon
authored
169324c
View commit details
Copy full SHA for 169324c
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
gh-121621: Move asyncio_running_loop to private struct (#121939)
Show description for 81fd625
colesbury
authored
81fd625
View commit details
Copy full SHA for 81fd625
View code at this point
Browse repository at this point
gh-121528: Fix _PyObject_Init() assertion for stable ABI (#121725)
Show description for b826e45
vstinner
authored
b826e45
View commit details
Copy full SHA for b826e45
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
GH-121583: Remove dependency from pystats.h to internal header file (GH-121587)
Show description for f036a46
mdboom
and
ZeroIntensity
authored
f036a46
View commit details
Copy full SHA for f036a46
View code at this point
Browse repository at this point
gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)
Show description for e65cb4c
gaogaotiantian
and
ncoghlan
authored
e65cb4c
View commit details
Copy full SHA for e65cb4c
View code at this point
Browse repository at this point
gh-121621: Move asyncio running loop to thread state (GH-121695)
Fidget-Spinner
authored
69c68de
View commit details
Copy full SHA for 69c68de
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
gh-121546: Disable contextvar caching on free-threading build (GH-121740)
Fidget-Spinner
authored
e904300
View commit details
Copy full SHA for e904300
View code at this point
Browse repository at this point
Commits on Jul 14, 2024
gh-121700 Emscripten trampolines not quite right since #106219 (GH-121701)
hoodmane
authored
3086b86
View commit details
Copy full SHA for 3086b86
View code at this point
Browse repository at this point
Commits on Jul 13, 2024
gh-120642: Move _PyCode_CODE() to the internal C API (#121644)
Show description for a2bec77
vstinner
authored
a2bec77
View commit details
Copy full SHA for a2bec77
View code at this point
Browse repository at this point
Commits on Jul 11, 2024
gh-117482: Fix Builtin Types Slot Wrappers (gh-121602)
Show description for 5250a03
ericsnowcurrently
authored
5250a03
View commit details
Copy full SHA for 5250a03
View code at this point
Browse repository at this point
Commits on Jul 10, 2024
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Show description for 6557af6
iritkatriel
and
erlend-aasland
authored
6557af6
View commit details
Copy full SHA for 6557af6
View code at this point
Browse repository at this point
gh-119786: fix broken links in docs and comment (#121601)
iritkatriel
authored
ef10110
View commit details
Copy full SHA for ef10110
View code at this point
Browse repository at this point
gh-120198: Stop the world when setting __class__ on free-threaded build (GH-120672)
Fidget-Spinner
authored
3bfc9c8
View commit details
Copy full SHA for 3bfc9c8
View code at this point
Browse repository at this point
gh-89364: Export PySignal_SetWakeupFd() function (#121537)
Show description for ca0fb34
vstinner
authored
ca0fb34
View commit details
Copy full SHA for ca0fb34
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.