Andrew M. Kuchling
|
e7031223e3
|
[Backport of rev. 42093 by neal.norwitz]
Check return result from Py_InitModule*(). This API can fail.
Probably should be backported.
|
2006-09-27 19:17:32 +00:00 |
|
Georg Brandl
|
bf1f7683ab
|
Bug #1500293: fix memory leaks in _subprocess module.
(backport from rev. 46651)
|
2006-06-04 22:15:45 +00:00 |
|
Peter Astrand
|
c1d6536d60
|
When using shell=True on Windows, don't display a shell window by default. Fixes #1057061.
|
2004-11-07 14:30:34 +00:00 |
|
Tim Peters
|
f3250b0b0b
|
Before this turns into an unreadable mess, follow PEP 7 by using
hard tab indents in C code.
|
2004-10-12 21:38:22 +00:00 |
|
Fredrik Lundh
|
5b3687df2e
|
Added Peter Astrand's subprocess module.
|
2004-10-12 15:26:28 +00:00 |
|