Evgenii Shubin
Evgenii Shubin
@christian-korneck thanks for your points and advice. I've tried to improve the PR according to your comment and a bit more and hope it was successful. Could you please have...
Got it. Thanks. I'll fix this.
In the last commit, I decided to stop using `defer somePyObject.DecRef()` because sometimes it caused randomly panic on my tests on a call Py_Finalize(). It happens not for each running...
Thanks a ton for your explanation and your article, and sorry for missing some important points from it. As I see now, my issue was in that I tried to...
Thank you. I'll continue working on this point-by-point. And thanks a lot for the useful links. I'm a bit confused about the 2nd point - `correctness: GIL locking`. I'm sure...
Thanks! Now, this point is clear to me.
I went through the checklist and tried to cover so many points as possible. - :heavy_check_mark: correctness: python error handling and memory management - :heavy_check_mark: correctness: correctness: GIL locking -...
Hi, @christian-korneck I've prepared the PR that includes that example. I also up to dated the example and tested it to be sure that it works well. Unfortunately, I'm not...