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
Objects
frameobject.c
on
test_python_basic_repl
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 24, 2024
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 19, 2024
GH-120097: Make FrameLocalsProxy a mapping (#120101)
Show description for d1c673b
markshannon
authored
d1c673b
View commit details
Copy full SHA for d1c673b
View code at this point
Browse repository at this point
Commits on Jun 1, 2024
gh-74929: PEP 667 C API documentation (gh-119379)
Show description for 3859e09
ncoghlan
authored
3859e09
View commit details
Copy full SHA for 3859e09
View code at this point
Browse repository at this point
Commits on May 21, 2024
gh-109176: replace _PyFrame_OpAlreadyRan by an assertion that the frame is complete. (#119234)
iritkatriel
authored
77ff28b
View commit details
Copy full SHA for 77ff28b
View code at this point
Browse repository at this point
Commits on May 10, 2024
gh-118921: Add `copy()` method for `FrameLocalsProxy` (#118923)
gaogaotiantian
authored
35c4361
View commit details
Copy full SHA for 35c4361
View code at this point
Browse repository at this point
Commits on May 8, 2024
gh-118746: Fix crash in frame_getlocals and _PyFrame_GetLocals (#118748)
Show description for e7aec87
gaogaotiantian
authored
e7aec87
View commit details
Copy full SHA for e7aec87
View code at this point
Browse repository at this point
Commits on May 6, 2024
GH-115709: Invalidate executors when a local variable is changed via frame.f_locals (#118639)
Show description for 616b745
markshannon
authored
616b745
View commit details
Copy full SHA for 616b745
View code at this point
Browse repository at this point
gh-118609: Add proper error check for framelocalsproxy (#118615)
gaogaotiantian
authored
7528b84
View commit details
Copy full SHA for 7528b84
View code at this point
Browse repository at this point
gh-74929: Make containment checks more efficient in `FrameLocalsProxy` (#118624)
Show description for afbe5bf
gaogaotiantian
authored
afbe5bf
View commit details
Copy full SHA for afbe5bf
View code at this point
Browse repository at this point
Commits on May 5, 2024
gh-118605: Fix reference leak in FrameLocalsProxy (#118607)
Show description for b4f8eb0
gaogaotiantian
authored
b4f8eb0
View commit details
Copy full SHA for b4f8eb0
View code at this point
Browse repository at this point
gh-74929: Remove undesirable DECREF in PEP 667 implementation (#118583)
Show description for 5dd3673
gaogaotiantian
authored
5dd3673
View commit details
Copy full SHA for 5dd3673
View code at this point
Browse repository at this point
Commits on May 4, 2024
gh-74929: Implement PEP 667 (GH-115153)
gaogaotiantian
authored
b034f14
View commit details
Copy full SHA for b034f14
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
gh-107674: Lazy load line number to improve performance of tracing (GH-118127)
gaogaotiantian
authored
375c94c
View commit details
Copy full SHA for 375c94c
View code at this point
Browse repository at this point
Commits on Apr 25, 2024
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
markshannon
authored
f180b31
View commit details
Copy full SHA for f180b31
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
wrongnull
authored
a8e93d3
View commit details
Copy full SHA for a8e93d3
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
gh-113939: Frame clear, clear locals (#113940)
albertz
authored
78c2545
View commit details
Copy full SHA for 78c2545
View code at this point
Browse repository at this point
Commits on Dec 21, 2023
gh-111375: Use `NULL` rather than `None` in the exception stack to indicate that an exception was handled (#113302)
pR0Ps
authored
a2dd0e7
View commit details
Copy full SHA for a2dd0e7
View code at this point
Browse repository at this point
Commits on Nov 7, 2023
gh-79932: raise exception if frame.clear() is called on a suspended frame (#111792)
iritkatriel
authored
13405ec
View commit details
Copy full SHA for 13405ec
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
simplify code to pop exception in frame_setlineno (#111702)
iritkatriel
authored
c5063fd
View commit details
Copy full SHA for c5063fd
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
gh-103615: Use local events for opcode tracing (GH-109472)
Show description for e0afed7
gaogaotiantian
authored
e0afed7
View commit details
Copy full SHA for e0afed7
View code at this point
Browse repository at this point
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and frame state (#111648)
iritkatriel
authored
d49aba5
View commit details
Copy full SHA for d49aba5
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
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
Commits on Oct 24, 2023
GH-94438: Restore ability to jump over None tests (GH-111237)
Savannah Ostrowski
authored
6640f1d
View commit details
Copy full SHA for 6640f1d
View code at this point
Browse repository at this point
Commits on Sep 13, 2023
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
brandtbucher
authored
22e65ee
View commit details
Copy full SHA for 22e65ee
View code at this point
Browse repository at this point
Commits on Sep 7, 2023
gh-108732: include comprehension locals in frame.f_locals (#109026)
Show description for f2584ea
3 people
authored
f2584ea
View commit details
Copy full SHA for f2584ea
View code at this point
Browse repository at this point
Commits on Sep 6, 2023
gh-108991: replace _PyFrame_GetState by two simpler functions (#108992)
iritkatriel
authored
39376cb
View commit details
Copy full SHA for 39376cb
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
iritkatriel
authored
72119d1
View commit details
Copy full SHA for 72119d1
View code at this point
Browse repository at this point
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
View commit details
Copy full SHA for 665a439
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
gh-106092: Fix use-after-free crash in frame_dealloc (#106875)
Show description for 557b05c
andersk
authored
557b05c
View commit details
Copy full SHA for 557b05c
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3faba
vstinner
authored
1a3faba
View commit details
Copy full SHA for 1a3faba
View code at this point
Browse repository at this point
Commits on Jul 5, 2023
gh-105340: include hidden fast-locals in locals() (#105715)
Show description for 104d7b7
carljm
authored
104d7b7
View commit details
Copy full SHA for 104d7b7
View code at this point
Browse repository at this point
Commits on Jul 1, 2023
Fix duplicate word typos in comments (#106225)
SpicyCatGames
authored
822db86
View commit details
Copy full SHA for 822db86
View code at this point
Browse repository at this point
Commits on Jun 14, 2023
GH-100987: Allow objects other than code objects as the "executable" of an internal frame. (GH-105727)
Show description for 7199584
markshannon
authored
7199584
View commit details
Copy full SHA for 7199584
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
GH-104584: Plugin optimizer API (GH-105100)
markshannon
authored
4bfa01b
View commit details
Copy full SHA for 4bfa01b
View code at this point
Browse repository at this point
Commits on May 12, 2023
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387)
Show description for 45f5aa8
markshannon
authored
45f5aa8
View commit details
Copy full SHA for 45f5aa8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.