PythonMonkey
PythonMonkey copied to clipboard
A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
### Issue type Bug ### How did you install PythonMonkey? Installed from pip ### OS platform and distribution macOS 15.1.1 ### Python version (`python --version`) Python 3.13.1 ### PythonMonkey version...
### Issue type Bug ### How did you install PythonMonkey? Installed from pip ### OS platform and distribution Windows 10 ### Python version (`python --version`) 3.12.7 ### PythonMonkey version (`pip...
### Issue type Bug ### How did you install PythonMonkey? Installed from pip ### OS platform and distribution Linux Ubuntu 22.04 ### Python version (`python --version`) 3.11 ### PythonMonkey version...
### Issue type Build/Install ### How did you install PythonMonkey? Installed from pip ### OS platform and distribution Linux VM-12-7-opencloudos 5.4.119-20.0009.32 #1 SMP Thu Jun 6 16:59:39 CST 2024 x86_64...
```diff index b0cfb09..9c25651 100644 --- a/src/modules/pythonmonkey/pythonmonkey.cc +++ b/src/modules/pythonmonkey/pythonmonkey.cc @@ -460,14 +460,26 @@ static PyObject *eval(PyObject *self, PyObject *args) { JS::RootedScript script(GLOBAL_CX); JS::Rooted rval(GLOBAL_CX); if (code) { - JS::SourceText source; -...
### Describe your feature request here. staticx: Unsupported PyInstaller input One or more libraries included in the PyInstaller archive uses unsupported RPATH/RUNPATH tags: /tmp/staticx-pyi-y11be467/pythonmonkey/pythonmonkey.so: DT_RUNPATH='$ORIGIN' See https://github.com/JonathonReinhart/staticx/issues/188 ### Code example...
### Describe your feature request here. Attempting to call an instance of a class with a `__call__` method within JS produces the following error: ``` TypeError: [object name] is not...
### Issue type Bug ### How did you install PythonMonkey? Installed from pip ### OS platform and distribution Linux Mint 22 x86_64 ### Python version (`python --version`) 3.12.2 ### PythonMonkey...
### Issue type Documentation Bug / Error ### How did you install PythonMonkey? Installed from pip ### OS platform and distribution Centos 7.9 ### Python version (`python --version`) 3.10 ###...