MAX_EXPANSION     291 third_party/simplejson/_speedups.c     max_output_size = 2 + (input_chars * MAX_EXPANSION);
MAX_EXPANSION     307 third_party/simplejson/_speedups.c         if (output_size - chars < (1 + MAX_EXPANSION)) {