must pass argument to get expected behavior ;)

This commit is contained in:
Benjamin Peterson 2009-03-26 21:11:16 +00:00
parent bec087f29d
commit a9b5be0c05

View file

@ -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)