Skip to content

Commit 1321433

Browse files
author
rocky
committed
More Rust magics
1 parent d87ac8f commit 1321433

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xdis/magics.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
12641, # RustPython 3.12
4747
12897, # RustPython 3.12
4848
13413, # RustPython 3.13
49+
24881, # RustPython 3.13
4950
)
5051

5152

@@ -628,7 +629,8 @@ def __by_version(magic_versions: Dict[bytes, str]) -> dict:
628629

629630
add_magic_from_int(12641, "3.12.0a.rust") # RustPython 3.12.0
630631
add_magic_from_int(12897, "3.13.0b.rust") # RustPython 3.12.0
631-
add_magic_from_int(13413, "3.13.0.rust") # RustPython 3.13.0
632+
add_magic_from_int(13413, "3.13.0a.rust") # RustPython 3.13.0
633+
add_magic_from_int(24881, "3.13.0b.rust") # RustPython 3.13.0
632634

633635
# Graal uses JVM bytecode, not Python bytecode
634636
add_magic_from_int(21150, "3.8.5Graal")

0 commit comments

Comments
 (0)