Skip to content

In python 3.11 async.run() always tries to convert repr of the result of a coroutine as integer while fetching sigint handler. This makes the test materialize the whole tensor in memory. This changes the test co-routine to return nothing to avoid triggering this bug. #43094

In python 3.11 async.run() always tries to convert repr of the result of a coroutine as integer while fetching sigint handler. This makes the test materialize the whole tensor in memory. This changes the test co-routine to return nothing to avoid triggering this bug.

In python 3.11 async.run() always tries to convert repr of the result of a coroutine as integer while fetching sigint handler. This makes the test materialize the whole tensor in memory. This changes the test co-routine to return nothing to avoid triggering this bug. #43094

Triggered via pull request November 30, 2023 19:59
Status Success
Total duration 5m 31s
Artifacts

ci-build.yaml

on: pull_request
lint_and_typecheck
1m 9s
lint_and_typecheck
Matrix: build
Matrix: Documentation - test code snippets
Matrix: Documentation - render documentation
Fit to window
Zoom out
Zoom in