Files
pyscript/pyscriptjs/tests/integration
Hood Chatham 79ad39260e Fix lifetime for pyExec results (#1540)
Currently if the result from pyExec is a PyProxy, it gets destroyed.
This switches to using `to_js` to handle this (it is better to use
than an explicit `create_proxy` since it automatically decides whether
to create a proxy or not).

I also added `destroyIfProxy` which checks if something is a `PyProxy`
and then destroys it. Each use of `pyExec` needs to call `destroyIfProxy`
on the result after it is done with it.
2023-06-15 11:51:36 -07:00
..
2023-03-27 20:56:31 +05:30
2022-08-18 16:59:07 -05:00
2023-05-24 07:59:19 -05:00
2023-06-01 22:52:23 +05:30