mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.14] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164) (GH-139168)
gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164)
(cherry picked from commit d06113c7a7)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This commit is contained in:
parent
a69bdab541
commit
08bea299bf
3 changed files with 19 additions and 9 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fix crash when calling :func:`concurrent.interpreters.create` when the
|
||||
process is out of memory.
|
||||
Loading…
Add table
Add a link
Reference in a new issue