mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
c86c1b88f9
commit
863ac44b74
23 changed files with 84 additions and 88 deletions
|
@ -6,9 +6,9 @@ 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'
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue