Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unnecessary cpython_only
  • Loading branch information
key262yek committed Mar 16, 2025
commit cca1b442c873b673aefc24ebefd67431025d3679
1 change: 0 additions & 1 deletion Lib/test/test_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ def __delattr__(self, *args):
del testme.cardinal
self.assertCallStack([('__delattr__', (testme, "cardinal"))])

@cpython_only
def testHasAttrString(self):
import sys
from test.support import import_helper
Expand Down
Loading