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
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
compile.c
on
pythoncapi
User selector
All users
Datepicker
All time
Commit history
Commits on May 30, 2018
bpo-33691: Add _PyAST_GetDocString(). (GH-7236)
serhiy-storchaka
authored
143ce5c
View commit details
Copy full SHA for 143ce5c
View code at this point
Browse repository at this point
Commits on May 29, 2018
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Show description for 73cbe7a
serhiy-storchaka
and
methane
authored
73cbe7a
View commit details
Copy full SHA for 73cbe7a
View code at this point
Browse repository at this point
Commits on May 17, 2018
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
serhiy-storchaka
authored and
ambv
committed
64fddc4
View commit details
Copy full SHA for 64fddc4
View code at this point
Browse repository at this point
Commits on Apr 27, 2018
bpo-33363: raise SyntaxError for async for/with outside async functions (#6616)
zsol
authored and
Yury Selivanov
committed
e239650
View commit details
Copy full SHA for e239650
View code at this point
Browse repository at this point
Commits on Apr 25, 2018
bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)
Show description for 57faf34
serhiy-storchaka
authored
57faf34
View commit details
Copy full SHA for 57faf34
View code at this point
Browse repository at this point
Commits on Apr 20, 2018
bpo-33298: Wrap only constants with _PyCode_ConstantKey() in the compiler. (GH-6512)
serhiy-storchaka
authored
d70c2a6
View commit details
Copy full SHA for d70c2a6
View code at this point
Browse repository at this point
Commits on Apr 19, 2018
bpo-33299: Return an object itself for some types in _PyCode_ConstantKey(). (GH-6513)
serhiy-storchaka
authored
b7e1eff
View commit details
Copy full SHA for b7e1eff
View code at this point
Browse repository at this point
Commits on Apr 15, 2018
bpo-33270: Intern names for all anonymous code objects (#6472)
ZackerySpytz
authored and
serhiy-storchaka
committed
f303639
View commit details
Copy full SHA for f303639
View code at this point
Browse repository at this point
Commits on Mar 31, 2018
bpo-33132: Fix more reference counting issues in the compiler. (GH-6323)
serhiy-storchaka
authored
aa8e51f
View commit details
Copy full SHA for aa8e51f
View code at this point
Browse repository at this point
Commits on Mar 24, 2018
bpo-33132: Fix reference counting issues in the compiler. (GH-6209)
serhiy-storchaka
authored
a95d986
View commit details
Copy full SHA for a95d986
View code at this point
Browse repository at this point
Commits on Mar 23, 2018
bpo-33041: Rework compiling an "async for" loop. (#6142)
Show description for 702f8f3
serhiy-storchaka
authored
702f8f3
View commit details
Copy full SHA for 702f8f3
View code at this point
Browse repository at this point
Commits on Mar 18, 2018
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
serhiy-storchaka
authored
fe2bbb1
View commit details
Copy full SHA for fe2bbb1
View code at this point
Browse repository at this point
Commits on Mar 10, 2018
bpo-33041: Add missed error checks when compile "async for" (#6053)
Show description for 67ee077
serhiy-storchaka
authored
67ee077
View commit details
Copy full SHA for 67ee077
View code at this point
Browse repository at this point
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (#6052)
Show description for 24d3201
serhiy-storchaka
authored
24d3201
View commit details
Copy full SHA for 24d3201
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Show description for 520b7ae
3 people
authored
520b7ae
View commit details
Copy full SHA for 520b7ae
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
markshannon
authored and
rhettinger
committed
332cd5e
View commit details
Copy full SHA for 332cd5e
View code at this point
Browse repository at this point
Commits on Jan 26, 2018
String annotations [PEP 563] (#4390)
Show description for 95e4d58
gvanrossum
authored and
ambv
committed
95e4d58
View commit details
Copy full SHA for 95e4d58
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)
serhiy-storchaka
authored
782d6fe
View commit details
Copy full SHA for 782d6fe
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
bpo-24340: Fix estimation of the code stack size. (#5076)
serhiy-storchaka
authored
d4864c6
View commit details
Copy full SHA for d4864c6
View code at this point
Browse repository at this point
Commits on Dec 30, 2017
bpo-32439: Clean up the code for compiling comparison expressions. (#5029)
serhiy-storchaka
authored
02b9ef2
View commit details
Copy full SHA for 02b9ef2
View code at this point
Browse repository at this point
Commits on Dec 25, 2017
bpo-32372: Move __debug__ optimization to the AST level. (#4925)
serhiy-storchaka
authored
3dfbaf5
View commit details
Copy full SHA for 3dfbaf5
View code at this point
Browse repository at this point
Commits on Dec 18, 2017
bpo-32365: Fix a reference leak when compile __debug__. (#4916)
Show description for bd6ec4d
serhiy-storchaka
authored
bd6ec4d
View commit details
Copy full SHA for bd6ec4d
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880)
Show description for 3325a67
serhiy-storchaka
authored
3325a67
View commit details
Copy full SHA for 3325a67
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
bpo-29469: Move constant folding to AST optimizer (GH-2858)
methane
authored
7ea143a
View commit details
Copy full SHA for 7ea143a
View code at this point
Browse repository at this point
Commits on Dec 3, 2017
bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675)
Show description for 078f181
ncoghlan
authored
078f181
View commit details
Copy full SHA for 078f181
View code at this point
Browse repository at this point
Commits on Nov 11, 2017
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
serhiy-storchaka
authored
e2f92de
View commit details
Copy full SHA for e2f92de
View code at this point
Browse repository at this point
Commits on Oct 6, 2017
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
Yury Selivanov
authored
b8ab9d3
View commit details
Copy full SHA for b8ab9d3
View code at this point
Browse repository at this point
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
authored
faa135a
View commit details
Copy full SHA for faa135a
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
bpo-31338 (#3374)
Show description for b2e5794
warsaw
authored
b2e5794
View commit details
Copy full SHA for b2e5794
View code at this point
Browse repository at this point
Commits on Aug 29, 2017
bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217)
Show description for 265fcc5
serhiy-storchaka
authored
265fcc5
View commit details
Copy full SHA for 265fcc5
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
skrah
authored
f432a32
View commit details
Copy full SHA for f432a32
View code at this point
Browse repository at this point
Commits on Jun 11, 2017
bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851)
serhiy-storchaka
authored
36ff451
View commit details
Copy full SHA for 36ff451
View code at this point
Browse repository at this point
Commits on May 9, 2017
bpo-30024: Circular imports involving absolute imports with binding (#1264)
Show description for f93234b
serhiy-storchaka
authored
f93234b
View commit details
Copy full SHA for f93234b
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
bpo-29878: Add global instances of int for 0 and 1. (#852)
serhiy-storchaka
authored
ba85d69
View commit details
Copy full SHA for ba85d69
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
bpo-29463: Add docstring field to some AST nodes. (#46)
Show description for cb41b27
methane
authored and
vstinner
committed
cb41b27
View commit details
Copy full SHA for cb41b27
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.