[New-bugs-announce] [issue42612] Software Designer

Deepanshu Garg report at bugs.python.org
Thu Dec 10 02:20:03 EST 2020


New submission from Deepanshu Garg <deepanshugarg09 at gmail.com>:

I am calling and executing python script from C++ code using "PyRun_SimpleFile". This API is being called from windows thread and every thread intializes and finalizes the python interpreter. However, it works fine for single thread but if intiate a request immideatly after first returned the results, it does not work.

I ttried using PyGILState_STATE as well but it caused me access violation issue and application crashed

----------
components: C API
messages: 382816
nosy: deepanshugarg09
priority: normal
severity: normal
status: open
title: Software Designer
type: crash
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42612>
_______________________________________


More information about the New-bugs-announce mailing list