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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-docs-tr
/
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
compile.c
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 26, 2023
gh-99606: Make code generated for an empty f-string identical to that of a normal empty string (#112407)
iritkatriel
authored
fb202af
View commit details
Copy full SHA for fb202af
View code at this point
Browse repository at this point
Commits on Nov 14, 2023
gh-107149: make new opcode util functions private rather than public and unstable (#112042)
iritkatriel
authored
36aab34
View commit details
Copy full SHA for 36aab34
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
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 Nov 2, 2023
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
iritkatriel
authored
52cc4af
View commit details
Copy full SHA for 52cc4af
View code at this point
Browse repository at this point
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-111354: define names for RESUME oparg values (#111365)
iritkatriel
authored
a0c414c
View commit details
Copy full SHA for a0c414c
View code at this point
Browse repository at this point
Commits on Sep 14, 2023
gh-105658: fix excess trace events for except block ending with a conditional block (#109384)
iritkatriel
authored
4a54074
View commit details
Copy full SHA for 4a54074
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 11, 2023
gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)
carljm
authored
ceeb417
View commit details
Copy full SHA for ceeb417
View code at this point
Browse repository at this point
Commits on Sep 4, 2023
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Show description for 6765938
vstinner
authored
6765938
View commit details
Copy full SHA for 6765938
View code at this point
Browse repository at this point
Commits on Aug 30, 2023
gh-108654: restore comprehension locals before handling exception (#108659)
Show description for d52c448
carljm
and
corona10
authored
d52c448
View commit details
Copy full SHA for d52c448
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
gh-108308: Replace PyDict_GetItem() with PyDict_GetItemRef() (#108309)
Show description for f5559f3
vstinner
authored
f5559f3
View commit details
Copy full SHA for f5559f3
View code at this point
Browse repository at this point
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 16, 2023
gh-105724: Add location information to `assert` errors (GH-105935)
sobolevn
authored
bdd8ddf
View commit details
Copy full SHA for bdd8ddf
View code at this point
Browse repository at this point
Commits on Aug 10, 2023
gh-106149: move CFG and basicblock definitions into flowgraph.c, use them as opaque types in compile.c (#107639)
iritkatriel
authored
bafedfb
View commit details
Copy full SHA for bafedfb
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
brandtbucher
authored
a9caf9c
View commit details
Copy full SHA for a9caf9c
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
gh-106149: fix comment on stackdepth of generators (#107321)
iritkatriel
authored
507d8bc
View commit details
Copy full SHA for 507d8bc
View code at this point
Browse repository at this point
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (#107255)
iritkatriel
authored
b0202a4
View commit details
Copy full SHA for b0202a4
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)
Show description for 2e07449
vstinner
authored
2e07449
View commit details
Copy full SHA for 2e07449
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
gh-106320: Move private _PySet API to the internal API (#107041)
Show description for 5e4af2a
vstinner
authored
5e4af2a
View commit details
Copy full SHA for 5e4af2a
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
gh-106916: Add missing error check _PyCompile_CleanDoc (#106921)
Show description for 85ed1d2
Eclips4
and
serhiy-storchaka
authored
85ed1d2
View commit details
Copy full SHA for 85ed1d2
View code at this point
Browse repository at this point
Commits on Jul 18, 2023
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
iritkatriel
authored
40f3f11
View commit details
Copy full SHA for 40f3f11
View code at this point
Browse repository at this point
gh-106843: fix memleak in _PyCompile_CleanDoc (#106846)
methane
authored
ece3b9d
View commit details
Copy full SHA for ece3b9d
View code at this point
Browse repository at this point
Commits on Jul 15, 2023
gh-81283: compiler: remove indent from docstring (#106411)
Show description for 2566b74
methane
and
merwok
authored
2566b74
View commit details
Copy full SHA for 2566b74
View code at this point
Browse repository at this point
Commits on Jul 14, 2023
gh-105481: expose opcode metadata via the _opcode module (#106688)
iritkatriel
authored
6a70edf
View commit details
Copy full SHA for 6a70edf
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_metadata.h (#106673)
iritkatriel
authored
2ca008e
View commit details
Copy full SHA for 2ca008e
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
gh-106320: Remove private _PyInterpreterState functions (#106325)
Show description for 8571b27
vstinner
authored
8571b27
View commit details
Copy full SHA for 8571b27
View code at this point
Browse repository at this point
Commits on Jun 29, 2023
GH-106008: Make implicit boolean conversions explicit (GH-106003)
brandtbucher
authored
7b2d94d
View commit details
Copy full SHA for 7b2d94d
View code at this point
Browse repository at this point
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
Show description for 8bff940
polynomialherder
authored
8bff940
View commit details
Copy full SHA for 8bff940
View code at this point
Browse repository at this point
Commits on Jun 27, 2023
gh-106149: move jump target resolution from optimizer to assembler (#106150)
iritkatriel
authored
5290881
View commit details
Copy full SHA for 5290881
View code at this point
Browse repository at this point
Commits on Jun 22, 2023
GH-91095: Specialize calls to normal Python classes. (GH-99331)
markshannon
authored
04492cb
View commit details
Copy full SHA for 04492cb
View code at this point
Browse repository at this point
Commits on Jun 19, 2023
gh-105908: fix `barry_as_FLUFL` future import (#105909)
thatbirdguythatuknownot
authored
28187a9
View commit details
Copy full SHA for 28187a9
View code at this point
Browse repository at this point
Commits on Jun 17, 2023
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and replace by their new versions (#105865)
iritkatriel
authored
14d0126
View commit details
Copy full SHA for 14d0126
View code at this point
Browse repository at this point
Commits on Jun 14, 2023
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
iritkatriel
authored
d1b0297
View commit details
Copy full SHA for d1b0297
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.