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
Tools
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
Commits on Jun 24, 2024
gh-120956: Avoid comparison of int to Py_ssize_t in parser (#120959)
lysnikolaou
authored
3481848
View commit details
Copy full SHA for 3481848
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
Commits on Jun 21, 2024
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-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120604)
xarblu
authored
285f42c
View commit details
Copy full SHA for 285f42c
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
Fix types in pegen parser generator (GH-120720)
yf-yang
authored
ace2045
View commit details
Copy full SHA for ace2045
View code at this point
Browse repository at this point
GH-119726: Deduplicate JIT trampolines for out-of-range jumps (GH-120250)
diegorusso
authored
a0dce37
View commit details
Copy full SHA for a0dce37
View code at this point
Browse repository at this point
Ignore some failing tests in emulated JIT CI (GH-120375)
diegorusso
authored
07daaf1
View commit details
Copy full SHA for 07daaf1
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-120417: Remove unused imports in cases_generator (#120622)
vstinner
authored
35b1679
View commit details
Copy full SHA for 35b1679
View code at this point
Browse repository at this point
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-120417: Remove unused imports in Tools (#120623)
vstinner
authored
d9b4316
View commit details
Copy full SHA for d9b4316
View code at this point
Browse repository at this point
gh-120507: Double WASI memory (#120648)
Show description for 6acf777
vstinner
authored
6acf777
View commit details
Copy full SHA for 6acf777
View code at this point
Browse repository at this point
gh-120433: Mention ``chocolatey`` for installing llvm on Windows as an alternative option (#120434)
Eclips4
authored
95737bb
View commit details
Copy full SHA for 95737bb
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
gh-117657: Add TSAN suppression for set_default_allocator_unlocked (#120500)
Show description for 2bacc23
aisk
authored
2bacc23
View commit details
Copy full SHA for 2bacc23
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
gh-117657: Make PyType_HasFeature atomic (GH-120210)
Show description for eebae2c
Fidget-Spinner
authored
eebae2c
View commit details
Copy full SHA for eebae2c
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh-120224)
Show description for 127c1d2
neonene
authored
127c1d2
View commit details
Copy full SHA for 127c1d2
View code at this point
Browse repository at this point
gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165)
Show description for e16aed6
3 people
authored
e16aed6
View commit details
Copy full SHA for e16aed6
View code at this point
Browse repository at this point
Commits on Jun 6, 2024
gh-117657: Fix TSAN race involving import lock (#118523)
Show description for e21057b
colesbury
authored
e21057b
View commit details
Copy full SHA for e21057b
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
gh-117657: Fix race involving GC and heap initialization (#119923)
Show description for e69d068
colesbury
authored
e69d068
View commit details
Copy full SHA for e69d068
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Show description for 105f22e
ericsnowcurrently
authored
105f22e
View commit details
Copy full SHA for 105f22e
View code at this point
Browse repository at this point
gh-117657: Fix race involving immortalizing objects (#119927)
Show description for 47fb432
colesbury
authored
47fb432
View commit details
Copy full SHA for 47fb432
View code at this point
Browse repository at this point
gh-117657: Avoid `sem_clockwait` in TSAN (#119915)
Show description for 41c1cef
colesbury
authored
41c1cef
View commit details
Copy full SHA for 41c1cef
View code at this point
Browse repository at this point
gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790)
zooba
authored
fd01271
View commit details
Copy full SHA for fd01271
View code at this point
Browse repository at this point
gh-116991: Improve `pygen --help` for `python` subparser (#116992)
sobolevn
authored
1e5f615
View commit details
Copy full SHA for 1e5f615
View code at this point
Browse repository at this point
gh-117657: Fix data races report by TSAN unicode-hash (gh-119907)
corona10
authored
0594a27
View commit details
Copy full SHA for 0594a27
View code at this point
Browse repository at this point
Commits on Jun 2, 2024
gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (#119921)
Show description for f3b89a6
colesbury
authored
f3b89a6
View commit details
Copy full SHA for f3b89a6
View code at this point
Browse repository at this point
Commits on Jun 1, 2024
gh-117657: Add TSAN suppression for `set_discard_entry` (#119908)
Show description for 7dc745d
colesbury
authored
7dc745d
View commit details
Copy full SHA for 7dc745d
View code at this point
Browse repository at this point
gh-117657: Fix TSAN race in QSBR assertion (#119887)
Show description for 90ec19f
colesbury
authored
90ec19f
View commit details
Copy full SHA for 90ec19f
View code at this point
Browse repository at this point
gh-117657: Fix TSAN race in free-threaded GC (#119883)
Show description for 60593b2
colesbury
authored
60593b2
View commit details
Copy full SHA for 60593b2
View code at this point
Browse repository at this point
Bump types-psutil from 5.9.5.20240423 to 5.9.5.20240516 in /Tools (#119900)
dependabot[bot]
authored
5152120
View commit details
Copy full SHA for 5152120
View code at this point
Browse repository at this point
build(deps-dev): bump types-setuptools from 69.5.0.20240423 to 70.0.0.20240524 in /Tools (#119899)
dependabot[bot]
authored
51191db
View commit details
Copy full SHA for 51191db
View code at this point
Browse repository at this point
Commits on May 31, 2024
gh-97747: Improvements to WASM browser REPL. (#97665)
Show description for 010aaa3
katharosada
authored
010aaa3
View commit details
Copy full SHA for 010aaa3
View code at this point
Browse repository at this point
Commits on May 30, 2024
gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure they stay there (GH-119731)
Show description for 48f21b3
encukou
authored
48f21b3
View commit details
Copy full SHA for 48f21b3
View code at this point
Browse repository at this point
Commits on May 29, 2024
gh-119689: generate stack effect metadata for pseudo instructions (#119691)
iritkatriel
authored
c1e9647
View commit details
Copy full SHA for c1e9647
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.