Skip to content

Release 4.3.116

Choose a tag to compare

@github-actions github-actions released this 18 Jan 22:30
· 30 commits to master since this release
4473137
Implement __GetHandle for AutoCallables (#1293)

* Override getHandle for build in auto callables

* Add handle for adapter callables

* Recurse __GetHandle

* Revert "Recurse __GetHandle"

This reverts commit dc2ed5cc22b0e760086d6e4fec15f59339b00203.

* Update GC tests to avoid same thread stack clearing

clang now seems to be doing optimisations which breaks it

---------

Co-authored-by: Aidan Lee <[email protected]>