We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcb502 commit 6561e81Copy full SHA for 6561e81
1 file changed
Lib/test/support/__init__.py
@@ -3090,7 +3090,7 @@ def _support_remote_exec_only_impl(test):
3090
return _id
3091
3092
def support_remote_exec_only(test):
3093
- return _support_remote_exec_only_impl(test)
+ return _support_remote_exec_only_impl()(test)
3094
3095
class EqualToForwardRef:
3096
"""Helper to ease use of annotationlib.ForwardRef in tests.
0 commit comments