mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
must pass argument to get expected behavior ;)
This commit is contained in:
parent
bec087f29d
commit
a9b5be0c05
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue