Skip to content
Navigation Menu
Toggle navigation
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
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
fried
/
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
Programs
on
main
User selector
All users
All time
Commit history
Commits on Sep 19, 2024
gh-124160: Pass main_tstate to update_global_state_for_extension() (#124164)
luk1337
authored
7331d0f
Copy full SHA for 7331d0f
Commits on Sep 11, 2024
gh-123919: Fix null handling in `_freeze_module.c` (#123920)
sobolevn
authored
c8d1dbe
Copy full SHA for c8d1dbe
Commits on Sep 4, 2024
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
vstinner
authored
0d6b6e3
Copy full SHA for 0d6b6e3
gh-107954, PEP 741: Adjust Python initialization config (#123663)
Show description for b423ae6
vstinner
authored
b423ae6
Copy full SHA for b423ae6
Commits on Sep 3, 2024
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Show description for ef9d547
vstinner
authored
ef9d547
Copy full SHA for ef9d547
Commits on Aug 17, 2024
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Show description for d061ffe
colesbury
authored
d061ffe
Copy full SHA for d061ffe
Commits on Aug 13, 2024
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
markshannon
authored
7a65439
Copy full SHA for 7a65439
Commits on Jul 29, 2024
gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)
Show description for 490e0ad
ericsnowcurrently
authored
490e0ad
Copy full SHA for 490e0ad
Commits on Jul 25, 2024
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
markshannon
authored
2e14a52
Copy full SHA for 2e14a52
Commits on Jun 18, 2024
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Show description for 9cefcc0
markshannon
authored
9cefcc0
Copy full SHA for 9cefcc0
Commits on Jun 12, 2024
gh-93691: fix too broad source locations of for statement iterators (#120330)
iritkatriel
authored
97b69db
Copy full SHA for 97b69db
Commits on May 22, 2024
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Show description for 98e855f
JelleZijlstra
and
iritkatriel
authored
98e855f
Copy full SHA for 98e855f
Commits on May 6, 2024
gh-118527: Intern code name and filename on default build (#118576)
Show description for 2ba2c14
colesbury
authored
2ba2c14
Copy full SHA for 2ba2c14
Commits on Apr 22, 2024
Remove more remnants of deepfreeze (#118159)
gvanrossum
authored
4c7bfdf
Copy full SHA for 4c7bfdf
Commits on Apr 18, 2024
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Show description for 340a02b
vstinner
authored
340a02b
Copy full SHA for 340a02b
Commits on Jan 24, 2024
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Show description for 981d172
markshannon
authored
981d172
Copy full SHA for 981d172
Commits on Dec 12, 2023
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
colesbury
authored
fdee7b7
Copy full SHA for fdee7b7
Commits on Nov 3, 2023
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and frame state (#111648)
iritkatriel
authored
d49aba5
Copy full SHA for d49aba5
Commits on Nov 2, 2023
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
iritkatriel
authored
52cc4af
Copy full SHA for 52cc4af
Commits on Oct 10, 2023
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Show description for 0362cbf
3 people
authored
0362cbf
Copy full SHA for 0362cbf
Commits on Oct 5, 2023
gh-85283: Add PySys_AuditTuple() function (#108965)
Show description for bb057b3
vstinner
authored
bb057b3
Copy full SHA for bb057b3
Commits on Sep 13, 2023
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
brandtbucher
authored
22e65ee
Copy full SHA for 22e65ee
Commits on Sep 12, 2023
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
iritkatriel
authored
8b55adf
Copy full SHA for 8b55adf
Commits on Sep 8, 2023
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
markshannon
authored
15d4c9f
Copy full SHA for 15d4c9f
Commits on Sep 7, 2023
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
markshannon
authored
0858328
Copy full SHA for 0858328
Commits on Sep 6, 2023
gh-108753: Enhance pystats (#108754)
Show description for a0773b8
vstinner
and
mdboom
authored
a0773b8
Copy full SHA for a0773b8
Commits on Sep 2, 2023
gh-108765: Python.h no longer includes <unistd.h> (#108783)
vstinner
authored
594b000
Copy full SHA for 594b000
Commits on Aug 16, 2023
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opcode.py (#107971)
iritkatriel
authored
665a439
Copy full SHA for 665a439
gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010)
Show description for e35c722
vstinner
authored
e35c722
Copy full SHA for e35c722
Commits on Aug 9, 2023
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
brandtbucher
authored
a9caf9c
Copy full SHA for a9caf9c
Commits on Jun 14, 2023
GH-77273: Better bytecodes for f-strings (GH-6132)
markshannon
authored
1d857da
Copy full SHA for 1d857da
Commits on Jun 2, 2023
GH-104584: Plugin optimizer API (GH-105100)
markshannon
authored
4bfa01b
Copy full SHA for 4bfa01b
Commits on Jun 1, 2023
gh-105145: Remove old functions to config Python init (#105154)
Show description for 424049c
vstinner
authored
424049c
Copy full SHA for 424049c
Commits on Apr 22, 2023
gh-84436: Implement Immortal Objects (gh-19474)
Show description for ea2c001
eduardo-elizondo
authored
ea2c001
Copy full SHA for ea2c001
Commits on Apr 19, 2023
gh-102856: Initial implementation of PEP 701 (#102855)
Show description for 1ef61cf
5 people
authored
1ef61cf
Copy full SHA for 1ef61cf
Previous
Next
You can’t perform that action at this time.