Files
cpython/Modules
Victor Stinner 8f437aac06 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.
2014-10-05 17:25:19 +02:00
..
2014-09-29 22:48:51 -04:00
2014-02-04 10:12:18 -05:00
2014-01-13 23:56:30 -05:00
2014-05-11 16:17:02 -07:00
2013-08-01 22:13:30 -07:00
2013-10-26 13:22:08 -04:00
2014-02-04 09:33:05 +01:00
2014-02-16 14:17:28 -05:00