SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789)

Fix test_compile_dir_maxlevels() on Windows without long path
support: only create 3 subdirectories instead of between 20 and 100
subdirectories.

Fix also compile_dir() to use the current sys.getrecursionlimit()
value as the default maxlevels value, rather than using
sys.getrecursionlimit() value read at startup.
V
Victor Stinner committed
eb1dda2b56f67f09352c303588c28880c471ae87
Parent: 0b60f64
Committed by Petr Viktorin <encukou@gmail.com> on 10/15/2019, 9:26:13 AM