1
0
forked from VimPlug/jedi

Ignore more items extra in Python 3.13

This commit is contained in:
Peter Law
2024-06-23 12:56:48 +01:00
parent bbbaad21e8
commit 473b35e6ec

View File

@@ -78,9 +78,9 @@ class TestSetupReadline(unittest.TestCase):
# items as well as items that are not only available on linux.
difference = set(self.complete(s)).symmetric_difference(goal)
ACCEPTED_DIFFERENCE_PREFIXES = [
'_', 'O_', 'EX_', 'MFD_',
'_', 'O_', 'EX_', 'EFD_', 'MFD_', 'TFD_',
'SF_', 'ST_', 'CLD_', 'POSIX_SPAWN_', 'P_',
'RWF_', 'CLONE_', 'SCHED_',
'RWF_', 'CLONE_', 'SCHED_', 'SPLICE_',
]
difference = {
x for x in difference