We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32ba54 commit 1713631Copy full SHA for 1713631
graalpython/lib-python/3/test/test___all__.py
@@ -71,6 +71,8 @@ def test_all(self):
71
blacklist = set([
72
# Will raise a SyntaxError when compiling the exec statement
73
'__future__',
74
+ # XXX Graalpython change: we don't have shared memory, so that module is missing SharedMemoryManager
75
+ 'multiprocessing.managers',
76
])
77
78
if not sys.platform.startswith('java'):
0 commit comments