Skip to content

Use async-await on large messages test#2404

Merged
mrocklin merged 1 commit into
dask:masterfrom
mrocklin:dont-hold-onto-large-messages-test
Dec 9, 2018
Merged

Use async-await on large messages test#2404
mrocklin merged 1 commit into
dask:masterfrom
mrocklin:dont-hold-onto-large-messages-test

Conversation

@mrocklin

@mrocklin mrocklin commented Dec 9, 2018

Copy link
Copy Markdown
Member

This resolves an intermittent error. Previously the variable x would
hang around.

After tracking down the reference it seems like the generator structure
held onto a frame that held onto x sometimes. Now we use async-await
in Python 3 and this seems to go away.

This resolves an intermittent error.  Previously the variable x would
hang around.

After tracking down the reference it seems like the generator structure
held onto a frame that held onto `x` sometimes.  Now we use async-await
in Python 3 and this seems to go away.
@mrocklin mrocklin force-pushed the dont-hold-onto-large-messages-test branch from 128205d to a9cc39b Compare December 9, 2018 21:32
@mrocklin mrocklin merged commit ec48674 into dask:master Dec 9, 2018
@mrocklin mrocklin deleted the dont-hold-onto-large-messages-test branch December 9, 2018 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant