FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/internal/pycore_opcode_utils.h - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
internal
pycore_opcode_utils.h
on
main
User selector
Datepicker
Commit history
Commits on May 21, 2026
gh-148871: Add CONSTANT_EMPTY_TUPLE to LOAD_COMMON_CONSTANT (GH-149688)
eendebakpt
authored
f2fa291
View commit details
Copy full SHA for f2fa291
View code at this point
Browse repository at this point
Commits on May 19, 2026
gh-150027: Avoid copying during construction of `frozenset` objects (GH-150028)
ZeroIntensity
authored
409fa8e
View commit details
Copy full SHA for 409fa8e
View code at this point
Browse repository at this point
Commits on May 2, 2026
gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
NekoAsakura
authored
7c9ad27
View commit details
Copy full SHA for 7c9ad27
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
GH-145668: Add FOR_ITER specialization for virtual iterators. Specialize GET_ITER. (GH-147967)
Show description for 600f4db
markshannon
authored
600f4db
View commit details
Copy full SHA for 600f4db
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Show description for 879c85f
markshannon
authored
879c85f
View commit details
Copy full SHA for 879c85f
View code at this point
Browse repository at this point
Commits on Jan 6, 2026
gh-142863: optimize `list` and `set` calls with generator expressions (#142864)
kumaraditya303
authored
74bb3ca
View commit details
Copy full SHA for 74bb3ca
View code at this point
Browse repository at this point
Commits on May 8, 2025
gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)
Show description for 27128e4
ericsnowcurrently
authored
27128e4
View commit details
Copy full SHA for 27128e4
View code at this point
Browse repository at this point
Commits on May 6, 2025
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#133497)
encukou
authored
3c73cf5
View commit details
Copy full SHA for 3c73cf5
View code at this point
Browse repository at this point
Commits on May 5, 2025
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Show description for d270bb5
ericsnowcurrently
authored
d270bb5
View commit details
Copy full SHA for d270bb5
View code at this point
Browse repository at this point
Commits on Apr 29, 2025
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Show description for 96a7fb9
ericsnowcurrently
authored
96a7fb9
View commit details
Copy full SHA for 96a7fb9
View code at this point
Browse repository at this point
Commits on Mar 28, 2025
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
iritkatriel
authored
2c8f329
View commit details
Copy full SHA for 2c8f329
View code at this point
Browse repository at this point
Commits on Dec 19, 2024
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
markshannon
authored
d2f1d91
View commit details
Copy full SHA for d2f1d91
View code at this point
Browse repository at this point
Commits on Oct 29, 2024
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Show description for faa3272
markshannon
authored
faa3272
View commit details
Copy full SHA for faa3272
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
gh-119180: PEP 649 compiler changes (#119361)
JelleZijlstra
authored
9b8611e
View commit details
Copy full SHA for 9b8611e
View code at this point
Browse repository at this point
Commits on May 22, 2024
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Show description for 98e855f
JelleZijlstra
and
iritkatriel
authored
98e855f
View commit details
Copy full SHA for 98e855f
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 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 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
Commits on Aug 21, 2023
gh-108216: Cleanup #include in internal header files (#108228)
Show description for 0dd3fc2
vstinner
authored
0dd3fc2
View commit details
Copy full SHA for 0dd3fc2
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
Commits on Jun 8, 2023
GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)
Show description for e830289
markshannon
authored
e830289
View commit details
Copy full SHA for e830289
View code at this point
Browse repository at this point
Commits on Jun 5, 2023
GH-105229: Replace some superinstructions with single instruction equivalent. (GH-105230)
markshannon
authored
0689340
View commit details
Copy full SHA for 0689340
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
gh-105214: Use named constants for MAKE_FUNCTION oparg (#105215)
JelleZijlstra
authored
44bb03f
View commit details
Copy full SHA for 44bb03f
View code at this point
Browse repository at this point
Commits on Apr 11, 2023
gh-91276: remove unused _PyOpcode_RelativeJump (#103156)
iritkatriel
authored
21bea68
View commit details
Copy full SHA for 21bea68
View code at this point
Browse repository at this point
Commits on Mar 31, 2023
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
iritkatriel
authored
80163e1
View commit details
Copy full SHA for 80163e1
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL