mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed
This commit is contained in:
parent
6b4953fd3d
commit
421c1319ad
4 changed files with 2 additions and 22 deletions
|
@ -123,7 +123,6 @@ option '-uall,-bsddb'.
|
|||
|
||||
import os
|
||||
import sys
|
||||
import signal
|
||||
import getopt
|
||||
import random
|
||||
import warnings
|
||||
|
@ -290,12 +289,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False, generate=False,
|
|||
if single and fromfile:
|
||||
usage(2, "-s and -f don't go together!")
|
||||
|
||||
def handle_signal(*args):
|
||||
raise RuntimeError('signal received %s' % args)
|
||||
|
||||
# Provide a traceback if we are terminated.
|
||||
signal.signal(signal.SIGTERM, handle_signal)
|
||||
|
||||
good = []
|
||||
bad = []
|
||||
skipped = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue