issues
search
MatthieuDartiailh
/
bytecode
Python module to modify bytecode
https://bytecode.readthedocs.io/
MIT License
302
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
build(deps): bump sigstore/gh-action-sigstore-python from 2.1.0 to 3.0.0
#152
dependabot[bot]
opened
5 days ago
0
Modify Existing bytecode
#151
PythonLinks
opened
6 days ago
2
Hard to find Information about this Module
#150
PythonLinks
opened
6 days ago
1
Ci/improve code collection
#149
MatthieuDartiailh
closed
1 week ago
2
ci: fix linting
#148
P403n1x87
closed
1 week ago
4
fix(cfg): ensure correct TryBegin management
#147
P403n1x87
closed
1 week ago
10
Add support for Python 3.13
#146
MatthieuDartiailh
closed
1 week ago
32
fix: handle small try blocks
#145
P403n1x87
closed
5 months ago
1
Cannot decompile code with empty try block
#144
P403n1x87
closed
5 months ago
1
ci: improve code round-tripping
#143
P403n1x87
closed
1 week ago
11
Fix the document for python3.12
#142
colinxu2020
closed
9 months ago
1
Ruff fixes
#141
MatthieuDartiailh
closed
9 months ago
0
build(deps): bump codecov/codecov-action from 3 to 4
#140
dependabot[bot]
closed
9 months ago
0
Can't call function with no arguments (py312)
#139
0x32767
closed
10 months ago
2
build(deps): bump actions/upload-artifact from 3 to 4
#138
dependabot[bot]
closed
10 months ago
0
build(deps): bump actions/download-artifact from 3 to 4
#137
dependabot[bot]
closed
10 months ago
0
build(deps): bump actions/setup-python from 4 to 5
#136
dependabot[bot]
closed
11 months ago
1
Running pytest segfaults with Python 3.12 on armhf
#135
juliangilbey
opened
11 months ago
11
Use ruff for linting and formatting
#134
MatthieuDartiailh
closed
11 months ago
1
Forbid pseudo opcode
#133
MatthieuDartiailh
closed
1 year ago
1
Fix encoding of 0 in varint
#132
MatthieuDartiailh
closed
1 year ago
2
Fix spelling of INTRINSIC
#131
juliangilbey
closed
1 year ago
4
`_encode_varint` cannot handle 0
#130
P403n1x87
closed
1 year ago
1
chore: handle LOAD_METHOD opcode in CPython 3.12
#129
P403n1x87
closed
1 year ago
4
`LOAD_METHOD` is still a valid opname but doesn't seem to be fully supported
#128
P403n1x87
closed
1 year ago
1
`ValueError: ('TryBegin target must a BasicBlock, got %s', 'Label')` when using `Label` with `TryBegin`
#127
P403n1x87
opened
1 year ago
14
build(deps): bump actions/checkout from 3 to 4
#126
dependabot[bot]
closed
1 year ago
1
Possible "hysteresis" in bytecode recompilation with 3.12
#125
P403n1x87
opened
1 year ago
7
docs: fix link to dead-bytecode
#124
P403n1x87
closed
1 year ago
0
read .pyc
#123
Majingnan36
closed
1 year ago
3
Python 3.12 support
#122
MatthieuDartiailh
closed
1 year ago
5
Update byteplay_codetransformer.rst
#121
jmikedupont2
closed
1 year ago
0
Allow fusing TryBegin with an unknown stack size when converting from CFG to bytecode
#120
MatthieuDartiailh
closed
1 year ago
1
Fix for #118
#119
MatthieuDartiailh
closed
1 year ago
9
except Exception as e fails on Python 3.11
#118
bburan
closed
1 year ago
1
Fix for extended_arg NOPs
#117
EmmaJaneBonestell
closed
1 year ago
3
EXTENDED_ARG + NOP Error
#116
EmmaJaneBonestell
closed
1 year ago
3
doc: Fix path to local module
#115
jspricke
closed
1 year ago
1
build(deps): bump actions/checkout from 2 to 3
#114
dependabot[bot]
closed
1 year ago
0
build(deps): bump codecov/codecov-action from 2 to 3
#113
dependabot[bot]
closed
1 year ago
0
build(deps): bump actions/upload-artifact from 2 to 3
#112
dependabot[bot]
closed
1 year ago
0
build(deps): bump actions/download-artifact from 2 to 3
#111
dependabot[bot]
closed
1 year ago
0
Release automation
#110
MatthieuDartiailh
closed
1 year ago
0
ci: add boto3 framework tests
#109
P403n1x87
closed
1 year ago
9
Correctly ignore ellipses in overloads
#108
SaladDais
closed
2 years ago
0
Add support for Python 3.11
#107
MatthieuDartiailh
closed
1 year ago
46
Add missing stack effect special cases
#106
MatthieuDartiailh
closed
2 years ago
3
Add type annotations
#105
MatthieuDartiailh
closed
2 years ago
2
Setup and CI fixes
#104
MatthieuDartiailh
closed
2 years ago
1
Python 3.11 support
#103
fabioz
closed
1 year ago
5
Next