pycdc-git
No description set
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:ahmedmoselhi2/pycdc-git && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000574 574 Bytes | |
_service:recompress:tar_scm:pycdc-1.0.0~git2024021 |
0000171516 167 KB | |
_service:set_version:pycdc-git.spec | 0000001683 1.64 KB | |
_service:tar_scm:_servicedata | 0000000231 231 Bytes | |
_service:tar_scm:pycdc-git.changes | 0000002698 2.63 KB | |
_servicedata | 0000000231 231 Bytes | |
pycdc-git.changes | 0000002517 2.46 KB | |
pycdc-git.spec | 0000001683 1.64 KB |
Revision 11 (latest revision is 13)
ahmed moselhi (ahmedmoselhi2)
committed
(revision 11)
- Update to version 1.0.0~git20240214.0a50980: * Add test case for #437 * COMPARE_OP operand changes in 3.12 * Ensure there is always space after the opcode (some opcode names are longer than 30 characters now) * Convert opcode maps to C++ source with macros. * Remove PythonBytecode.txt. * Add version and parameter info to bytecode_ops.inl * Also show the first line when using --pycode-extra * Move LOAD_SUPER_ATTR cases closer to other name cases * Refactor disassembly operand formatting to remove single-use functions. * Add basic support for some Instrumented opcodes which should match their non-instrumented versions. * Correctly decode operand types for many newer opcodes in disassembly * Fix a couple of incorrect instructions in Python 3.1 * Fix some incorrect opcode tables from Python 1.0-1.4 * Remove unused python_NN_unmap() functions * Add missing ACCESS_MODE opcode from Python 1.0-1.4 * Refactor bc_next to more clearly split pre- and post-3.6 behavior * Fix CMP0148 warning in CMakeLists.txt (#400) * fix #396 Unsupported Node type: 27 (#397) * Clarify prefix check on interned string type * Simplify PycDict key/value storage a bit * Remove unnecessary sequence interface on PycDict * Add basic bytecode and disassembly support for Python 3.12 * Add `GEN_START` support (#392) * Fix the pointer's behavior on getting buffer * Move comment closer to where it applies, plus some formatting consistency * Fix LOAD_GLOBAL_A operand printing for versions prior to 3.11 * Added support for opcodes: (in DESC) * Move cmake_minimum_required to the top of CMakeLists, so it correctly affects everything else below it * Added extra rules for operator precedence
Comments 0