Prevent update handling task pointers from being garbage collected, backport of #1328 (#1331)

* Preserve update handling task pointers, backport of #1328

* Changelog

* Typing improvements
This commit is contained in:
Sergey Akentev 2023-10-08 18:13:06 +03:00 committed by GitHub
parent f681afb879
commit cad42580dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 4 deletions

1
CHANGES/1331.misc Normal file
View file

@ -0,0 +1 @@
Prevent update handling task pointers from being garbage collected, backport from 2.x