Skip to content

process: fix Process object being closed early in chained calls#472

Merged
saghul merged 2 commits intomasterfrom
fix-process-gc
Apr 2, 2024
Merged

process: fix Process object being closed early in chained calls#472
saghul merged 2 commits intomasterfrom
fix-process-gc

Conversation

@saghul
Copy link
Copy Markdown
Owner

@saghul saghul commented Apr 2, 2024

Keep the object alive until the process exit callback has been closed, which is guaranteed.

Fixes: #471

saghul added 2 commits April 2, 2024 12:50
Keep the object alive until the process exit callback has been closed,
which is guaranteed.

Fixes: #471
@saghul saghul merged commit 71316cf into master Apr 2, 2024
@saghul saghul deleted the fix-process-gc branch April 2, 2024 11:25
@saghul saghul restored the fix-process-gc branch April 8, 2024 08:19
@saghul saghul deleted the fix-process-gc branch April 8, 2024 08:24
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.

Chaining calls behave differently than separete statements

1 participant