blob: 6037eaf2555bf8e502cdf3f582ca0047ef3a57a6 [file] [log] [blame]
Removed the __init__ methods of _json's scanner and encoder. Misusing them
could cause memory leaks or crashes. Now scanner and encoder objects are
completely initialized in the __new__ methods.