Limit dynamic param searches to not go crazy in a lot of occasions. Refs #574.

This commit is contained in:
Dave Halter
2016-07-17 19:49:12 +02:00
parent becbbb2e64
commit 68ff520cf8
3 changed files with 11 additions and 10 deletions

View File

@@ -219,5 +219,6 @@ cls().s
import zipfile
z = zipfile.ZipFile("foo")
#? ['upper']
# It's too slow. So we don't run it at the moment.
##? ['upper']
z.read('name').upper