FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/assemble.c - 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.5k
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
Python
assemble.c
on
3.14
User selector
Datepicker
Commit history
Commits on Jun 9, 2026
[3.14] gh-151112: Fix double free in `assemble_init` when out of memory (GH-151142) (#151206)
Show description for 24cb16e
miss-islington
and
StanFromIreland
authored
24cb16e
View commit details
Copy full SHA for 24cb16e
View code at this point
Browse repository at this point
Commits on Apr 29, 2025
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Show description for 219d8d2
ericsnowcurrently
authored
219d8d2
View commit details
Copy full SHA for 219d8d2
View code at this point
Browse repository at this point
Commits on Apr 7, 2025
gh-130775: Allow negative locations in `ast` (#130795)
Show description for bc5233b
sobolevn
and
vstinner
authored
bc5233b
View commit details
Copy full SHA for bc5233b
View code at this point
Browse repository at this point
Commits on Apr 4, 2025
gh-128632: fix segfault on nested __classdict__ type param (#128744)
tom-pytel
authored
891c61c
View commit details
Copy full SHA for 891c61c
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
GH-123044: Give the `POP_TOP` after a case test a location in the body, not the pattern. (GH-130627)
markshannon
authored
be046ee
View commit details
Copy full SHA for be046ee
View code at this point
Browse repository at this point
Commits on Mar 7, 2025
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Show description for 89df62c
markshannon
authored
89df62c
View commit details
Copy full SHA for 89df62c
View code at this point
Browse repository at this point
Commits on Mar 3, 2025
docs: internal notes have moved, correct references (#130762)
nedbat
authored
efbc592
View commit details
Copy full SHA for efbc592
View code at this point
Browse repository at this point
Commits on Feb 28, 2025
Postpone <stdbool.h> inclusion after Python.h (#130641)
Show description for 830f04b
chouquette
authored
830f04b
View commit details
Copy full SHA for 830f04b
View code at this point
Browse repository at this point
Commits on Jun 27, 2024
gh-121040: Use __attribute__((fallthrough)) (#121044)
Show description for 12af8ec
vstinner
and
sobolevn
authored
12af8ec
View commit details
Copy full SHA for 12af8ec
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 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 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-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
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 1, 2023
gh-106149: move unconditional jump direction resolution from optimizer to assembler (#106291)
iritkatriel
authored
200f255
View commit details
Copy full SHA for 200f255
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 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 11, 2023
gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)
iritkatriel
authored
58f5227
View commit details
Copy full SHA for 58f5227
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
gh-87092: avoid gcc warning on uninitialized struct field in assemble… (gh-105243)
Show description for 2f5c1ae
corona10
authored
2f5c1ae
View commit details
Copy full SHA for 2f5c1ae
View code at this point
Browse repository at this point
Commits on Jun 1, 2023
remove unused #includes of pycore_pymem.h (#105166)
iritkatriel
authored
76b9c0c
View commit details
Copy full SHA for 76b9c0c
View code at this point
Browse repository at this point
Commits on May 14, 2023
gh-87092: avoid gcc warning on uninitialized struct field in assemble.c (#104460)
corona10
authored
178153c
View commit details
Copy full SHA for 178153c
View code at this point
Browse repository at this point
Commits on May 9, 2023
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Show description for c3b595e
authored
c3b595e
View commit details
Copy full SHA for c3b595e
View code at this point
Browse repository at this point
Commits on Apr 29, 2023
gh-87092: change assembler to use instruction sequence instead of CFG (#103933)
iritkatriel
authored
fbf3596
View commit details
Copy full SHA for fbf3596
View code at this point
Browse repository at this point
Commits on Apr 11, 2023
gh-87092: move assembler related code from compile.c to assemble.c (#103277)
iritkatriel
authored
33822d0
View commit details
Copy full SHA for 33822d0
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL