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 }}
180909
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
5
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
codeobject.c
on
doc-link-https
User selector
All users
All time
Commit history
Commits on Oct 5, 2022
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
brandtbucher
authored
0ff8fd6
View commit details
Copy full SHA for 0ff8fd6
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
gh-94808: `_PyLineTable_StartsLine` was not used (GH-96609)
sobolevn
authored
e990c6a
View commit details
Copy full SHA for e990c6a
View code at this point
Browse repository at this point
Commits on Aug 23, 2022
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH-96188)
pablogsal
authored
16ebae4
View commit details
Copy full SHA for 16ebae4
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Fidget-Spinner
authored
42b102b
View commit details
Copy full SHA for 42b102b
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
GH-95150: Use position and exception tables for code hashing and equality (GH-95509)
brandtbucher
authored
c7e5bba
View commit details
Copy full SHA for c7e5bba
View code at this point
Browse repository at this point
Commits on Jul 22, 2022
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
brandtbucher
authored
e402b26
View commit details
Copy full SHA for e402b26
View code at this point
Browse repository at this point
Commits on Jul 21, 2022
Fix PyCode_Addr2Location when addrq < 0 (GH-95091)
Fidget-Spinner
authored
a6daaf2
View commit details
Copy full SHA for a6daaf2
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371)
markshannon
authored
544531d
View commit details
Copy full SHA for 544531d
View code at this point
Browse repository at this point
Commits on Jun 28, 2022
gh-88116: Avoid undefined behavior when decoding varints in code objects (#94375)
pablogsal
authored
c485ec0
View commit details
Copy full SHA for c485ec0
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Show description for 50a5ab2
Fidget-Spinner
authored
50a5ab2
View commit details
Copy full SHA for 50a5ab2
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961)
iritkatriel
authored
1603a10
View commit details
Copy full SHA for 1603a10
View code at this point
Browse repository at this point
GH-93516: Speedup line number checks when tracing. (GH-93763)
Show description for ab0e601
markshannon
authored
ab0e601
View commit details
Copy full SHA for ab0e601
View code at this point
Browse repository at this point
GH-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack. (GH-93908)
markshannon
authored
45e62a2
View commit details
Copy full SHA for 45e62a2
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
markshannon
authored
3cd1a5d
View commit details
Copy full SHA for 3cd1a5d
View code at this point
Browse repository at this point
Commits on Jun 12, 2022
gh-93728: fix memory leak in deepfrozen code objects (GH-93729)
kumaraditya303
authored
8f728e5
View commit details
Copy full SHA for 8f728e5
View code at this point
Browse repository at this point
Commits on Jun 3, 2022
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Show description for d52ffc1
3 people
authored
d52ffc1
View commit details
Copy full SHA for d52ffc1
View code at this point
Browse repository at this point
Commits on May 19, 2022
GH-92955: fix memory leak in code object lines and positions iterators (gh-92956)
kumaraditya303
authored
c5f5f97
View commit details
Copy full SHA for c5f5f97
View code at this point
Browse repository at this point
Commits on May 3, 2022
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
sweeneyde
authored
b156578
View commit details
Copy full SHA for b156578
View code at this point
Browse repository at this point
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Fidget-Spinner
authored
6c7249f
View commit details
Copy full SHA for 6c7249f
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
gh-91719: Add pycore_opcode.h internal header file (#91906)
Show description for 64a54e5
vstinner
authored
64a54e5
View commit details
Copy full SHA for 64a54e5
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
GH-88116: Document that PyCodeNew is dangerous, and make PyCode_NewEmpty less dangerous. (GH-91790)
markshannon
authored
d44815c
View commit details
Copy full SHA for d44815c
View code at this point
Browse repository at this point
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
Show description for 944fffe
markshannon
authored
944fffe
View commit details
Copy full SHA for 944fffe
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
bpo-35134: Remove the Include/code.h header file (GH-32385)
Show description for 85addfb
vstinner
authored
85addfb
View commit details
Copy full SHA for 85addfb
View code at this point
Browse repository at this point
Commits on Apr 1, 2022
bpo-46841: Use a `bytes` object for `_co_code_adaptive` (GH-32205)
brandtbucher
authored
ae9de82
View commit details
Copy full SHA for ae9de82
View code at this point
Browse repository at this point
bpo-46841: Avoid unnecessary allocations in code object comparisons (GH-32222)
brandtbucher
authored
bd2e47c
View commit details
Copy full SHA for bd2e47c
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
bpo-46841: Quicken code in-place (GH-31888)
Show description for 2bde682
brandtbucher
authored
2bde682
View commit details
Copy full SHA for 2bde682
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
bpo-46841: Use inline caching for calls (GH-31709)
brandtbucher
authored
f193631
View commit details
Copy full SHA for f193631
View code at this point
Browse repository at this point
Commits on Feb 26, 2022
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
kumaraditya303
authored
0d9b565
View commit details
Copy full SHA for 0d9b565
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
bpo-45316: Move private PyCode C API to internal C API (GH-31576)
Show description for 4a0c7a1
vstinner
authored
4a0c7a1
View commit details
Copy full SHA for 4a0c7a1
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
Add (undocumented) _co_quickened attribute for code object. (GH-31552)
markshannon
authored
ae3adbe
View commit details
Copy full SHA for ae3adbe
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
Show description for 1f45536
ericsnowcurrently
authored
1f45536
View commit details
Copy full SHA for 1f45536
View code at this point
Browse repository at this point
Commits on Feb 17, 2022
bpo-46745: Fix typo in PositionsIterator (#31322)
Show description for 482a4b6
eclipseo
and
JelleZijlstra
authored
482a4b6
View commit details
Copy full SHA for 482a4b6
View code at this point
Browse repository at this point
Commits on Feb 9, 2022
bpo-46430: Intern strings in deep-frozen modules (GH-30683)
kumaraditya303
authored
c0a5ebe
View commit details
Copy full SHA for c0a5ebe
View code at this point
Browse repository at this point
Commits on Jan 27, 2022
bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)
tiran
authored
26b0482
View commit details
Copy full SHA for 26b0482
View code at this point
Browse repository at this point
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Show description for c7f810b
kumaraditya303
authored
c7f810b
View commit details
Copy full SHA for c7f810b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.