Commit a9b5be0c authored by Benjamin Peterson's avatar Benjamin Peterson

must pass argument to get expected behavior ;)

parent bec087f2
......@@ -705,7 +705,7 @@ def cpython_only(test):
return impl_detail(cpython=True)(test)
def impl_detail(msg=None, **guards):
if check_impl_detail():
if check_impl_detail(guards):
return _id
if msg is None:
guardnames, default = _parse_guards(guards)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment