PythonMonkey
PythonMonkey copied to clipboard
Unexpected error in multithreading
Issue type
Bug
How did you install PythonMonkey?
Installed from pip
OS platform and distribution
Windows10
Python version (python --version
)
3.9
PythonMonkey version (pip show pythonmonkey
)
No response
Bug Description
Standalone code to reproduce the issue
No response
Relevant log output or backtrace
No response
Additional info if applicable
No response
What branch of PythonMonkey were you developing on? (If applicable)
No response
ctx = pm.require('xxx.js')
// js code
xxxxxx
xxxxxx
function f(){other code}
module.exports = {getS: f}
ctx = pm.require('xxx.js')
// js code
xxxxxx
xxxxxx
function f(){other code}
module.exports = {getS: f}
We don't expect to support multi-threading in the near future
We don't expect to support multi-threading in the near future