Searched refs:_json (Results 1 – 25 of 33) sorted by relevance
12
17 import _json, weakref43 scanner = _json.make_scanner(Ctx1())
6 from _json import encode_basestring_ascii as c_encode_basestring_ascii10 from _json import encode_basestring as c_encode_basestring14 from _json import make_encoder as c_make_encoder
5 from _json import make_scanner as c_make_scanner
7 from _json import scanstring as c_scanstring
6 from _json import encode_basestring_ascii as c_encode_basestring_ascii10 from _json import make_encoder as c_make_encoder
9 from _json import scanstring as c_scanstring
82 self._json = json
74 import json as _json namespace293 s=_compat.as_bytes(_json.dumps(751 call_def.children_inputs_mappings = _json.loads(
324 "py2-c-module-_json",672 name: "py2-c-module-_json",675 "Modules/_json.c",
83 Fixed crashes in _json functions called with arguments of inappropriate
127 Fix an assertion failure in `json`, in case `_json.make_encoder()` received
473 Removed the __init__ methods of _json's scanner and encoder. Misusing them
540 Removed the __init__ methods of _json's scanner and encoder. Misusing them
172 Fix an assertion failure in `json`, in case `_json.make_encoder()` received
825 Fixed possible integer overflow in _json.encode_basestring_ascii.
2775 Removed the __init__ methods of _json's scanner and encoder. Misusing them
298 self._json = json
355 Strengthen resistance of ``_json.encode_basestring_ascii()`` to integer590 Fixed possible integer overflow in _json.encode_basestring_ascii.
503 Fix json.loads('{}') to return a dict (instead of a list), when _json is not
995 Removed the __init__ methods of _json's scanner and encoder. Misusing them
294 .. _json-to-py-table:652 .. _json-commandline:
152 SOURCE=..\..\Modules\_json.c
288 .. _json-to-py-table:
458 - Issue #24683: Fixed crashes in _json functions called with arguments of1016 _json.encode_basestring_ascii.9785 _json is not available.