mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem.
This commit is contained in:
parent
77d0717fb3
commit
1695bcb848
2 changed files with 1 additions and 6 deletions
|
@ -107,5 +107,4 @@ def test_module_with_large_stack(module):
|
|||
if os.path.exists(fname):
|
||||
os.unlink(fname)
|
||||
|
||||
if sys.platform != 'mac':
|
||||
test_module_with_large_stack('longlist')
|
||||
test_module_with_large_stack('longlist')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue