PythonMonkey icon indicating copy to clipboard operation
PythonMonkey copied to clipboard

Unexpected error in multithreading

Open Smawexi opened this issue 9 months ago • 1 comments

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

image

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

Smawexi avatar May 13 '24 15:05 Smawexi

ctx = pm.require('xxx.js')

// js code
xxxxxx
xxxxxx
function f(){other code}
module.exports = {getS: f}

Smawexi avatar May 13 '24 15:05 Smawexi

ctx = pm.require('xxx.js')

// js code
xxxxxx
xxxxxx
function f(){other code}
module.exports = {getS: f}

Smawexi avatar May 13 '24 15:05 Smawexi

We don't expect to support multi-threading in the near future

philippedistributive avatar May 16 '24 15:05 philippedistributive

We don't expect to support multi-threading in the near future

philippedistributive avatar May 16 '24 15:05 philippedistributive