Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem.

This commit is contained in:
Jack Jansen 2002-07-08 10:07:25 +00:00
parent 77d0717fb3
commit 1695bcb848
2 changed files with 1 additions and 6 deletions

View file

@ -5,10 +5,6 @@ from test_support import TestFailed, TestSkipped
REPS = 65580
if sys.platform == 'mac':
import gestalt
if gestalt.gestalt('sysv') > 0x9ff:
raise TestSkipped, 'Triggers pathological malloc slowdown on OSX MacPython'
if sys.platform == "os2emx":
raise TestFailed, "OS/2+EMX port has malloc problems with long expressions"
else: