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
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
c-api
code.rst
on
stackref-not-null
User selector
All users
All time
Commit history
Commits on Sep 17, 2024
Use pep role instead of url (#121611)
rffontenelle
authored
33eeccf
View commit details
Copy full SHA for 33eeccf
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 Feb 21, 2024
gh-115653: Document PyCode_GetFirstFree() (#115654)
Show description for 10fc467
wrongnull
authored
10fc467
View commit details
Copy full SHA for 10fc467
View code at this point
Browse repository at this point
Commits on Feb 11, 2024
gh-115172: Fix explicit index extries for the C API (GH-115173)
serhiy-storchaka
authored
573acb3
View commit details
Copy full SHA for 573acb3
View code at this point
Browse repository at this point
Commits on Feb 9, 2024
Docs: correctly link to code objects (#115214)
erlend-aasland
authored
769d444
View commit details
Copy full SHA for 769d444
View code at this point
Browse repository at this point
Commits on Jul 29, 2023
Fix the documentation for PyCode_New add `qualname` parameter (#107186)
da-woods
authored
f2abeb5
View commit details
Copy full SHA for f2abeb5
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Show description for 391e03f
vstinner
authored
391e03f
View commit details
Copy full SHA for 391e03f
View code at this point
Browse repository at this point
Commits on Mar 8, 2023
gh-102381: don't call watcher callback with dead object (#102382)
Show description for 1e703a4
carljm
and
Yhg1s
authored
1e703a4
View commit details
Copy full SHA for 1e703a4
View code at this point
Browse repository at this point
Commits on Feb 28, 2023
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
encukou
authored
6b2d7c0
View commit details
Copy full SHA for 6b2d7c0
View code at this point
Browse repository at this point
Commits on Feb 4, 2023
Add missing `versionadded` directive for `PyCode_Addr2Location` (#101347)
maxbachmann
authored
f11a3d1
View commit details
Copy full SHA for f11a3d1
View code at this point
Browse repository at this point
Commits on Dec 2, 2022
GH-91054: Add code object watchers API (GH-99859)
Show description for 3c137dc
itamaro
and
Ye11ow-Flash
authored
3c137dc
View commit details
Copy full SHA for 3c137dc
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)
CAM-Gerlach
authored
8ee27e3
View commit details
Copy full SHA for 8ee27e3
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 May 3, 2022
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 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
Commits on Mar 30, 2022
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
hugovk
authored
6881ea9
View commit details
Copy full SHA for 6881ea9
View code at this point
Browse repository at this point
Commits on Jul 13, 2021
bpo-43950: Add documentation for PEP-657 (GH-27047)
Show description for 9c3eaf8
3 people
authored
9c3eaf8
View commit details
Copy full SHA for 9c3eaf8
View code at this point
Browse repository at this point
Commits on Apr 2, 2021
Document PyCode_Addr2Line function. (GH-25111)
Show description for 58384c6
markshannon
authored
58384c6
View commit details
Copy full SHA for 58384c6
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Show description for 315fc52
antocuni
authored
315fc52
View commit details
Copy full SHA for 315fc52
View code at this point
Browse repository at this point
Commits on Dec 25, 2019
Fix the miscellaneous typo (GH-17700)
Show description for 527f9de
cocoatomo
authored and
miss-islington
committed
527f9de
View commit details
Copy full SHA for 527f9de
View code at this point
Browse repository at this point
Commits on Oct 26, 2019
bpo-38434: Fixes some audit event documentation (GH-16932)
zooba
authored
894e30c
View commit details
Copy full SHA for 894e30c
View code at this point
Browse repository at this point
Commits on Jul 1, 2019
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959)
Show description for 4a2edc3
pablogsal
authored and
encukou
committed
4a2edc3
View commit details
Copy full SHA for 4a2edc3
View code at this point
Browse repository at this point
Commits on Jun 27, 2019
bpo-37390: Add audit event table to documentations (GH-14406)
Show description for 44f91c3
zooba
authored
44f91c3
View commit details
Copy full SHA for 44f91c3
View code at this point
Browse repository at this point
Commits on Jun 1, 2019
bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)
pablogsal
authored
3b57f50
View commit details
Copy full SHA for 3b57f50
View code at this point
Browse repository at this point
bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726)
pablogsal
authored
cd74e66
View commit details
Copy full SHA for cd74e66
View code at this point
Browse repository at this point
Commits on May 31, 2019
Document changes for PyCode_New regarding PEP570 (GH-13706)
pablogsal
authored
545a3b8
View commit details
Copy full SHA for 545a3b8
View code at this point
Browse repository at this point
Commits on May 28, 2019
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
Show description for b76302d
pablogsal
authored and
willingc
committed
b76302d
View commit details
Copy full SHA for b76302d
View code at this point
Browse repository at this point
Commits on May 23, 2019
bpo-36842: Implement PEP 578 (GH-12613)
Show description for b82e17e
zooba
authored
b82e17e
View commit details
Copy full SHA for b82e17e
View code at this point
Browse repository at this point
Commits on May 17, 2019
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Show description for cbb6484
matrixise
authored and
kushaldas
committed
cbb6484
View commit details
Copy full SHA for cbb6484
View code at this point
Browse repository at this point
Commits on Jun 2, 2016
[Issue 15476] Make "code object" its own entry in the index
tbeadle
committed
e9b8403
View commit details
Copy full SHA for e9b8403
View code at this point
Browse repository at this point
Commits on Oct 10, 2015
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
vadmium
committed
d21e0b5
View commit details
Copy full SHA for d21e0b5
View code at this point
Browse repository at this point
Commits on Jun 3, 2012
Issue #14090: fix some minor C API problems in default branch (3.3)
eliben
committed
0813168
View commit details
Copy full SHA for 0813168
View code at this point
Browse repository at this point
Commits on Jan 20, 2012
Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function.
meadori
committed
a3443d9
View commit details
Copy full SHA for a3443d9
View code at this point
Browse repository at this point
Commits on Jan 15, 2011
Fix a few doc errors, mostly undefined keywords.
birkenfeld
committed
375aec2
View commit details
Copy full SHA for 375aec2
View code at this point
Browse repository at this point
Commits on Oct 6, 2010
Migrate to Sphinx 1.0 C language constructs.
birkenfeld
committed
60203b4
View commit details
Copy full SHA for 60203b4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.