Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Unpatch support/__init__.py
  • Loading branch information
ShaharNaveh committed Sep 17, 2025
commit aa02f02acac177b63c26c6859d6463022c40bafe
2 changes: 1 addition & 1 deletion Lib/test/support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import dataclasses
import functools
import logging
# import _opcode # TODO: RUSTPYTHON
import _opcode
import os
import re
import stat
Expand Down
Loading