PetterS / quickjs

Thin Python wrapper of https://bellard.org/quickjs/
https://github.com/bellard/QuickJS
MIT License
177 stars 19 forks source link

Fix #69: allow JS to Python conversion of Symbol's #70

Closed qwenger closed 2 years ago

qwenger commented 2 years ago

Fix #69.

qwenger commented 2 years ago

Note: in contrast to many other constructs, the type of what Symbol() returns is not object but symbol. Nevertheless, I don't see much need for a distinction on the Python side.