SIGN IN SIGN UP

Issue #22290: Fix error handling in the _posixsubprocess module.

* Don't call the garbage collector with an exception set: it causes an
  assertion to fail in debug mode.
* Enhance also error handling if allocating an array for the executable list
  failed.
* Add an unit test for 4 different errors in the _posixsubprocess module.
V
Victor Stinner committed
8f437aac068e13fe8418bb0374baf4395e7b4994
Parent: 340c749