You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering how you would prefer to deal with small PRs that release the GIL.
I understand that those can cause a lot of churn due to unintended consequences when considering resource utilization.
What did you do?
I opened a PR without raising a dedicated issue first. #6418
What did you expect to happen?
Given I had done some research on the history of releasing the GIL during computation, I figured that it was OK to open the pull request first.
I was hoping for some comments or feedback, but I understand that different projects have different expectations on the order that things should happen.
What are your OS, Python and Pillow versions?
OS: Linux / Windows / OSX (All really!)
Python: 3.9
Pillow: 9.2.0
Code like this, will not be able to run in parallel on different threads.
It is not a problem to open pull requests without issues.
Your PR just hasn't been reviewed yet.
I haven't reviewed it as I would like someone else with more C expertise to do so - you have mentioned 'unintended consequences', and that sounds like something I don't want to cause.
As for the other core contributors, I can only say that we are doing this in our spare time.
I'm wondering how you would prefer to deal with small PRs that release the GIL.
I understand that those can cause a lot of churn due to unintended consequences when considering resource utilization.
What did you do?
I opened a PR without raising a dedicated issue first.
#6418
What did you expect to happen?
Given I had done some research on the history of releasing the GIL during computation, I figured that it was OK to open the pull request first.
I was hoping for some comments or feedback, but I understand that different projects have different expectations on the order that things should happen.
What are your OS, Python and Pillow versions?
Code like this, will not be able to run in parallel on different threads.
The text was updated successfully, but these errors were encountered: