Add GetPythonThreadID and Interrupt methods in PythonEngine#1337
Conversation
9b35013 to
d075db3
Compare
December 26, 2020 16:34
|
Copying my comment from #1333:
Additional comments on the current state: The helper API to get the current thread id should be in the library and should use |
Sorry, something went wrong.
|
It would also be good if you'd just use normal commits now without force-pushing a single commit over and over, otherwise it becomes very difficult to follow your changes. We can (and will) squash this in the end. |
Sorry, something went wrong.
|
Please note that I am very unfamiliar with the codebase, so I will need more explanations from you. With regards to: |
Sorry, something went wrong.
07b9655 to
c3f7c78
Compare
December 27, 2020 07:17
|
This goes in the right direction :) Regarding 2.: Yes, that's what I meant. |
Sorry, something went wrong.
fb52aa3 to
90a08b6
Compare
December 31, 2020 09:08
ce3d6b4 to
9b18f26
Compare
January 8, 2021 07:00
…ate_SetAsyncExc calls for OS and Python version
…ic methods and assert nativeThreadID value
6bcda67 to
c455ee4
Compare
January 21, 2021 09:00
related to pythonnet#1337
should resolve this failure: https://github.com/pythonnet/pythonnet/pull/1392/checks?check_run_id=1944113649 related to pythonnet#1337
should resolve this failure: https://github.com/pythonnet/pythonnet/pull/1392/checks?check_run_id=1944113649 related to pythonnet#1337
should resolve this failure: https://github.com/pythonnet/pythonnet/pull/1392/checks?check_run_id=1944113649 related to pythonnet#1337
should resolve this failure: https://github.com/pythonnet/pythonnet/pull/1392/checks?check_run_id=1944113649 related to #1337
What does this implement/fix? Explain your changes.
Fixes #766 by adding an Interrupt method in PythonEngine class.
Checklist
Check all those that are applicable and complete.
AUTHORSCHANGELOG