quickjs
quickjs copied to clipboard
Thin Python wrapper of https://bellard.org/quickjs/
File ~\miniconda3\Lib\site-packages\quickjs\__init__.py:6 import _quickjs I am running Spyder IDE using Python 3.9 on Windows 11.
This doesn't work: ```python import quickjs ctx = quickjs.Context() object_assign = ctx.eval("Object.assign") ctx.eval("myobject = {attr: 1}") object_assign(ctx.eval("{}"), ctx.eval("myobject")) ```
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...