| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
Sorry, something went wrong.
|
GH-151180 is a backport of this pull request to the 3.15 branch. |
Sorry, something went wrong.
|
GH-151181 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
|
GH-151182 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
|
I am not sure this caused crash. At least not in the first case. But adding PyErr_NoMemory() was correct. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This place misses it:
cpython/Modules/_winapi.c
Lines 1196 to 1198 in 9fdbade
It is used as:
It would be rather strange to swallow MemoryError here.
Before that we allow KeyError to pass silently and return early if this code path should not be taken:
All other error paths in the same function set exceptions, except this if:
cpython/Modules/_winapi.c
Lines 1278 to 1282 in 9fdbade
Later this NULL is returned from _winapi.CreateProcess without an exception set.