Skip to content

Backport on 3.13.3 Hangs #21

@pprados

Description

@pprados

I was looking to try the backports on 3.13.3 on Windows and WSL. I've tried both pypi version and main and 0.6.0.

In all cases, it just hangs after .submit()
The code never print and end.

from interpreters_backport.concurrent.futures.interpreter import InterpreterPoolExecutor

def my_func():
    return 1+2

with InterpreterPoolExecutor() as executor:
    future = executor.submit(my_func)

print(future.result())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions