We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb48f9 commit a68ac28Copy full SHA for a68ac28
yajl/yajl_common.py
@@ -53,7 +53,6 @@ def get_yajl_version():
53
yajl.yajl_alloc.restype = c_void_p
54
yajl.yajl_alloc.argtypes = [c_void_p, c_void_p, c_void_p]
55
yajl.yajl_config.restype = c_int
56
-# yajl.yajl_config.argtypes = [c_void_p, c_int, ...]
57
yajl.yajl_free.argtypes = [c_void_p]
58
yajl.yajl_parse.restype = c_int
59
yajl.yajl_parse.argtypes = [c_void_p, c_char_p, c_size_t]
0 commit comments