mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-29 15:24:36 +08:00
Merge branch 'py314' of https://github.com/frenzymadness/jedi into py314
This commit is contained in:
@@ -83,6 +83,9 @@ class TestSetupReadline(unittest.TestCase):
|
||||
'_', 'O_', 'EX_', 'EFD_', 'MFD_', 'TFD_',
|
||||
'SF_', 'ST_', 'CLD_', 'POSIX_SPAWN_', 'P_',
|
||||
'RWF_', 'CLONE_', 'SCHED_', 'SPLICE_',
|
||||
# Python 3.15+ new constants
|
||||
'AT_', 'PIDFD_', 'STATX_', 'GRND_', 'XATTR_',
|
||||
'RTLD_', 'PRIO_', 'F_', 'SEEK_', 'NODEV',
|
||||
]
|
||||
difference = {
|
||||
x for x in difference
|
||||
|
||||
Reference in New Issue
Block a user