mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
18 isn't a prime (duh).
This commit is contained in:
parent
15b838521f
commit
3a55f950a9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def try_one(s):
|
|||
|
||||
# A pattern with prime length, to avoid simple relationships with
|
||||
# stdio buffer sizes.
|
||||
primepat = "1234567890\00\01\02\03\04\05\06\07"
|
||||
primepat = "1234567890\00\01\02\03\04\05\06"
|
||||
|
||||
nullpat = "\0" * 1000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue