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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-nzysoft
/
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
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 26, 2023
gh-111354: define names for RESUME oparg values (#111365)
iritkatriel
authored
a0c414c
View commit details
Copy full SHA for a0c414c
View code at this point
Browse repository at this point
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
iritkatriel
authored
67a91f7
View commit details
Copy full SHA for 67a91f7
View code at this point
Browse repository at this point
GH-111213: Fix a few broken stats (GH-111216)
markshannon
authored
b0699aa
View commit details
Copy full SHA for b0699aa
View code at this point
Browse repository at this point
GH-111339: Change `valid` property of executors to `is_valid()` method (GH-111350)
markshannon
authored
5c9d449
View commit details
Copy full SHA for 5c9d449
View code at this point
Browse repository at this point
gh-67224: Show source lines in tracebacks when using the -c option when running Python (#111200)
pablogsal
authored
90a1b28
View commit details
Copy full SHA for 90a1b28
View code at this point
Browse repository at this point
Commits on Oct 25, 2023
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
Show description for a8a89fc
scoder
authored
a8a89fc
View commit details
Copy full SHA for a8a89fc
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)
brandtbucher
authored
e5168ff
View commit details
Copy full SHA for e5168ff
View code at this point
Browse repository at this point
Commits on Oct 23, 2023
GH-109369: Add machinery for deoptimizing tier2 executors, both individually and globally. (GH-110384)
markshannon
authored
52e902c
View commit details
Copy full SHA for 52e902c
View code at this point
Browse repository at this point
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Show description for 32c37fe
furkanonder
and
skrah
authored
32c37fe
View commit details
Copy full SHA for 32c37fe
View code at this point
Browse repository at this point
Commits on Oct 21, 2023
gh-111123: symtable should visit exception handlers before the else block (#111142)
iritkatriel
authored
b578e51
View commit details
Copy full SHA for b578e51
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
gh-111133: Remove unnecessary PyFrozenSet_Check() calls in const folding (GH-111137)
Show description for 7162c3a
Eclips4
authored
7162c3a
View commit details
Copy full SHA for 7162c3a
View code at this point
Browse repository at this point
gh-111132: Fix crash on interactive_filename in `run_mod` (#111136)
sobolevn
authored
124259f
View commit details
Copy full SHA for 124259f
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
gh-76785: Clean Up the Channels Module (gh-110568)
ericsnowcurrently
authored
a77fa05
View commit details
Copy full SHA for a77fa05
View code at this point
Browse repository at this point
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
ericsnowcurrently
authored
c58c63f
View commit details
Copy full SHA for c58c63f
View code at this point
Browse repository at this point
gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)
Show description for a53d7cb
ericsnowcurrently
authored
a53d7cb
View commit details
Copy full SHA for a53d7cb
View code at this point
Browse repository at this point
gh-109693: Remove pycore_atomic.h (gh-110992)
corona10
authored
2dcc570
View commit details
Copy full SHA for 2dcc570
View code at this point
Browse repository at this point
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0
vstinner
authored
be5e8a0
View commit details
Copy full SHA for be5e8a0
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836)
corona10
authored
86559dd
View commit details
Copy full SHA for 86559dd
View code at this point
Browse repository at this point
gh-110912: Correctly display tracebacks for MemoryError exceptions using the traceback module (#110921)
pablogsal
authored
b3c9faf
View commit details
Copy full SHA for b3c9faf
View code at this point
Browse repository at this point
gh-110864: Fix _PyArg_UnpackKeywordsWithVararg overwriting vararg with NULL (#110868)
sobolevn
authored
c2192a2
View commit details
Copy full SHA for c2192a2
View code at this point
Browse repository at this point
Commits on Oct 14, 2023
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
ambv
authored
84b7e9e
View commit details
Copy full SHA for 84b7e9e
View code at this point
Browse repository at this point
gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (GH-110816)
Show description for 7284e0e
serhiy-storchaka
authored
7284e0e
View commit details
Copy full SHA for 7284e0e
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
pablogsal
authored
e1d8c65
View commit details
Copy full SHA for e1d8c65
View code at this point
Browse repository at this point
gh-109693: Update _gil_runtime_state.last_holder to use pyatomic.h (#110605)
corona10
authored
2566434
View commit details
Copy full SHA for 2566434
View code at this point
Browse repository at this point
Commits on Oct 12, 2023
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C implementation (#110702)
pablogsal
authored
e733136
View commit details
Copy full SHA for e733136
View code at this point
Browse repository at this point
gh-110752: Reset `ceval.eval_breaker` to 0 in `interpreter_clear` (GH-110753)
gaogaotiantian
authored
1e3460d
View commit details
Copy full SHA for 1e3460d
View code at this point
Browse repository at this point
gh-109094: remove redundant arg to _PyFrame_PushTrampolineUnchecked (GH-110759)
iritkatriel
authored
7dd3c2b
View commit details
Copy full SHA for 7dd3c2b
View code at this point
Browse repository at this point
GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-110755)
markshannon
authored
19b7ead
View commit details
Copy full SHA for 19b7ead
View code at this point
Browse repository at this point
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Show description for 17d6554
lysnikolaou
authored
17d6554
View commit details
Copy full SHA for 17d6554
View code at this point
Browse repository at this point
Commits on Oct 11, 2023
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Show description for 01481f2
3 people
authored
01481f2
View commit details
Copy full SHA for 01481f2
View code at this point
Browse repository at this point
gh-84489: Properly handle trailing spaces in Py_BuildValue() format strings (GH-21158)
Show description for f83fa0b
ZackerySpytz
and
serhiy-storchaka
authored
f83fa0b
View commit details
Copy full SHA for f83fa0b
View code at this point
Browse repository at this point
Commits on Oct 10, 2023
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Show description for 0362cbf
3 people
authored
0362cbf
View commit details
Copy full SHA for 0362cbf
View code at this point
Browse repository at this point
Remove an old macro from executor.c (#110597)
brandtbucher
authored
982f1b7
View commit details
Copy full SHA for 982f1b7
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
gh-109693: Use pyatomic.h for signal module (gh-110480)
corona10
authored
67e8d41
View commit details
Copy full SHA for 67e8d41
View code at this point
Browse repository at this point
gh-76785: Add SendChannel.send_buffer() (#110246)
Show description for 7bd560c
ericsnowcurrently
authored
7bd560c
View commit details
Copy full SHA for 7bd560c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.