Staging
v0.8.1
Revision 504939fdf4ebdff47aacfab7876754edeb57bbe1 authored by Victor Stinner on 11 August 2017, 15:14:31 UTC, committed by GitHub on 11 August 2017, 15:14:31 UTC
test_subprocess now also calls reap_children() in tearDown(), not
only on setUp().
(cherry picked from commit cc42c121eb5346f673247f95dac575aadb77d66c)
1 parent 4dea065
Raw File
struct.py
from _struct import *
from _struct import _clearcache
from _struct import __doc__
back to top