Skip to content

legaldatacenterΒ #128959

@CurtMarker19573

Description

@CurtMarker19573

Crash report

What happened?

# Add a code block here, if required

import time
import ipyparallel as ipp

task_durations = [1] * 25

request a cluster

with ipp.Cluster() as rc:
# get a view on the cluster
view = rc.load_balanced_view()
# submit the tasks
asyncresult = view.map_async( time.sleep, task_durations)
# wait interactively for results
asyncresult.wait_interactive()
# retrieve actual results
result = asyncresult.get()

CPython versions tested on:

3.13

Operating systems tested on:

No response

Output from running 'python -VV' on the command line:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-crashA hard crash of the interpreter, possibly with a core dump

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions