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
Type
/
to 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 }}
estyxx
/
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
flowgraph.c
on
main
User selector
All users
All time
Commit history
Commits on Jun 24, 2024
Fixes loop variables to be the same types as their limit (GH-120958)
zooba
authored
e731554
View commit details
Copy full SHA for e731554
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
gh-120367: fix bug where compiler detects redundant jump after pseudo op replacement (#120714)
iritkatriel
authored
b7f4789
View commit details
Copy full SHA for b7f4789
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold blocks (#120425)
iritkatriel
authored
21866c8
View commit details
Copy full SHA for 21866c8
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
gh-120225: fix crash in compiler on empty block at end of exception handler (#120235)
iritkatriel
authored
4fc82b6
View commit details
Copy full SHA for 4fc82b6
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
Fix typos in documentation and comments (#119763)
xyb
authored
9e05261
View commit details
Copy full SHA for 9e05261
View code at this point
Browse repository at this point
Commits on May 30, 2024
gh-119744: move a few functions from compile.c to flowgraph.c (#119745)
iritkatriel
authored
13a5fdc
View commit details
Copy full SHA for 13a5fdc
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
gh-117494: extract the Instruction Sequence data structure into a separate file (#117496)
iritkatriel
authored
04697bc
View commit details
Copy full SHA for 04697bc
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
iritkatriel
authored
1d5479b
View commit details
Copy full SHA for 1d5479b
View code at this point
Browse repository at this point
Commits on Mar 27, 2024
gh-117288: Allocate fewer label IDs in _PyCfg_ToInstructionSequence (#117290)
iritkatriel
authored
262fb91
View commit details
Copy full SHA for 262fb91
View code at this point
Browse repository at this point
Commits on Feb 22, 2024
gh-115796: fix exception table construction in _testinternalcapi.assemble_code_object (#115797)
iritkatriel
authored
96c1737
View commit details
Copy full SHA for 96c1737
View code at this point
Browse repository at this point
Commits on Feb 15, 2024
gh-115420: Fix translation of exception hander targets by _testinternalcapi.optimize_cfg. (#115425)
iritkatriel
authored
f42e112
View commit details
Copy full SHA for f42e112
View code at this point
Browse repository at this point
Commits on Feb 2, 2024
gh-107901: make compiler inline basic blocks with no line number and no fallthrough (#114750)
iritkatriel
authored
2091fb2
View commit details
Copy full SHA for 2091fb2
View code at this point
Browse repository at this point
Commits on Jan 29, 2024
gh-114569: Use PyMem_* APIs for non-PyObjects in compiler (#114587)
erlend-aasland
authored
8612230
View commit details
Copy full SHA for 8612230
View code at this point
Browse repository at this point
Commits on Jan 25, 2024
gh-107901: compiler replaces POP_BLOCK instruction by NOPs before optimisations (#114530)
iritkatriel
authored
ac5e53e
View commit details
Copy full SHA for ac5e53e
View code at this point
Browse repository at this point
gh-114265: remove i_loc_propagated, jump threading does not consider line numbers anymore (#114535)
iritkatriel
authored
0315941
View commit details
Copy full SHA for 0315941
View code at this point
Browse repository at this point
Commits on Jan 22, 2024
gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG before optimize_basic_block. (#114408)
iritkatriel
authored
ed30a3c
View commit details
Copy full SHA for ed30a3c
View code at this point
Browse repository at this point
Commits on Jan 19, 2024
gh-114265: move line number propagation before cfg optimization, remove guarantee_lineno_for_exits (#114267)
iritkatriel
authored
7e49f27
View commit details
Copy full SHA for 7e49f27
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
gh-107901: duplicate blocks with no lineno that have an eval break and multiple predecessors (#113950)
iritkatriel
authored
8aa0088
View commit details
Copy full SHA for 8aa0088
View code at this point
Browse repository at this point
Commits on Jan 11, 2024
gh-107901: jump leaving an exception handler doesn't need an eval break check (#113943)
iritkatriel
authored
0d8fec7
View commit details
Copy full SHA for 0d8fec7
View code at this point
Browse repository at this point
Commits on Jan 6, 2024
gh-107901: synthetic jumps which are not at end of loop no longer check the eval breaker (#113721)
iritkatriel
authored
d36a365
View commit details
Copy full SHA for d36a365
View code at this point
Browse repository at this point
Commits on Jan 3, 2024
gh-113603: Compiler no longer tries to maintain the no-empty-block invariant (#113636)
iritkatriel
authored
7d01fb4
View commit details
Copy full SHA for 7d01fb4
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
gh-113297: Fix segfault in compiler for with statement with 19 context managers (#113327)
iritkatriel
authored
c31943a
View commit details
Copy full SHA for c31943a
View code at this point
Browse repository at this point
Commits on Dec 20, 2023
GH-111485: Generate instruction and uop metadata (GH-113287)
markshannon
authored
e96f260
View commit details
Copy full SHA for e96f260
View code at this point
Browse repository at this point
Commits on Dec 19, 2023
gh-113054: Compiler no longer replaces a redundant jump with no line number by a NOP (#113139)
iritkatriel
authored
e51b400
View commit details
Copy full SHA for e51b400
View code at this point
Browse repository at this point
Commits on Nov 30, 2023
gh-112519: Make it possible to specify instruction flags for pseudo instructions in bytecodes.c (#112520)
iritkatriel
authored
07ebd46
View commit details
Copy full SHA for 07ebd46
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
Commits on Sep 28, 2023
gh-109889: fix compiler's redundant NOP detection to look past NOPs with no lineno when looking for the next instruction's lineno (#109987)
iritkatriel
authored
f580edc
View commit details
Copy full SHA for f580edc
View code at this point
Browse repository at this point
Commits on Sep 27, 2023
gh-109923: set line number on the POP_TOP that follows a RETURN_GENERATOR (#109924)
iritkatriel
authored
ea285ad
View commit details
Copy full SHA for ea285ad
View code at this point
Browse repository at this point
Commits on Sep 25, 2023
gh-109823: Adjust labels in compiler when removing an empty basic block which is a jump target (#109839)
iritkatriel
authored
d73c12b
View commit details
Copy full SHA for d73c12b
View code at this point
Browse repository at this point
Commits on Sep 22, 2023
gh-109719: Fix missing jump target labels when compiler reorders cold/warm blocks (#109734)
iritkatriel
authored
7c55399
View commit details
Copy full SHA for 7c55399
View code at this point
Browse repository at this point
Commits on Sep 20, 2023
gh-109627: duplicated smalll exit blocks need to be assigned jump target labels (#109630)
iritkatriel
authored
9ccf054
View commit details
Copy full SHA for 9ccf054
View code at this point
Browse repository at this point
Commits on Sep 14, 2023
dump readable opcode names in flowgraph debug utility (#109392)
Show description for 1ce9ea0
carljm
and
iritkatriel
authored
1ce9ea0
View commit details
Copy full SHA for 1ce9ea0
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 Aug 24, 2023
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Show description for b32d4ca
vstinner
authored
b32d4ca
View commit details
Copy full SHA for b32d4ca
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
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
Previous
Next
You can’t perform that action at this time.