[issue43551] [subinterpreters] Fix PyImport_Import() for subinterpreters

2021-03-22 Thread STINNER Victor
STINNER Victor added the comment: See bpo-43592: test_importlib: test_multiprocessing_pool_circular_import() fails with "Too many open files" error on os.pipe(). -- ___ Python tracker __

[issue43551] [subinterpreters] Fix PyImport_Import() for subinterpreters

2021-03-22 Thread STINNER Victor
Change by STINNER Victor : -- components: +Subinterpreters resolution: -> fixed stage: patch review -> resolved status: open -> closed title: [Subinterpreters]: PyImport_Import use static silly_list under building Python with --with-experimental-isolated-subinterpreters share silly_li