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
Python
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
gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded build (#122190)
Show description for 2b163aa
colesbury
authored
2b163aa
View commit details
Copy full SHA for 2b163aa
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
GH-118093: Improve handling of short and mid-loop traces (GH-122252)
brandtbucher
authored
7797182
View commit details
Copy full SHA for 7797182
View code at this point
Browse repository at this point
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
gh-122234: Add DECREFs to error paths (#122406)
Show description for 89fa05f
encukou
and
Eclips4
authored
89fa05f
View commit details
Copy full SHA for 89fa05f
View code at this point
Browse repository at this point
gh-122234: fix accuracy issues for sum() (#122236)
Show description for 169e713
skirpichev
authored
169e713
View commit details
Copy full SHA for 169e713
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
Manually override bytecode definition in optimizer, to avoid build error (GH-122316)
markshannon
authored
1ca99ed
View commit details
Copy full SHA for 1ca99ed
View code at this point
Browse repository at this point
gh-122201: Lock mutex when setting handling_thread to NULL (#122204)
Show description for c557ae9
colesbury
authored
c557ae9
View commit details
Copy full SHA for c557ae9
View code at this point
Browse repository at this point
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-122245: move checks for writes and shadowing of __debug__ to symtable (#122246)
iritkatriel
authored
bc94cf7
View commit details
Copy full SHA for bc94cf7
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-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-121404: extract compiler_lookup_arg out of compiler_make_closure (#122181)
iritkatriel
authored
9ac6060
View commit details
Copy full SHA for 9ac6060
View code at this point
Browse repository at this point
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-122029: Log call events in sys.setprofile when it's a method with c function (GH-122072)
Show description for e91ef13
gaogaotiantian
authored
e91ef13
View commit details
Copy full SHA for e91ef13
View code at this point
Browse repository at this point
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Show description for 7b7b90d
JelleZijlstra
and
AlexWaygood
authored
7b7b90d
View commit details
Copy full SHA for 7b7b90d
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
gh-121637: Syntax error for optimized-away incorrect await (#121656)
Show description for 2762c6c
JelleZijlstra
and
picnixz
authored
2762c6c
View commit details
Copy full SHA for 2762c6c
View code at this point
Browse repository at this point
gh-121404: move calculation of module start location from compiler_body up to compiler_codegen (#122127)
iritkatriel
authored
d5a12b4
View commit details
Copy full SHA for d5a12b4
View code at this point
Browse repository at this point
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 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-121784: Generate an error during code gen if a variable is marked `unused`, but is used and thus cached in a prior uop. (#121788)
Show description for 3eacfc1
markshannon
authored
3eacfc1
View commit details
Copy full SHA for 3eacfc1
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
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
gh-120317: Lock around global state in the tokenize module (#120318)
Show description for 8549559
lysnikolaou
and
pablogsal
authored
8549559
View commit details
Copy full SHA for 8549559
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
gh-121814: Only check f_trace_opcodes if Python frame exists (#121818)
Show description for 2b1b689
gaogaotiantian
and
godlygeek
authored
2b1b689
View commit details
Copy full SHA for 2b1b689
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.