oracle / graalpython

A Python 3 implementation built on GraalVM
Other
1.2k stars 103 forks source link

request for sys.get_asyncgen_hooks #317

Closed The-Alchemist closed 1 year ago

The-Alchemist commented 1 year ago

https://docs.python.org/3/library/sys.html#sys.get_asyncgen_hooks

I'm trying to use the Python Textual (https://github.com/textualize/textual/) library

msimacek commented 1 year ago

Hi @The-Alchemist, sys.get_asyncgen_hooks is already implemented in current master branch. You can get snapshot builds here. Please note that async support is still work in progress.

The-Alchemist commented 1 year ago

Thanks so much, @msimacek !