Skip to content

Commit 1b3eb74

Browse files
Restore _id() removed by the merge
support_remote_exec_only(), added in main after this branch replaced the other uses of _id() with combine(), still returns it. The merge was clean, but importing test.support failed with a NameError. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 072e56b commit 1b3eb74

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/test/support/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,9 @@ def wrapper(self):
13741374
#=======================================================================
13751375
# unittest integration.
13761376

1377+
def _id(obj):
1378+
return obj
1379+
13771380
def mark(label, value=True, /):
13781381
"""Add a label to a test method or class. Use it as a decorator.
13791382

0 commit comments

Comments
 (0)