Home | History | Annotate | Download | only in Python

Lines Matching refs:REASONABLE_FILE_LIMIT

1526 /* REASONABLE_FILE_LIMIT is by defn something big enough for Tkinter.pyc. */
1527 #define REASONABLE_FILE_LIMIT (1L << 18)
1530 if (filesize > 0 && filesize <= REASONABLE_FILE_LIMIT) {
1541 * REASONABLE_FILE_LIMIT or malloc failed -- read a byte at a time.
1545 #undef REASONABLE_FILE_LIMIT