[issue42612] Software Designer

2020-12-12 Thread Carol Willing
Carol Willing added the comment: Hi @Deepanshu. I'm sorry that you are having difficulty with your script. While we wish to be helpful, it's difficult to troubleshoot whether this is a program issue or a CPython bug. I recommend asking on Stack Overflow or the Python Discourse Users channel

[issue42612] Software Designer

2020-12-12 Thread Josh Rosenberg
Josh Rosenberg added the comment: A rough description is not sufficient. If you have code that reproduces the problem, post the reproducer so we can check, but odds are you've got a bug in your code. -- nosy: +josh.r status: open -> pending ___ Py

[issue42612] Software Designer

2020-12-10 Thread hai shi
hai shi added the comment: Hi, Thanks for your report, Deepanshu. Can you upload your code in here? Adding victor in this bpo, MAYBE he can give some suggestions about it. -- nosy: +shihai1991, vstinner ___ Python tracker

[issue42612] Software Designer

2020-12-09 Thread Deepanshu Garg
New submission from Deepanshu Garg : 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 reques