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 }}
devdanzin
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
test_python_basic_repl
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 25, 2024
GH-120982: Add stack check assertions to generated interpreter code (GH-120992)
markshannon
authored
8f5a017
View commit details
Copy full SHA for 8f5a017
View code at this point
Browse repository at this point
gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)
JelleZijlstra
authored
42b2c9d
View commit details
Copy full SHA for 42b2c9d
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
Fixes loop variables to be the same types as their limit (GH-120958)
zooba
authored
e731554
View commit details
Copy full SHA for e731554
View code at this point
Browse repository at this point
GH-117062: Make _JUMP_TO_TOP a general absolute jump (GH-120854)
brandtbucher
authored
a47abdb
View commit details
Copy full SHA for a47abdb
View code at this point
Browse repository at this point
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
iritkatriel
authored
65a12c5
View commit details
Copy full SHA for 65a12c5
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-119344: Make critical section API public (#119353)
Show description for 8f17d69
colesbury
authored
8f17d69
View commit details
Copy full SHA for 8f17d69
View code at this point
Browse repository at this point
gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812)
Show description for aed31be
ZeroIntensity
and
kumaraditya303
authored
aed31be
View commit details
Copy full SHA for aed31be
View code at this point
Browse repository at this point
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Show description for 6f1d448
encukou
and
ericsnowcurrently
authored
6f1d448
View commit details
Copy full SHA for 6f1d448
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
gh-119182: Use public PyUnicodeWriter in contextvar_tp_repr() (#120809)
Show description for 56657f6
vstinner
authored
56657f6
View commit details
Copy full SHA for 56657f6
View code at this point
Browse repository at this point
gh-117511: Make PyMutex public in the non-limited API (#117731)
colesbury
authored
3af7263
View commit details
Copy full SHA for 3af7263
View code at this point
Browse repository at this point
gh-98442: fix locations of with statement's cleanup instructions (#120763)
Show description for 55596ae
iritkatriel
authored
55596ae
View commit details
Copy full SHA for 55596ae
View code at this point
Browse repository at this point
Fix typos in comments (#120481)
xyb
authored
656a1c8
View commit details
Copy full SHA for 656a1c8
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-118322 (GH-120712)
Show description for f385d99
Zheaoli
and
Fidget-Spinner
authored
f385d99
View commit details
Copy full SHA for f385d99
View code at this point
Browse repository at this point
gh-120733: rename internal compiler functions according to naming convention (#120734)
iritkatriel
authored
eaaf699
View commit details
Copy full SHA for eaaf699
View code at this point
Browse repository at this point
gh-120722: Set position on RETURN_VALUE in lambda (#120724)
JelleZijlstra
authored
d8f27cb
View commit details
Copy full SHA for d8f27cb
View code at this point
Browse repository at this point
gh-120726: Fix compiler warnings on is_core_module() (#120727)
Show description for a816cd6
Eclips4
authored
a816cd6
View commit details
Copy full SHA for a816cd6
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
gh-120367: fix bug where compiler detects redundant jump after pseudo op replacement (#120714)
iritkatriel
authored
b7f4789
View commit details
Copy full SHA for b7f4789
View code at this point
Browse repository at this point
gh-119574: Add some missing environment variables to '--help-env'. (GH-120006)
devdanzin
authored
c81a5e6
View commit details
Copy full SHA for c81a5e6
View code at this point
Browse repository at this point
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Show description for 9cefcc0
markshannon
authored
9cefcc0
View commit details
Copy full SHA for 9cefcc0
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368)
Show description for 362cd26
dpdani
authored
362cd26
View commit details
Copy full SHA for 362cd26
View code at this point
Browse repository at this point
gh-117657: Fix TSan reported data race on ioctl_works (#120175)
colesbury
authored
460cc9e
View commit details
Copy full SHA for 460cc9e
View code at this point
Browse repository at this point
gh-115649: Copy the filename into main interpreter before intern in import.c (#120315)
Show description for 28140d1
aisk
and
kumaraditya303
authored
28140d1
View commit details
Copy full SHA for 28140d1
View code at this point
Browse repository at this point
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (#119976)
Show description for 4bf17c3
picnixz
and
JelleZijlstra
authored
4bf17c3
View commit details
Copy full SHA for 4bf17c3
View code at this point
Browse repository at this point
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
Show description for 274f844
markshannon
authored
274f844
View commit details
Copy full SHA for 274f844
View code at this point
Browse repository at this point
gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold blocks (#120425)
iritkatriel
authored
21866c8
View commit details
Copy full SHA for 21866c8
View code at this point
Browse repository at this point
gh-83754: Use the Py_TYPE() macro (#120599)
Show description for c2d5df5
vstinner
authored
c2d5df5
View commit details
Copy full SHA for c2d5df5
View code at this point
Browse repository at this point
Commits on Jun 16, 2024
gh-120568: fix file leak in PyUnstable_CopyPerfMapFile (#120569)
carsonRadtke
authored
92cebaa
View commit details
Copy full SHA for 92cebaa
View code at this point
Browse repository at this point
Commits on Jun 15, 2024
gh-120526: Correct signature of map() builtin (GH-120528)
Show description for d4039d3
AdamWill
authored
d4039d3
View commit details
Copy full SHA for d4039d3
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Show description for b2e71ff
ericsnowcurrently
authored
b2e71ff
View commit details
Copy full SHA for b2e71ff
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
gh-117657: Fix some simple races in instrumentation.c (GH-120118)
Show description for b1b61dc
Fidget-Spinner
authored
b1b61dc
View commit details
Copy full SHA for b1b61dc
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
gh-120343: Fix column offsets of multiline tokens in tokenize (#120391)
lysnikolaou
authored
4b5d3e0
View commit details
Copy full SHA for 4b5d3e0
View code at this point
Browse repository at this point
gh-120400 :Support Linux perf profile to see Python calls on RISC-V architecture (#120089)
Show description for 4b1e85b
ixgbe00
and
pablogsal
authored
4b1e85b
View commit details
Copy full SHA for 4b1e85b
View code at this point
Browse repository at this point
gh-120029: remove unused macros in ``symtable.c`` (#120222)
Show description for 32d3e05
3 people
authored
32d3e05
View commit details
Copy full SHA for 32d3e05
View code at this point
Browse repository at this point
gh-93691: fix too broad source locations of for statement iterators (#120330)
iritkatriel
authored
97b69db
View commit details
Copy full SHA for 97b69db
View code at this point
Browse repository at this point
gh-120385: Fix reference leak in symtable (#120386)
Show description for 19435d2
Eclips4
authored
19435d2
View commit details
Copy full SHA for 19435d2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.