New submission from Deepanshu Garg <deepanshugar...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue42612>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to