summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-08-18 18:46:23 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-08-18 18:46:23 (GMT)
commitb47ea9a6fef77a472665d21d04904f754dc7d55f (patch)
tree3172d7546b36db6a43e9e1591de354732f0d428a /Python/ceval.c
parent05d79e9abfac38878298e4381c9166e58488664a (diff)
downloadcpython-b47ea9a6fef77a472665d21d04904f754dc7d55f.zip
cpython-b47ea9a6fef77a472665d21d04904f754dc7d55f.tar.gz
cpython-b47ea9a6fef77a472665d21d04904f754dc7d55f.tar.bz2
Issue #15615: Add some tests for the json module's handling of invalid input data.
Patch by Kushal Das.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions
an class="hl opt">,1,0,83,40, 2,0,0,0,115,14,0,0,0,72,101,108,108,111,32,119, 111,114,108,100,46,46,46,78,40,0,0,0,0,40,0,0, 0,0,40,0,0,0,0,40,0,0,0,0,115,8,0,0, 0,104,101,108,108,111,46,112,121,115,1,0,0,0,63,1, 0,0,0,115,0,0,0,0, }; #define SIZE (int)sizeof(M___hello__) static struct _frozen _PyImport_FrozenModules[] = { /* Test module */ {"__hello__", M___hello__, SIZE}, /* Test package (negative size indicates package-ness) */ {"__phello__", M___hello__, -SIZE}, {"__phello__.spam", M___hello__, SIZE}, {0, 0, 0} /* sentinel */ }; /* Embedding apps may change this pointer to point to their favorite collection of frozen modules: */ struct _frozen *PyImport_FrozenModules = _PyImport_FrozenModules;