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
Type
/
to 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 }}
estyxx
/
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
pythonrun.c
on
main
User selector
All users
All time
Commit history
Commits on Sep 3, 2024
gh-121804: always show error location for SyntaxError's in basic repl (#123202)
skirpichev
authored
6822cb2
View commit details
Copy full SHA for 6822cb2
View code at this point
Browse repository at this point
Commits on May 5, 2024
gh-111201: A new Python REPL (GH-111567)
Show description for f27f8c7
6 people
authored
f27f8c7
View commit details
Copy full SHA for f27f8c7
View code at this point
Browse repository at this point
Commits on May 2, 2024
gh-116180: Check the globals argument in PyRun_* C API (GH-116637)
Show description for 7d2ffad
NGRsoftlab
authored
7d2ffad
View commit details
Copy full SHA for 7d2ffad
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
serhiy-storchaka
authored
72d3cc9
View commit details
Copy full SHA for 72d3cc9
View code at this point
Browse repository at this point
Commits on Feb 25, 2024
gh-115914: minor cleanup: simplify filename_obj assignment in PyRun_AnyFileExFlags (gh-115916)
Show description for f082a05
gorsing
authored
f082a05
View commit details
Copy full SHA for f082a05
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Show description for 970e719
serhiy-storchaka
and
vstinner
authored
970e719
View commit details
Copy full SHA for 970e719
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
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 20, 2023
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 16, 2023
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
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
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
Commits on Sep 29, 2023
gh-110079: Remove extern "C" { ...} in C code (#110080)
vstinner
authored
8b626a4
View commit details
Copy full SHA for 8b626a4
View code at this point
Browse repository at this point
Commits on Sep 23, 2023
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
serhiy-storchaka
authored
b8d1744
View commit details
Copy full SHA for b8d1744
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)
iritkatriel
authored
ecd21a6
View commit details
Copy full SHA for ecd21a6
View code at this point
Browse repository at this point
Commits on Sep 6, 2023
gh-108765: Cleanup #include in Python/*.c files (#108977)
Show description for b298b39
vstinner
authored
b298b39
View commit details
Copy full SHA for b298b39
View code at this point
Browse repository at this point
Commits on Aug 29, 2023
gh-106320: Remove private pythonrun API (#108599)
Show description for 15c5a50
vstinner
authored
15c5a50
View commit details
Copy full SHA for 15c5a50
View code at this point
Browse repository at this point
Commits on Aug 24, 2023
gh-108308: Remove _PyDict_GetItemStringWithError() function (#108426)
Show description for 52c6a6e
vstinner
authored
52c6a6e
View commit details
Copy full SHA for 52c6a6e
View code at this point
Browse repository at this point
gh-108314: Add PyDict_ContainsString() function (#108323)
vstinner
authored
6726626
View commit details
Copy full SHA for 6726626
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
gh-108113: Make it possible to optimize an AST (#108282)
iritkatriel
authored
2dfbd4f
View commit details
Copy full SHA for 2dfbd4f
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Show description for 615f6e9
vstinner
authored
615f6e9
View commit details
Copy full SHA for 615f6e9
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
gh-108113: Make it possible to create an optimized AST (#108154)
iritkatriel
authored
10a91d7
View commit details
Copy full SHA for 10a91d7
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
serhiy-storchaka
authored
be1b968
View commit details
Copy full SHA for be1b968
View code at this point
Browse repository at this point
Commits on Jun 30, 2023
gh-106023: Update code using _PyObject_FastCall() (#106257)
Show description for 8c5f74f
vstinner
authored
8c5f74f
View commit details
Copy full SHA for 8c5f74f
View code at this point
Browse repository at this point
Commits on Jun 26, 2023
gh-106084: Remove old PyObject call aliases (#106085)
Show description for 00e75a3
vstinner
authored
00e75a3
View commit details
Copy full SHA for 00e75a3
View code at this point
Browse repository at this point
Commits on Jun 23, 2023
gh-106033: Get rid of new occurrences of PyDict_GetItem and PyObject_HasAttr (GH-106034)
Show description for 1d33d53
serhiy-storchaka
authored
1d33d53
View commit details
Copy full SHA for 1d33d53
View code at this point
Browse repository at this point
Commits on Jun 22, 2023
gh-105922: Use PyImport_AddModuleRef() function (#105999)
Show description for 193a2b2
vstinner
authored
193a2b2
View commit details
Copy full SHA for 193a2b2
View code at this point
Browse repository at this point
Commits on Jun 20, 2023
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Show description for 03f1a13
vstinner
authored
03f1a13
View commit details
Copy full SHA for 03f1a13
View code at this point
Browse repository at this point
Commits on Jun 19, 2023
gh-105922: Refactor PyRun_InteractiveOneObjectEx() (#105925)
Show description for a5c2ad0
vstinner
authored
a5c2ad0
View commit details
Copy full SHA for a5c2ad0
View code at this point
Browse repository at this point
Commits on May 1, 2023
gh-103895: Improve how invalid `Exception.__notes__` are displayed (#103897)
pR0Ps
authored
487f55d
View commit details
Copy full SHA for 487f55d
View code at this point
Browse repository at this point
Commits on Mar 19, 2023
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102816)
iritkatriel
authored
ad77b80
View commit details
Copy full SHA for ad77b80
View code at this point
Browse repository at this point
Commits on Mar 18, 2023
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last_traceback (#102779)
iritkatriel
authored
e1e9bab
View commit details
Copy full SHA for e1e9bab
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
gh-102755: Add PyErr_DisplayException(exc) (#102756)
iritkatriel
authored
3f9285a
View commit details
Copy full SHA for 3f9285a
View code at this point
Browse repository at this point
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102743)
iritkatriel
authored
61d6c11
View commit details
Copy full SHA for 61d6c11
View code at this point
Browse repository at this point
Commits on Feb 20, 2023
gh-102056: Fix a few bugs in error handling of exception printing code (#102078)
iritkatriel
authored
022b44f
View commit details
Copy full SHA for 022b44f
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
gh-101758: Clean Up Uses of Import State (gh-101919)
Show description for b2fc549
ericsnowcurrently
authored
b2fc549
View commit details
Copy full SHA for b2fc549
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.