/Users/jaredcasey/GIT/couchbase/clients/python/couchbase-python-client/couchbase_core/supportability.py:43: UserWarning: 'CBCollection.get_multi' is a volatile API call that is still in flux and may likely be changed. It may also be an inherently private API call that may be exposed, but "YMMV" (your mileage may vary) principles apply. warnings.warn(message % "'{}'".format(func_name)) Retrieved 1000 docs ================================================================= ==42557==ERROR: LeakSanitizer: detected memory leaks Direct leak of 589856 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c6b2a in PyDict_SetDefault+0x1ba (python:x86_64+0x100051b2a) #5 0x10f0f741d in PyUnicode_InternInPlace+0x8d (python:x86_64+0x10008241d) #6 0x10f18d31b in r_object+0xddb (python:x86_64+0x10011831b) #7 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #8 0x10f18dc41 in r_object+0x1701 (python:x86_64+0x100118c41) #9 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #10 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #11 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #12 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #13 0x10f18f2e3 in marshal_loads+0xc3 (python:x86_64+0x10011a2e3) #14 0x10f098872 in _PyMethodDef_RawFastCallKeywords+0x2f2 (python:x86_64+0x100023872) #15 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #16 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 575424 byte(s) in 999 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x1117f3fc0 in pycbc_dict_add_text_kv ext.c:3214 #6 0x1117c9c64 in pycbc_convert_kv_error_context callbacks.c:210 #7 0x1117ca07c in get_operation_err_info callbacks.c:276 #8 0x1117cc1bd in operation_completed_with_err_info callbacks.c:305 #9 0x1117cddfc in value_callback callbacks.c:926 #10 0x11190b5a2 in void invoke_callback(mc_packet_st const*, lcb_st*, lcb_RESPGET_*, lcb_CALLBACK_TYPE) handler.cc:359 #11 0x11190a323 in mcreq_dispatch_response handler.cc:1058 #12 0x11191fb2c in lcb::Server::try_read(lcbio_CTX*, rdb_IOROPE*) mcserver.cc #13 0x11192198d in on_read(lcbio_CTX*, unsigned int) mcserver.cc:628 #14 0x1118e4dde in E_handler(int, short, void*) ctx.cc:278 #15 0x1118cf894 in run_loop plugin-select.c:309 #16 0x11196a7bd in lcb_wait wait.cc:108 #17 0x1118134e8 in pycbc_common_vars_wait oputil.c:205 #18 0x1117fc611 in get_common get.c:474 #19 0x1117fd065 in pycbc_Bucket_get_multi get.c:639 #20 0x10f09831b in _PyMethodDef_RawFastCallDict+0x20b (python:x86_64+0x10002331b) #21 0x10f09e70b in methoddescr_call+0x5b (python:x86_64+0x10002970b) #22 0x10f097cc8 in PyObject_Call+0x88 (python:x86_64+0x100022cc8) #23 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #24 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #25 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #26 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #27 0x10f097cc8 in PyObject_Call+0x88 (python:x86_64+0x100022cc8) #28 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #29 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) Direct leak of 118016 byte(s) in 49 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f161c34 in _PyEval_EvalFrameDefault+0x34d4 (python:x86_64+0x1000ecc34) #6 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #7 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #8 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #27 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #28 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #29 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) Direct leak of 38485 byte(s) in 23 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f0f77db in _PyUnicode_FromUCS1+0x12b (python:x86_64+0x1000827db) #4 0x10f18d2f6 in r_object+0xdb6 (python:x86_64+0x1001182f6) #5 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #6 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #7 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #8 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #9 0x10f18f2e3 in marshal_loads+0xc3 (python:x86_64+0x10011a2e3) #10 0x10f098872 in _PyMethodDef_RawFastCallKeywords+0x2f2 (python:x86_64+0x100023872) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 32424 byte(s) in 7 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c5bfe in dict_merge+0x36e (python:x86_64+0x100050bfe) #5 0x10f0c9cef in dict_update_common+0x7f (python:x86_64+0x100054cef) #6 0x10f0c9baf in dict_update+0xf (python:x86_64+0x100054baf) #7 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #8 0x10f09e501 in _PyMethodDescr_FastCallKeywords+0x51 (python:x86_64+0x100029501) #9 0x10f16889b in call_function+0x30b (python:x86_64+0x1000f389b) #10 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #27 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #28 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #29 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) Direct leak of 30809 byte(s) in 30 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f0f77db in _PyUnicode_FromUCS1+0x12b (python:x86_64+0x1000827db) #4 0x10f18d2f6 in r_object+0xdb6 (python:x86_64+0x1001182f6) #5 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #6 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #7 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #8 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #9 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #10 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #11 0x10f18f2e3 in marshal_loads+0xc3 (python:x86_64+0x10011a2e3) #12 0x10f098872 in _PyMethodDef_RawFastCallKeywords+0x2f2 (python:x86_64+0x100023872) #13 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #14 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 21616 byte(s) in 6 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f163d94 in _PyEval_EvalFrameDefault+0x5634 (python:x86_64+0x1000eed94) #6 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #7 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #8 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #27 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #28 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #29 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) Direct leak of 18456 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e9a23 in add_subclass+0x63 (python:x86_64+0x100074a23) #6 0x10f0e6b43 in PyType_Ready+0x1923 (python:x86_64+0x100071b43) #7 0x11216eb16 in PyInit__asyncio+0x346 (_asyncio.cpython-37m-darwin.so:x86_64+0x2b16) #8 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #9 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #10 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #11 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #12 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 18152 byte(s) in 25 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c6302 in PyDict_Copy+0x392 (python:x86_64+0x100051302) #3 0x10f0e8277 in type_new+0x5d7 (python:x86_64+0x100073277) #4 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #5 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #6 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #7 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #8 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #9 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #10 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #13 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #14 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #15 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #16 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 13680 byte(s) in 4 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c5cc2 in dict_merge+0x432 (python:x86_64+0x100050cc2) #6 0x10f0c9cef in dict_update_common+0x7f (python:x86_64+0x100054cef) #7 0x10f0c9baf in dict_update+0xf (python:x86_64+0x100054baf) #8 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #9 0x10f09e501 in _PyMethodDescr_FastCallKeywords+0x51 (python:x86_64+0x100029501) #10 0x10f16889b in call_function+0x30b (python:x86_64+0x1000f389b) #11 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #14 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #15 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #16 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #17 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 10296 byte(s) in 11 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #6 0x10f097e24 in PyCFunction_Call+0x94 (python:x86_64+0x100022e24) #7 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #10 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #11 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #12 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #13 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #14 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #15 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #16 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #17 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #21 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #22 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #23 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #24 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 9464 byte(s) in 7 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e9a23 in add_subclass+0x63 (python:x86_64+0x100074a23) #6 0x10f0e6b43 in PyType_Ready+0x1923 (python:x86_64+0x100071b43) #7 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #8 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #9 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #10 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #11 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #12 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #13 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #17 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #18 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #19 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #20 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 9248 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x10f18f93f in PyModule_AddObject+0x4f (python:x86_64+0x10011a93f) #7 0x10f18fa14 in PyModule_AddIntConstant+0x34 (python:x86_64+0x10011aa14) #8 0x10f1c41c5 in PyInit_posix+0x4d5 (python:x86_64+0x10014f1c5) #9 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #10 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #11 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #12 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 9248 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x10f18f93f in PyModule_AddObject+0x4f (python:x86_64+0x10011a93f) #7 0x1117d682a in pycbc_init_pyconstants constants.c:430 #8 0x1117e79ce in PyInit__libcouchbase ext.c:403 #9 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #10 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #11 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #12 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #13 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 6360 byte(s) in 4 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f161c34 in _PyEval_EvalFrameDefault+0x34d4 (python:x86_64+0x1000ecc34) #6 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #7 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #8 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #27 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #28 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #29 0x10f15b1b8 in builtin___import__+0x88 (python:x86_64+0x1000e61b8) Direct leak of 5616 byte(s) in 6 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #8 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #14 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #15 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #16 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #17 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 5184 byte(s) in 9 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e6d01 in PyType_Ready+0x1ae1 (python:x86_64+0x100071d01) #6 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #7 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #8 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #9 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #10 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #16 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #17 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #18 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #19 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 4799 byte(s) in 6 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f0f77db in _PyUnicode_FromUCS1+0x12b (python:x86_64+0x1000827db) #4 0x10f18d2f6 in r_object+0xdb6 (python:x86_64+0x1001182f6) #5 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #6 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #7 0x10f18f2e3 in marshal_loads+0xc3 (python:x86_64+0x10011a2e3) #8 0x10f098872 in _PyMethodDef_RawFastCallKeywords+0x2f2 (python:x86_64+0x100023872) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 4632 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c5bfe in dict_merge+0x36e (python:x86_64+0x100050bfe) #5 0x10f0c9cef in dict_update_common+0x7f (python:x86_64+0x100054cef) #6 0x10f0c9baf in dict_update+0xf (python:x86_64+0x100054baf) #7 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #8 0x10f09e501 in _PyMethodDescr_FastCallKeywords+0x51 (python:x86_64+0x100029501) #9 0x10f16889b in call_function+0x30b (python:x86_64+0x1000f389b) #10 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #24 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #25 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #26 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #27 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #28 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #29 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) Direct leak of 4632 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x1124d29e2 in PyInit__wrappers+0x32 (_wrappers.cpython-37m-darwin.so:x86_64+0x59e2) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 4632 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #6 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #7 0x10f161fb8 in _PyEval_EvalFrameDefault+0x3858 (python:x86_64+0x1000ecfb8) #8 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #9 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #10 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #11 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #12 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #16 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #17 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #18 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #19 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 4632 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c5bfe in dict_merge+0x36e (python:x86_64+0x100050bfe) #5 0x10f185a9f in PyImport_Cleanup+0x93f (python:x86_64+0x100110a9f) #6 0x10f195773 in Py_FinalizeEx+0x73 (python:x86_64+0x100120773) #7 0x10f1c00f2 in pymain_main+0x12d2 (python:x86_64+0x10014b0f2) #8 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #9 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 4608 byte(s) in 8 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #7 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #8 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #9 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #10 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #16 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #17 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #18 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #19 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 4432 byte(s) in 3 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #6 0x10f0e7853 in type_setattro+0xc3 (python:x86_64+0x100072853) #7 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #8 0x10f15cef5 in builtin_setattr+0x55 (python:x86_64+0x1000e7ef5) #9 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #10 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #11 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #15 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #16 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #17 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #18 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 3456 byte(s) in 6 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c8fc2 in _PyObjectDict_SetItem+0x2f2 (python:x86_64+0x100053fc2) #6 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #7 0x10f0e7853 in type_setattro+0xc3 (python:x86_64+0x100072853) #8 0x10f0eb012 in wrap_setattr+0x72 (python:x86_64+0x100076012) #9 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #10 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #11 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #14 0x10f098a38 in _PyObject_FastCall_Prepend+0x88 (python:x86_64+0x100023a38) #15 0x10f0eaed4 in slot_tp_setattro+0x164 (python:x86_64+0x100075ed4) #16 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #17 0x10f15cef5 in builtin_setattr+0x55 (python:x86_64+0x1000e7ef5) #18 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #19 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #20 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #24 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #25 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #26 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #27 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #28 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #29 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) Direct leak of 3456 byte(s) in 6 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c8fc2 in _PyObjectDict_SetItem+0x2f2 (python:x86_64+0x100053fc2) #6 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #7 0x10f0e7853 in type_setattro+0xc3 (python:x86_64+0x100072853) #8 0x10f0eb012 in wrap_setattr+0x72 (python:x86_64+0x100076012) #9 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #10 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #11 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #14 0x10f098a38 in _PyObject_FastCall_Prepend+0x88 (python:x86_64+0x100023a38) #15 0x10f0eaed4 in slot_tp_setattro+0x164 (python:x86_64+0x100075ed4) #16 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #17 0x10f161fb8 in _PyEval_EvalFrameDefault+0x3858 (python:x86_64+0x1000ecfb8) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #20 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #21 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #22 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #23 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #24 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #25 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #26 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #27 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) Direct leak of 3416 byte(s) in 5 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #6 0x10f0e7853 in type_setattro+0xc3 (python:x86_64+0x100072853) #7 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #8 0x10f15cef5 in builtin_setattr+0x55 (python:x86_64+0x1000e7ef5) #9 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #10 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #11 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #24 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #28 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #29 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) Direct leak of 3416 byte(s) in 5 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c6302 in PyDict_Copy+0x392 (python:x86_64+0x100051302) #3 0x10f0e8277 in type_new+0x5d7 (python:x86_64+0x100073277) #4 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #5 0x10f097e24 in PyCFunction_Call+0x94 (python:x86_64+0x100022e24) #6 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #7 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #8 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #9 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #10 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #11 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #12 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #13 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #14 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #15 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #16 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #17 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #20 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #21 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #22 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #23 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #24 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #25 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 3336 byte(s) in 3 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #7 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #8 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #9 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #10 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #16 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #17 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #18 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #19 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 3320 byte(s) in 2 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #6 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #7 0x10f15cef5 in builtin_setattr+0x55 (python:x86_64+0x1000e7ef5) #8 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #17 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #18 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #19 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #22 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #23 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #24 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #25 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #26 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #27 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) Direct leak of 3168 byte(s) in 6 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #8 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #9 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #10 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #11 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #12 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #15 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #16 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #17 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #18 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 2840 byte(s) in 4 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0f274d in type_set_abstractmethods+0x3d (python:x86_64+0x10007d74d) #6 0x10f0d5f73 in _PyObject_GenericSetAttrWithDict+0xa3 (python:x86_64+0x100060f73) #7 0x10f0e7853 in type_setattro+0xc3 (python:x86_64+0x100072853) #8 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #9 0x10f1e996b in _abc__abc_init+0x4db (python:x86_64+0x10017496b) #10 0x10f098872 in _PyMethodDef_RawFastCallKeywords+0x2f2 (python:x86_64+0x100023872) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #16 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #17 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #18 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #19 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #20 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #21 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #22 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #23 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #27 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #28 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #29 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) Direct leak of 2304 byte(s) in 4 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c6302 in PyDict_Copy+0x392 (python:x86_64+0x100051302) #3 0x10f0e8277 in type_new+0x5d7 (python:x86_64+0x100073277) #4 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #5 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #6 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #7 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #18 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #19 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #20 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #21 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #22 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #25 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #26 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #27 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #28 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #29 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f161c34 in _PyEval_EvalFrameDefault+0x34d4 (python:x86_64+0x1000ecc34) #6 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #7 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #8 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #9 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #10 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #11 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #24 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #25 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #26 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f098cb3 in _PyObject_CallFunctionVa+0x63 (python:x86_64+0x100023cb3) #29 0x10f098fba in PyObject_CallMethod+0xba (python:x86_64+0x100023fba) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #6 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #7 0x10f0d539c in PyObject_SetAttrString+0x4c (python:x86_64+0x10006039c) #8 0x10f0d31c6 in _add_methods_to_object+0x66 (python:x86_64+0x10005e1c6) #9 0x10f0d2d14 in PyModule_AddFunctions+0x94 (python:x86_64+0x10005dd14) #10 0x10f0d2be5 in _PyModule_CreateInitialized+0x165 (python:x86_64+0x10005dbe5) #11 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #12 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #13 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #14 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f160eb0 in _PyEval_EvalFrameDefault+0x2750 (python:x86_64+0x1000ebeb0) #6 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #7 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #8 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #9 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #12 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #13 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #14 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #15 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #6 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #7 0x10f0d539c in PyObject_SetAttrString+0x4c (python:x86_64+0x10006039c) #8 0x10f0d31c6 in _add_methods_to_object+0x66 (python:x86_64+0x10005e1c6) #9 0x10f0d2d14 in PyModule_AddFunctions+0x94 (python:x86_64+0x10005dd14) #10 0x10f0d2be5 in _PyModule_CreateInitialized+0x165 (python:x86_64+0x10005dbe5) #11 0x10f1e2d06 in PyInit__operator+0x16 (python:x86_64+0x10016dd06) #12 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #13 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #14 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #15 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f0d656b in _Py_ReadyTypes+0x9b (python:x86_64+0x10006156b) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c556b in PyDict_MergeFromSeq2+0x11b (python:x86_64+0x10005056b) #6 0x10f0c9d10 in dict_update_common+0xa0 (python:x86_64+0x100054d10) #7 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #8 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #9 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #10 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #13 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #14 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #15 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #16 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f0d657f in _Py_ReadyTypes+0xaf (python:x86_64+0x10006157f) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e5537 in PyType_Ready+0x317 (python:x86_64+0x100070537) #6 0x10f0d6543 in _Py_ReadyTypes+0x73 (python:x86_64+0x100061543) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x1117e7366 in PyInit__libcouchbase ext.c:367 #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x1115cc04a in PyInit__datetime+0x4a (_datetime.cpython-37m-darwin.so:x86_64+0x204a) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e5537 in PyType_Ready+0x317 (python:x86_64+0x100070537) #6 0x10f0d651b in _Py_ReadyTypes+0x4b (python:x86_64+0x10006151b) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e5537 in PyType_Ready+0x317 (python:x86_64+0x100070537) #6 0x10f0d652f in _Py_ReadyTypes+0x5f (python:x86_64+0x10006152f) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e6c39 in PyType_Ready+0x1a19 (python:x86_64+0x100071c39) #6 0x10f1e56ae in PyInit__collections+0x2e (python:x86_64+0x1001706ae) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #29 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f162169 in _PyEval_EvalFrameDefault+0x3a09 (python:x86_64+0x1000ed169) #6 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #7 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #8 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #27 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #28 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #29 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e9a23 in add_subclass+0x63 (python:x86_64+0x100074a23) #6 0x10f0e6b43 in PyType_Ready+0x1923 (python:x86_64+0x100071b43) #7 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #8 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #9 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #10 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #11 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #12 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #13 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #17 0x10f15babf in builtin_eval+0x24f (python:x86_64+0x1000e6abf) #18 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #19 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #20 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f0d66d3 in _Py_ReadyTypes+0x203 (python:x86_64+0x1000616d3) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x10f18f93f in PyModule_AddObject+0x4f (python:x86_64+0x10011a93f) #7 0x112289fd7 in PyInit__ctypes+0x4a7 (_ctypes.cpython-37m-darwin.so:x86_64+0x5fd7) #8 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #9 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #10 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #11 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #12 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #6 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #7 0x10f0d539c in PyObject_SetAttrString+0x4c (python:x86_64+0x10006039c) #8 0x10f0d31c6 in _add_methods_to_object+0x66 (python:x86_64+0x10005e1c6) #9 0x10f0d2d14 in PyModule_AddFunctions+0x94 (python:x86_64+0x10005dd14) #10 0x10f0d2be5 in _PyModule_CreateInitialized+0x165 (python:x86_64+0x10005dbe5) #11 0x1114f8fa6 in PyInit_math+0x16 (math.cpython-37m-darwin.so:x86_64+0x2fa6) #12 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #13 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #14 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #15 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #16 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f0d66bf in _Py_ReadyTypes+0x1ef (python:x86_64+0x1000616bf) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f161c34 in _PyEval_EvalFrameDefault+0x34d4 (python:x86_64+0x1000ecc34) #6 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #7 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #8 0x10f18693a in PyImport_ImportFrozenModuleObject+0x16a (python:x86_64+0x10011193a) #9 0x10f186a9b in PyImport_ImportFrozenModule+0x1b (python:x86_64+0x100111a9b) #10 0x10f1944f5 in initimport+0x25 (python:x86_64+0x10011f4f5) #11 0x10f19434b in _Py_InitializeCore_impl+0x4ab (python:x86_64+0x10011f34b) #12 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #13 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #14 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #15 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 2208 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f0d6723 in _Py_ReadyTypes+0x253 (python:x86_64+0x100061723) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 2096 byte(s) in 2 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f08d710 in PyBytes_FromStringAndSize+0x90 (python:x86_64+0x100018710) #3 0x10f18cc4e in r_object+0x70e (python:x86_64+0x100117c4e) #4 0x10f18dbfa in r_object+0x16ba (python:x86_64+0x100118bfa) #5 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #6 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #7 0x10f18f2e3 in marshal_loads+0xc3 (python:x86_64+0x10011a2e3) #8 0x10f098872 in _PyMethodDef_RawFastCallKeywords+0x2f2 (python:x86_64+0x100023872) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 1977 byte(s) in 3 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f08d710 in PyBytes_FromStringAndSize+0x90 (python:x86_64+0x100018710) #3 0x10f18cc4e in r_object+0x70e (python:x86_64+0x100117c4e) #4 0x10f18dbfa in r_object+0x16ba (python:x86_64+0x100118bfa) #5 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #6 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #7 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #8 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #9 0x10f18f2e3 in marshal_loads+0xc3 (python:x86_64+0x10011a2e3) #10 0x10f098872 in _PyMethodDef_RawFastCallKeywords+0x2f2 (python:x86_64+0x100023872) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 1728 byte(s) in 3 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e6d01 in PyType_Ready+0x1ae1 (python:x86_64+0x100071d01) #6 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #7 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #8 0x10f097e24 in PyCFunction_Call+0x94 (python:x86_64+0x100022e24) #9 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #12 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #13 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #14 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #15 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #16 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #17 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #18 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #19 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #23 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #24 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #25 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #26 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #27 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #28 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 1332 byte(s) in 2 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x10f1ea86b in PyInit_itertools+0x4b (python:x86_64+0x10017586b) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #29 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) Direct leak of 1273 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x1116ff271 in PyInit__lzma+0x591 (_lzma.cpython-37m-darwin.so:x86_64+0x1271) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 1152 byte(s) in 2 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c8fc2 in _PyObjectDict_SetItem+0x2f2 (python:x86_64+0x100053fc2) #6 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #7 0x10f0e7853 in type_setattro+0xc3 (python:x86_64+0x100072853) #8 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #9 0x10f1e96de in _abc__abc_init+0x24e (python:x86_64+0x1001746de) #10 0x10f098872 in _PyMethodDef_RawFastCallKeywords+0x2f2 (python:x86_64+0x100023872) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #16 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #17 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #18 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #19 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #20 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #21 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #22 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #23 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #27 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #28 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #29 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) Direct leak of 1152 byte(s) in 2 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c6302 in PyDict_Copy+0x392 (python:x86_64+0x100051302) #3 0x10f0e8277 in type_new+0x5d7 (python:x86_64+0x100073277) #4 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #5 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #6 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #7 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #8 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #9 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #10 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #13 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #14 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #15 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #16 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 1152 byte(s) in 2 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #7 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #8 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #9 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #10 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #16 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #17 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #18 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #19 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f0e4bdb in best_base+0x6b (python:x86_64+0x10006fbdb) #7 0x10f0e8257 in type_new+0x5b7 (python:x86_64+0x100073257) #8 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #9 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #10 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #11 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #12 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #13 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #17 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #18 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #19 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #20 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e9a23 in add_subclass+0x63 (python:x86_64+0x100074a23) #6 0x10f0e6b43 in PyType_Ready+0x1923 (python:x86_64+0x100071b43) #7 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #8 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #9 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #10 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #11 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #12 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #15 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #16 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #17 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #18 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #19 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #23 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #24 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #25 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #26 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #27 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #28 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #29 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e9a23 in add_subclass+0x63 (python:x86_64+0x100074a23) #6 0x10f0e6b43 in PyType_Ready+0x1923 (python:x86_64+0x100071b43) #7 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #8 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #9 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #10 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #11 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #12 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #15 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #16 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #17 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #18 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #19 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #20 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #21 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #22 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #25 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #26 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #27 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #28 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #29 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x11216eb52 in PyInit__asyncio+0x382 (_asyncio.cpython-37m-darwin.so:x86_64+0x2b52) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e5537 in PyType_Ready+0x317 (python:x86_64+0x100070537) #6 0x1115cc05e in PyInit__datetime+0x5e (_datetime.cpython-37m-darwin.so:x86_64+0x205e) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #6 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #7 0x10f0d539c in PyObject_SetAttrString+0x4c (python:x86_64+0x10006039c) #8 0x10f0d31c6 in _add_methods_to_object+0x66 (python:x86_64+0x10005e1c6) #9 0x10f0d2d14 in PyModule_AddFunctions+0x94 (python:x86_64+0x10005dd14) #10 0x10f0d2be5 in _PyModule_CreateInitialized+0x165 (python:x86_64+0x10005dbe5) #11 0x10f1f31c7 in PyInit_time+0x17 (python:x86_64+0x10017e1c7) #12 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #13 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #14 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #15 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e9a23 in add_subclass+0x63 (python:x86_64+0x100074a23) #6 0x10f0e6b43 in PyType_Ready+0x1923 (python:x86_64+0x100071b43) #7 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #8 0x112286e26 in PyCSimpleType_new+0x26 (_ctypes.cpython-37m-darwin.so:x86_64+0x2e26) #9 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #10 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #11 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #12 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #13 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #14 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #18 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #19 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #20 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #21 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x10f18f93f in PyModule_AddObject+0x4f (python:x86_64+0x10011a93f) #7 0x10f1ea889 in PyInit_itertools+0x69 (python:x86_64+0x100175889) #8 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #9 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f1f75da in PyInit__io+0x34a (python:x86_64+0x1001825da) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f1f7526 in PyInit__io+0x296 (python:x86_64+0x100182526) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x1115cc072 in PyInit__datetime+0x72 (_datetime.cpython-37m-darwin.so:x86_64+0x2072) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x10f0e1956 in PyStructSequence_InitType2+0x216 (python:x86_64+0x10006c956) #7 0x10f1a8702 in _PySys_BeginInit+0x9f2 (python:x86_64+0x100133702) #8 0x10f1941d5 in _Py_InitializeCore_impl+0x335 (python:x86_64+0x10011f1d5) #9 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #10 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #11 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #12 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0d67d7 in _Py_ReadyTypes+0x307 (python:x86_64+0x1000617d7) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x10f0d6773 in _Py_ReadyTypes+0x2a3 (python:x86_64+0x100061773) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e6aad in PyType_Ready+0x188d (python:x86_64+0x100071aad) #6 0x10f0d6647 in _Py_ReadyTypes+0x177 (python:x86_64+0x100061647) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e594f in PyType_Ready+0x72f (python:x86_64+0x10007094f) #6 0x10f0d6593 in _Py_ReadyTypes+0xc3 (python:x86_64+0x100061593) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0d65f7 in _Py_ReadyTypes+0x127 (python:x86_64+0x1000615f7) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x1115cc036 in PyInit__datetime+0x36 (_datetime.cpython-37m-darwin.so:x86_64+0x2036) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f0d660b in _Py_ReadyTypes+0x13b (python:x86_64+0x10006160b) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e6aad in PyType_Ready+0x188d (python:x86_64+0x100071aad) #6 0x10f0d661f in _Py_ReadyTypes+0x14f (python:x86_64+0x10006161f) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x10f0d64f3 in _Py_ReadyTypes+0x23 (python:x86_64+0x1000614f3) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x10f0d64df in _Py_ReadyTypes+0xf (python:x86_64+0x1000614df) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f0d665b in _Py_ReadyTypes+0x18b (python:x86_64+0x10006165b) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e5537 in PyType_Ready+0x317 (python:x86_64+0x100070537) #6 0x10f0d670f in _Py_ReadyTypes+0x23f (python:x86_64+0x10006170f) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f0d6737 in _Py_ReadyTypes+0x267 (python:x86_64+0x100061737) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x10f1f7562 in PyInit__io+0x2d2 (python:x86_64+0x100182562) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f1f7376 in PyInit__io+0xe6 (python:x86_64+0x100182376) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x10f1f7457 in PyInit__io+0x1c7 (python:x86_64+0x100182457) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f1f761d in PyInit__io+0x38d (python:x86_64+0x10018261d) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f1f7493 in PyInit__io+0x203 (python:x86_64+0x100182493) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e9a23 in add_subclass+0x63 (python:x86_64+0x100074a23) #6 0x10f0e6b43 in PyType_Ready+0x1923 (python:x86_64+0x100071b43) #7 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #8 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #9 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #10 0x10f098d2f in _PyObject_CallFunctionVa+0xdf (python:x86_64+0x100023d2f) #11 0x10f098c2a in PyObject_CallFunction+0x8a (python:x86_64+0x100023c2a) #12 0x10f13d21f in make_type+0xaf (python:x86_64+0x1000c821f) #13 0x10f139efa in init_types+0xe2a (python:x86_64+0x1000c4efa) #14 0x10f13d13d in PyAST_Check+0xd (python:x86_64+0x1000c813d) #15 0x10f15b645 in builtin_compile+0x175 (python:x86_64+0x1000e6645) #16 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #17 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #18 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #22 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #23 0x10f0ebd9f in slot_tp_init+0xaf (python:x86_64+0x100076d9f) #24 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #25 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #26 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #29 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e9a23 in add_subclass+0x63 (python:x86_64+0x100074a23) #6 0x10f0e6b43 in PyType_Ready+0x1923 (python:x86_64+0x100071b43) #7 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #8 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #9 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #10 0x10f098d2f in _PyObject_CallFunctionVa+0xdf (python:x86_64+0x100023d2f) #11 0x10f098c2a in PyObject_CallFunction+0x8a (python:x86_64+0x100023c2a) #12 0x10f13d21f in make_type+0xaf (python:x86_64+0x1000c821f) #13 0x10f139809 in init_types+0x739 (python:x86_64+0x1000c4809) #14 0x10f13d13d in PyAST_Check+0xd (python:x86_64+0x1000c813d) #15 0x10f15b645 in builtin_compile+0x175 (python:x86_64+0x1000e6645) #16 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #17 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #18 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #22 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #23 0x10f0ebd9f in slot_tp_init+0xaf (python:x86_64+0x100076d9f) #24 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #25 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #26 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #29 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0e188f in PyStructSequence_InitType2+0x14f (python:x86_64+0x10006c88f) #7 0x10f1c4771 in PyInit_posix+0xa81 (python:x86_64+0x10014f771) #8 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #9 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x11163cd29 in PyInit__ssl+0x19 (_ssl.cpython-37m-darwin.so:x86_64+0x2d29) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f1d1895 in PyInit__sre+0x15 (python:x86_64+0x10015c895) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #29 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) Direct leak of 1112 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x11216eb02 in PyInit__asyncio+0x332 (_asyncio.cpython-37m-darwin.so:x86_64+0x2b02) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 1089 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x111f36983 in PyInit__pickle+0x33 (_pickle.cpython-37m-darwin.so:x86_64+0x1983) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 1056 byte(s) in 2 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #8 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #9 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #10 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #11 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #12 0x10f15b1b8 in builtin___import__+0x88 (python:x86_64+0x1000e61b8) #13 0x10f097e24 in PyCFunction_Call+0x94 (python:x86_64+0x100022e24) #14 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #21 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #22 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #23 0x10f18754e in PyImport_ImportModuleLevelObject+0x7be (python:x86_64+0x10011254e) #24 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #27 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #28 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #29 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) Direct leak of 936 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #8 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #14 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #15 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #16 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #17 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 863 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x1116ff2ad in PyInit__lzma+0x5cd (_lzma.cpython-37m-darwin.so:x86_64+0x12ad) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 856 byte(s) in 1 object(s) allocated from: #0 0x10f404a45 in wrap_realloc+0xa5 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x44a45) #1 0x10f1c29b0 in _PyObject_GC_Resize+0x40 (python:x86_64+0x10014d9b0) #2 0x10f0ae072 in _PyFrame_New_NoTrack+0x122 (python:x86_64+0x100039072) #3 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #4 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #5 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #6 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #7 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #8 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #9 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #12 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #29 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) Direct leak of 856 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #7 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #8 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #9 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #24 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 856 byte(s) in 1 object(s) allocated from: #0 0x10f404a45 in wrap_realloc+0xa5 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x44a45) #1 0x10f1c29b0 in _PyObject_GC_Resize+0x40 (python:x86_64+0x10014d9b0) #2 0x10f0ae072 in _PyFrame_New_NoTrack+0x122 (python:x86_64+0x100039072) #3 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #4 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #5 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #6 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #7 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #8 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #9 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #12 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #25 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #28 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #29 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) Direct leak of 752 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #7 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #8 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #9 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #10 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #11 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #12 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #13 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #22 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #23 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #24 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #25 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #26 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #27 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) Direct leak of 718 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x10f0e6f77 in find_name_in_mro+0xc7 (python:x86_64+0x100071f77) #7 0x10f0e6e0e in _PyType_Lookup+0x6e (python:x86_64+0x100071e0e) #8 0x10f0e8f2d in type_new+0x128d (python:x86_64+0x100073f2d) #9 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #10 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #11 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #12 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #13 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #14 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #18 0x10f18693a in PyImport_ImportFrozenModuleObject+0x16a (python:x86_64+0x10011193a) #19 0x10f186a9b in PyImport_ImportFrozenModule+0x1b (python:x86_64+0x100111a9b) #20 0x10f1944f5 in initimport+0x25 (python:x86_64+0x10011f4f5) #21 0x10f19434b in _Py_InitializeCore_impl+0x4ab (python:x86_64+0x10011f34b) #22 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #23 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #24 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #25 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 688 byte(s) in 1 object(s) allocated from: #0 0x10f404a45 in wrap_realloc+0xa5 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x44a45) #1 0x10f1c29b0 in _PyObject_GC_Resize+0x40 (python:x86_64+0x10014d9b0) #2 0x10f0ae072 in _PyFrame_New_NoTrack+0x122 (python:x86_64+0x100039072) #3 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #4 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #5 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #6 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #7 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #8 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #9 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #24 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #27 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #28 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #29 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) Direct leak of 656 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d79b8 in _PyObject_Realloc+0x138 (python:x86_64+0x1000629b8) #2 0x10f1c29b0 in _PyObject_GC_Resize+0x40 (python:x86_64+0x10014d9b0) #3 0x10f0ae072 in _PyFrame_New_NoTrack+0x122 (python:x86_64+0x100039072) #4 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #5 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #10 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #11 0x10f0ea899 in slot_tp_call+0xa9 (python:x86_64+0x100075899) #12 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #13 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #14 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #21 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #22 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #23 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #24 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 648 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #7 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #8 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #9 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #10 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #11 0x10f0ebd9f in slot_tp_init+0xaf (python:x86_64+0x100076d9f) #12 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #13 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #14 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #22 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #23 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #24 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #25 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #26 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #27 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) Direct leak of 608 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #7 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #8 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #9 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #18 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #19 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #20 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #21 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 592 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f0ebd9f in slot_tp_init+0xaf (python:x86_64+0x100076d9f) #9 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #10 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #11 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #12 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #13 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #18 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #19 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #20 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #21 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 592 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #8 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #9 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #10 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #11 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #12 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #19 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #20 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #21 0x10f15b1b8 in builtin___import__+0x88 (python:x86_64+0x1000e61b8) #22 0x10f09831b in _PyMethodDef_RawFastCallDict+0x20b (python:x86_64+0x10002331b) #23 0x10f09738f in _PyObject_FastCallDict+0x10f (python:x86_64+0x10002238f) #24 0x10f098d2f in _PyObject_CallFunctionVa+0xdf (python:x86_64+0x100023d2f) #25 0x10f098c2a in PyObject_CallFunction+0x8a (python:x86_64+0x100023c2a) #26 0x10f186c30 in PyImport_Import+0x170 (python:x86_64+0x100111c30) #27 0x10f186d6b in PyImport_ImportModuleNoBlock+0x1b (python:x86_64+0x100111d6b) #28 0x10f179234 in _PyCodecRegistry_Init+0x164 (python:x86_64+0x100104234) #29 0x10f179323 in _PyCodec_Lookup+0x93 (python:x86_64+0x100104323) Direct leak of 591 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f08d710 in PyBytes_FromStringAndSize+0x90 (python:x86_64+0x100018710) #3 0x10f18cc4e in r_object+0x70e (python:x86_64+0x100117c4e) #4 0x10f18dbfa in r_object+0x16ba (python:x86_64+0x100118bfa) #5 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #6 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #7 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #8 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #9 0x10f18c47d in PyMarshal_ReadObjectFromString+0x4d (python:x86_64+0x10011747d) #10 0x10f187e3a in _imp_get_frozen_object+0x8a (python:x86_64+0x100112e3a) #11 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #12 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #13 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #29 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) Direct leak of 577 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x10f0d66fb in _Py_ReadyTypes+0x22b (python:x86_64+0x1000616fb) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x11103aec9 in PyInit__struct+0x39 (_struct.cpython-37m-darwin.so:x86_64+0x3ec9) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #6 0x10f0e7853 in type_setattro+0xc3 (python:x86_64+0x100072853) #7 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #8 0x10f161fb8 in _PyEval_EvalFrameDefault+0x3858 (python:x86_64+0x1000ecfb8) #9 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #10 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #11 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #12 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #15 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #16 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #17 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #18 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e5537 in PyType_Ready+0x317 (python:x86_64+0x100070537) #6 0x10f0d683b in _Py_ReadyTypes+0x36b (python:x86_64+0x10006183b) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c6302 in PyDict_Copy+0x392 (python:x86_64+0x100051302) #3 0x10f0e8277 in type_new+0x5d7 (python:x86_64+0x100073277) #4 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #5 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #6 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #7 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #14 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #15 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #16 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #17 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f1e11cd in PyInit__functools+0x4d (python:x86_64+0x10016c1cd) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #29 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x10f18f93f in PyModule_AddObject+0x4f (python:x86_64+0x10011a93f) #7 0x10f13589c in _PyWarnings_Init+0xdc (python:x86_64+0x1000c089c) #8 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #9 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #7 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #8 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #9 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #10 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #16 0x10f18693a in PyImport_ImportFrozenModuleObject+0x16a (python:x86_64+0x10011193a) #17 0x10f186a9b in PyImport_ImportFrozenModule+0x1b (python:x86_64+0x100111a9b) #18 0x10f1944f5 in initimport+0x25 (python:x86_64+0x10011f4f5) #19 0x10f19434b in _Py_InitializeCore_impl+0x4ab (python:x86_64+0x10011f34b) #20 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #21 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #22 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #23 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x10f0d6827 in _Py_ReadyTypes+0x357 (python:x86_64+0x100061827) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f208242 in PyInit_zipimport+0x12 (python:x86_64+0x100193242) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #29 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x11103b54f in cache_struct_converter+0xaf (_struct.cpython-37m-darwin.so:x86_64+0x454f) #6 0x10f183b3c in convertitem+0x1a0c (python:x86_64+0x10010eb3c) #7 0x10f17f421 in vgetargs1_impl+0x381 (python:x86_64+0x10010a421) #8 0x10f17ede8 in _PyArg_Parse_SizeT+0x98 (python:x86_64+0x100109de8) #9 0x11103b07b in calcsize+0x2b (_struct.cpython-37m-darwin.so:x86_64+0x407b) #10 0x10f098872 in _PyMethodDef_RawFastCallKeywords+0x2f2 (python:x86_64+0x100023872) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #20 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #21 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #22 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #23 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #24 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #25 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e9a23 in add_subclass+0x63 (python:x86_64+0x100074a23) #6 0x10f0e6b43 in PyType_Ready+0x1923 (python:x86_64+0x100071b43) #7 0x112289c2a in PyInit__ctypes+0xfa (_ctypes.cpython-37m-darwin.so:x86_64+0x5c2a) #8 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #9 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #10 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #11 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #12 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e6c39 in PyType_Ready+0x1a19 (python:x86_64+0x100071c39) #6 0x112289c2a in PyInit__ctypes+0xfa (_ctypes.cpython-37m-darwin.so:x86_64+0x5c2a) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e6c39 in PyType_Ready+0x1a19 (python:x86_64+0x100071c39) #6 0x112289c0c in PyInit__ctypes+0xdc (_ctypes.cpython-37m-darwin.so:x86_64+0x5c0c) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e5537 in PyType_Ready+0x317 (python:x86_64+0x100070537) #6 0x10f199af1 in _PyContext_Init+0x21 (python:x86_64+0x100124af1) #7 0x10f194329 in _Py_InitializeCore_impl+0x489 (python:x86_64+0x10011f329) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3276 in _PyDict_NewPresized+0x36 (python:x86_64+0x10004e276) #4 0x10f16300d in _PyEval_EvalFrameDefault+0x48ad (python:x86_64+0x1000ee00d) #5 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #6 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #7 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #8 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #26 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #27 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #28 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) #29 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e9a23 in add_subclass+0x63 (python:x86_64+0x100074a23) #6 0x10f0e6b43 in PyType_Ready+0x1923 (python:x86_64+0x100071b43) #7 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #8 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #9 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #10 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #11 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #12 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #23 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #24 0x10f0ea899 in slot_tp_call+0xa9 (python:x86_64+0x100075899) #25 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #26 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #27 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #28 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #29 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e5537 in PyType_Ready+0x317 (python:x86_64+0x100070537) #6 0x10f19c5df in _PyHamt_Init+0xf (python:x86_64+0x1001275df) #7 0x10f199adb in _PyContext_Init+0xb (python:x86_64+0x100124adb) #8 0x10f194329 in _Py_InitializeCore_impl+0x489 (python:x86_64+0x10011f329) #9 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #10 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #11 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #12 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c5bfe in dict_merge+0x36e (python:x86_64+0x100050bfe) #5 0x10f0c9d3c in dict_update_common+0xcc (python:x86_64+0x100054d3c) #6 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #7 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #8 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #9 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #12 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #13 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #14 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #15 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f0d66e7 in _Py_ReadyTypes+0x217 (python:x86_64+0x1000616e7) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x10f18f93f in PyModule_AddObject+0x4f (python:x86_64+0x10011a93f) #7 0x10f13589c in _PyWarnings_Init+0xdc (python:x86_64+0x1000c089c) #8 0x10f19431b in _Py_InitializeCore_impl+0x47b (python:x86_64+0x10011f31b) #9 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #10 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #11 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #12 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e5537 in PyType_Ready+0x317 (python:x86_64+0x100070537) #6 0x10f0d6813 in _Py_ReadyTypes+0x343 (python:x86_64+0x100061813) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e594f in PyType_Ready+0x72f (python:x86_64+0x10007094f) #6 0x10f0d6507 in _Py_ReadyTypes+0x37 (python:x86_64+0x100061507) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c8fc2 in _PyObjectDict_SetItem+0x2f2 (python:x86_64+0x100053fc2) #6 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #7 0x10f0e7853 in type_setattro+0xc3 (python:x86_64+0x100072853) #8 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #9 0x10f161fb8 in _PyEval_EvalFrameDefault+0x3858 (python:x86_64+0x1000ecfb8) #10 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #11 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #15 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #16 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #17 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #18 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0a1748 in _PyExc_Init+0x28 (python:x86_64+0x10002c748) #7 0x10f194287 in _Py_InitializeCore_impl+0x3e7 (python:x86_64+0x10011f287) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c8fc2 in _PyObjectDict_SetItem+0x2f2 (python:x86_64+0x100053fc2) #6 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #7 0x10f0e7853 in type_setattro+0xc3 (python:x86_64+0x100072853) #8 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #9 0x10f1e96de in _abc__abc_init+0x24e (python:x86_64+0x1001746de) #10 0x10f098872 in _PyMethodDef_RawFastCallKeywords+0x2f2 (python:x86_64+0x100023872) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #16 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #17 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #18 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #19 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #20 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #21 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #22 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #23 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #24 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #27 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #28 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #29 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x10f18f93f in PyModule_AddObject+0x4f (python:x86_64+0x10011a93f) #7 0x111f36a3c in PyInit__pickle+0xec (_pickle.cpython-37m-darwin.so:x86_64+0x1a3c) #8 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #9 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #10 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #11 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #12 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0e7646 in type_getattro+0x66 (python:x86_64+0x100072646) #7 0x10f1636dd in _PyEval_EvalFrameDefault+0x4f7d (python:x86_64+0x1000ee6dd) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #13 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #14 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #15 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #16 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #17 0x10f1ea24b in _abc__abc_subclasscheck+0x1fb (python:x86_64+0x10017524b) #18 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #19 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #20 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #24 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #25 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #26 0x10f0999df in PyObject_CallFunctionObjArgs+0x8f (python:x86_64+0x1000249df) #27 0x10f08374d in PyObject_IsSubclass+0x1ed (python:x86_64+0x10000e74d) #28 0x10f1e9c7f in _abc__abc_register+0x7f (python:x86_64+0x100174c7f) #29 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e6c39 in PyType_Ready+0x1a19 (python:x86_64+0x100071c39) #6 0x111f36997 in PyInit__pickle+0x47 (_pickle.cpython-37m-darwin.so:x86_64+0x1997) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e6c39 in PyType_Ready+0x1a19 (python:x86_64+0x100071c39) #6 0x111ee3492 in PyInit__json+0x42 (_json.cpython-37m-darwin.so:x86_64+0x2492) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x10f0e1913 in PyStructSequence_InitType2+0x1d3 (python:x86_64+0x10006c913) #7 0x10f1a8457 in _PySys_BeginInit+0x747 (python:x86_64+0x100133457) #8 0x10f1941d5 in _Py_InitializeCore_impl+0x335 (python:x86_64+0x10011f1d5) #9 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #10 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #11 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #12 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f0d67ff in _Py_ReadyTypes+0x32f (python:x86_64+0x1000617ff) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e9a23 in add_subclass+0x63 (python:x86_64+0x100074a23) #6 0x10f0e6b43 in PyType_Ready+0x1923 (python:x86_64+0x100071b43) #7 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #8 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #9 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #10 0x10f098d2f in _PyObject_CallFunctionVa+0xdf (python:x86_64+0x100023d2f) #11 0x10f098c2a in PyObject_CallFunction+0x8a (python:x86_64+0x100023c2a) #12 0x10f13c241 in init_types+0x3171 (python:x86_64+0x1000c7241) #13 0x10f13d13d in PyAST_Check+0xd (python:x86_64+0x1000c813d) #14 0x10f15b645 in builtin_compile+0x175 (python:x86_64+0x1000e6645) #15 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #16 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #17 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #21 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #22 0x10f0ebd9f in slot_tp_init+0xaf (python:x86_64+0x100076d9f) #23 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #24 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #25 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #28 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e9a23 in add_subclass+0x63 (python:x86_64+0x100074a23) #6 0x10f0e6b43 in PyType_Ready+0x1923 (python:x86_64+0x100071b43) #7 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #8 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #9 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #10 0x10f098d2f in _PyObject_CallFunctionVa+0xdf (python:x86_64+0x100023d2f) #11 0x10f098c2a in PyObject_CallFunction+0x8a (python:x86_64+0x100023c2a) #12 0x10f13b307 in init_types+0x2237 (python:x86_64+0x1000c6307) #13 0x10f13d13d in PyAST_Check+0xd (python:x86_64+0x1000c813d) #14 0x10f15b645 in builtin_compile+0x175 (python:x86_64+0x1000e6645) #15 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #16 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #17 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #21 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #22 0x10f0ebd9f in slot_tp_init+0xaf (python:x86_64+0x100076d9f) #23 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #24 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #25 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #28 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0e188f in PyStructSequence_InitType2+0x14f (python:x86_64+0x10006c88f) #7 0x10f1a815f in _PySys_BeginInit+0x44f (python:x86_64+0x10013315f) #8 0x10f1941d5 in _Py_InitializeCore_impl+0x335 (python:x86_64+0x10011f1d5) #9 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #10 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #11 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #12 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x11182011e in pycbc_ResultType_init result.c:174 #7 0x1117e737e in PyInit__libcouchbase ext.c:367 #8 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #9 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #10 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #11 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #12 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0d67eb in _Py_ReadyTypes+0x31b (python:x86_64+0x1000617eb) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3966 in insertdict+0x2d6 (python:x86_64+0x10004e966) #5 0x10f0c8fc2 in _PyObjectDict_SetItem+0x2f2 (python:x86_64+0x100053fc2) #6 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #7 0x10f0eb012 in wrap_setattr+0x72 (python:x86_64+0x100076012) #8 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #9 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #10 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #13 0x10f098a38 in _PyObject_FastCall_Prepend+0x88 (python:x86_64+0x100023a38) #14 0x10f0eaed4 in slot_tp_setattro+0x164 (python:x86_64+0x100075ed4) #15 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #16 0x10f161fb8 in _PyEval_EvalFrameDefault+0x3858 (python:x86_64+0x1000ecfb8) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #19 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #20 0x10f0ebd9f in slot_tp_init+0xaf (python:x86_64+0x100076d9f) #21 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #22 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #23 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #27 0x10f1e22de in bounded_lru_cache_wrapper+0xde (python:x86_64+0x10016d2de) #28 0x10f097cc8 in PyObject_Call+0x88 (python:x86_64+0x100022cc8) #29 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0e188f in PyStructSequence_InitType2+0x14f (python:x86_64+0x10006c88f) #7 0x10f0aa508 in _PyFloat_Init+0x48 (python:x86_64+0x100035508) #8 0x10f1941ab in _Py_InitializeCore_impl+0x30b (python:x86_64+0x10011f1ab) #9 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #10 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #11 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #12 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x10f0e1956 in PyStructSequence_InitType2+0x216 (python:x86_64+0x10006c956) #7 0x1117518f6 in PyInit_grp+0x46 (grp.cpython-37m-darwin.so:x86_64+0x38f6) #8 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #9 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #10 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #11 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #12 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e6c39 in PyType_Ready+0x1a19 (python:x86_64+0x100071c39) #6 0x10f0e188f in PyStructSequence_InitType2+0x14f (python:x86_64+0x10006c88f) #7 0x10f1d14fa in PyInit_pwd+0x3a (python:x86_64+0x10015c4fa) #8 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #9 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0d697b in _Py_ReadyTypes+0x4ab (python:x86_64+0x10006197b) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x11163cd65 in PyInit__ssl+0x55 (_ssl.cpython-37m-darwin.so:x86_64+0x2d65) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x11163cd3d in PyInit__ssl+0x2d (_ssl.cpython-37m-darwin.so:x86_64+0x2d3d) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x1115cc09a in PyInit__datetime+0x9a (_datetime.cpython-37m-darwin.so:x86_64+0x209a) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x10f0d67c3 in _Py_ReadyTypes+0x2f3 (python:x86_64+0x1000617c3) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x10f0e1913 in PyStructSequence_InitType2+0x1d3 (python:x86_64+0x10006c913) #7 0x10f1c48ae in PyInit_posix+0xbbe (python:x86_64+0x10014f8ae) #8 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #9 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e5537 in PyType_Ready+0x317 (python:x86_64+0x100070537) #6 0x10f0d6917 in _Py_ReadyTypes+0x447 (python:x86_64+0x100061917) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x11157b74e in PyInit_select+0x1de (select.cpython-37m-darwin.so:x86_64+0x174e) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0e188f in PyStructSequence_InitType2+0x14f (python:x86_64+0x10006c88f) #7 0x10f1f3260 in PyInit_time+0xb0 (python:x86_64+0x10017e260) #8 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #9 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x10f0e1913 in PyStructSequence_InitType2+0x1d3 (python:x86_64+0x10006c913) #7 0x10f1c486f in PyInit_posix+0xb7f (python:x86_64+0x10014f86f) #8 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #9 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x11141dd2e in PyInit__sha3+0x17e (_sha3.cpython-37m-darwin.so:x86_64+0x12d2e) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e6aad in PyType_Ready+0x188d (python:x86_64+0x100071aad) #6 0x10f0d6903 in _Py_ReadyTypes+0x433 (python:x86_64+0x100061903) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x11141dcf1 in PyInit__sha3+0x141 (_sha3.cpython-37m-darwin.so:x86_64+0x12cf1) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0e188f in PyStructSequence_InitType2+0x14f (python:x86_64+0x10006c88f) #7 0x10f1c47b6 in PyInit_posix+0xac6 (python:x86_64+0x10014f7b6) #8 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #9 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x11141dcb0 in PyInit__sha3+0x100 (_sha3.cpython-37m-darwin.so:x86_64+0x12cb0) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f1f759e in PyInit__io+0x30e (python:x86_64+0x10018259e) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x11141dc6f in PyInit__sha3+0xbf (_sha3.cpython-37m-darwin.so:x86_64+0x12c6f) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x11141dc2e in PyInit__sha3+0x7e (_sha3.cpython-37m-darwin.so:x86_64+0x12c2e) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e5537 in PyType_Ready+0x317 (python:x86_64+0x100070537) #6 0x10f0d68c7 in _Py_ReadyTypes+0x3f7 (python:x86_64+0x1000618c7) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x11141dbed in PyInit__sha3+0x3d (_sha3.cpython-37m-darwin.so:x86_64+0x12bed) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f1f74ea in PyInit__io+0x25a (python:x86_64+0x1001824ea) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e5537 in PyType_Ready+0x317 (python:x86_64+0x100070537) #6 0x10f0d6787 in _Py_ReadyTypes+0x2b7 (python:x86_64+0x100061787) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f0d688b in _Py_ReadyTypes+0x3bb (python:x86_64+0x10006188b) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x1113f9d8a in PyInit__blake2+0x26a (_blake2.cpython-37m-darwin.so:x86_64+0x2d8a) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e57bf in PyType_Ready+0x59f (python:x86_64+0x1000707bf) #6 0x1124d2a48 in PyInit__wrappers+0x98 (_wrappers.cpython-37m-darwin.so:x86_64+0x5a48) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c6302 in PyDict_Copy+0x392 (python:x86_64+0x100051302) #3 0x10f0e8277 in type_new+0x5d7 (python:x86_64+0x100073277) #4 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #5 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #6 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #7 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #18 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #19 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #20 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #21 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #22 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #25 0x10f15e703 in PyEval_EvalCodeEx+0x53 (python:x86_64+0x1000e9703) #26 0x10f15ae59 in builtin___build_class__+0x449 (python:x86_64+0x1000e5e59) #27 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #28 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #29 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0c7c06 in PyDict_SetItemString+0x96 (python:x86_64+0x100052c06) #6 0x1113f9c02 in PyInit__blake2+0xe2 (_blake2.cpython-37m-darwin.so:x86_64+0x2c02) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c6302 in PyDict_Copy+0x392 (python:x86_64+0x100051302) #3 0x10f0e8277 in type_new+0x5d7 (python:x86_64+0x100073277) #4 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #5 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #6 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #7 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #8 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #9 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #10 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #13 0x10f15babf in builtin_eval+0x24f (python:x86_64+0x1000e6abf) #14 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #15 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #16 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #17 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0d6015 in _PyObject_GenericSetAttrWithDict+0x145 (python:x86_64+0x100061015) #6 0x10f0d543c in PyObject_SetAttr+0x6c (python:x86_64+0x10006043c) #7 0x10f0d539c in PyObject_SetAttrString+0x4c (python:x86_64+0x10006039c) #8 0x10f0d31c6 in _add_methods_to_object+0x66 (python:x86_64+0x10005e1c6) #9 0x10f0d2d14 in PyModule_AddFunctions+0x94 (python:x86_64+0x10005dd14) #10 0x10f0d2be5 in _PyModule_CreateInitialized+0x165 (python:x86_64+0x10005dbe5) #11 0x11110481b in PyInit__hashlib+0x3b (_hashlib.cpython-37m-darwin.so:x86_64+0x181b) #12 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #13 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #14 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #15 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #16 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e6d01 in PyType_Ready+0x1ae1 (python:x86_64+0x100071d01) #6 0x10f0e8e05 in type_new+0x1165 (python:x86_64+0x100073e05) #7 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #8 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #9 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #10 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #16 0x10f15babf in builtin_eval+0x24f (python:x86_64+0x1000e6abf) #17 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #18 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #19 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #29 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c6302 in PyDict_Copy+0x392 (python:x86_64+0x100051302) #3 0x10f0e7e03 in type_new+0x163 (python:x86_64+0x100072e03) #4 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #5 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #6 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #7 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #8 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #9 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #10 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #13 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #14 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #15 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #16 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #17 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #29 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e564f in PyType_Ready+0x42f (python:x86_64+0x10007064f) #6 0x10f1d18a5 in PyInit__sre+0x25 (python:x86_64+0x10015c8a5) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #29 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f1e2436 in bounded_lru_cache_wrapper+0x236 (python:x86_64+0x10016d436) #6 0x10f097cc8 in PyObject_Call+0x88 (python:x86_64+0x100022cc8) #7 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #10 0x10f098a38 in _PyObject_FastCall_Prepend+0x88 (python:x86_64+0x100023a38) #11 0x10f0efbe6 in slot_mp_subscript+0xb6 (python:x86_64+0x10007abe6) #12 0x10f15fc49 in _PyEval_EvalFrameDefault+0x14e9 (python:x86_64+0x1000eac49) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e703 in PyEval_EvalCodeEx+0x53 (python:x86_64+0x1000e9703) #15 0x10f15ae59 in builtin___build_class__+0x449 (python:x86_64+0x1000e5e59) #16 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #17 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #18 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #22 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #23 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #24 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #25 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #26 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #27 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f1e2436 in bounded_lru_cache_wrapper+0x236 (python:x86_64+0x10016d436) #6 0x10f097cc8 in PyObject_Call+0x88 (python:x86_64+0x100022cc8) #7 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #10 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #11 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #12 0x10f07df61 in PyObject_GetItem+0x1b1 (python:x86_64+0x100008f61) #13 0x10f15fc49 in _PyEval_EvalFrameDefault+0x14e9 (python:x86_64+0x1000eac49) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #16 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #17 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #18 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #19 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3276 in _PyDict_NewPresized+0x36 (python:x86_64+0x10004e276) #4 0x10f1632df in _PyEval_EvalFrameDefault+0x4b7f (python:x86_64+0x1000ee2df) #5 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #6 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #7 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #8 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #26 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #27 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #28 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) #29 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c6302 in PyDict_Copy+0x392 (python:x86_64+0x100051302) #3 0x10f0e8277 in type_new+0x5d7 (python:x86_64+0x100073277) #4 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #5 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #6 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #7 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #12 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #21 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #22 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #23 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #24 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c5bfe in dict_merge+0x36e (python:x86_64+0x100050bfe) #5 0x10f0c6285 in PyDict_Copy+0x315 (python:x86_64+0x100051285) #6 0x10f0e7e03 in type_new+0x163 (python:x86_64+0x100072e03) #7 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #8 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #14 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #15 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #16 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #17 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #18 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #19 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #20 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #21 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #22 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #23 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #24 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #25 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #26 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #27 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #28 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #29 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0d684f in _Py_ReadyTypes+0x37f (python:x86_64+0x10006184f) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 576 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0c2b3f in new_keys_object+0x9f (python:x86_64+0x10004db3f) #3 0x10f0c3d22 in dictresize+0x42 (python:x86_64+0x10004ed22) #4 0x10f0c3989 in insertdict+0x2f9 (python:x86_64+0x10004e989) #5 0x10f0e572f in PyType_Ready+0x50f (python:x86_64+0x10007072f) #6 0x10f0d674b in _Py_ReadyTypes+0x27b (python:x86_64+0x10006174b) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 568 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #9 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #10 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #11 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #15 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #16 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #17 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #18 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 568 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #9 0x10f0e9045 in type_new+0x13a5 (python:x86_64+0x100074045) #10 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #11 0x10f097e24 in PyCFunction_Call+0x94 (python:x86_64+0x100022e24) #12 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #15 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #16 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #17 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #18 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #19 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #20 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #21 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #22 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #25 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #26 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #27 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #28 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #29 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) Direct leak of 560 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #7 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #8 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #9 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #12 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #26 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #27 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #28 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) #29 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) Direct leak of 560 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #9 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #10 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #11 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #12 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #13 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #14 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #15 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #18 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #19 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #20 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #21 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 552 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f0ebd9f in slot_tp_init+0xaf (python:x86_64+0x100076d9f) #9 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #10 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #11 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #12 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #13 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f15e703 in PyEval_EvalCodeEx+0x53 (python:x86_64+0x1000e9703) #18 0x10f15ae59 in builtin___build_class__+0x449 (python:x86_64+0x1000e5e59) #19 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #20 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #21 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #24 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #25 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #26 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #27 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #28 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #29 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) Direct leak of 552 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #7 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #8 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #9 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #10 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #11 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #12 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #15 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #16 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #17 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #18 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 552 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #8 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #9 0x10f18754e in PyImport_ImportModuleLevelObject+0x7be (python:x86_64+0x10011254e) #10 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #13 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #14 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #15 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #16 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 545 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x10f1f73e1 in PyInit__io+0x151 (python:x86_64+0x1001823e1) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Direct leak of 544 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #9 0x10f0e9045 in type_new+0x13a5 (python:x86_64+0x100074045) #10 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #11 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #12 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #13 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #14 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #15 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #16 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #19 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #20 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #21 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #22 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #23 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #24 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) Direct leak of 544 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #7 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #8 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #9 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #10 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #11 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #19 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #25 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #26 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #27 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #28 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 536 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #9 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #10 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #11 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #12 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #13 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f1793ad in _PyCodec_Lookup+0x11d (python:x86_64+0x1001043ad) #18 0x10f194bc5 in initfsencoding+0x65 (python:x86_64+0x10011fbc5) #19 0x10f19493d in _Py_InitializeMainInterpreter+0x15d (python:x86_64+0x10011f93d) #20 0x10f1bfd42 in pymain_main+0xf22 (python:x86_64+0x10014ad42) #21 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #22 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 536 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f0ebd9f in slot_tp_init+0xaf (python:x86_64+0x100076d9f) #9 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #10 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #11 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #15 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #16 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #17 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #18 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 536 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f097cc8 in PyObject_Call+0x88 (python:x86_64+0x100022cc8) #9 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #12 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #13 0x10f0ebd9f in slot_tp_init+0xaf (python:x86_64+0x100076d9f) #14 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #15 0x10f097cc8 in PyObject_Call+0x88 (python:x86_64+0x100022cc8) #16 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #19 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #20 0x10f097cc8 in PyObject_Call+0x88 (python:x86_64+0x100022cc8) #21 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #27 0x10f19f63d in PyRun_FileExFlags+0xad (python:x86_64+0x10012a63d) #28 0x10f19ebf7 in PyRun_SimpleFileExFlags+0x117 (python:x86_64+0x100129bf7) #29 0x10f1c062b in pymain_main+0x180b (python:x86_64+0x10014b62b) Direct leak of 536 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #10 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #11 0x10f0ea899 in slot_tp_call+0xa9 (python:x86_64+0x100075899) #12 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #13 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #14 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f098a38 in _PyObject_FastCall_Prepend+0x88 (python:x86_64+0x100023a38) #17 0x10f0f0b34 in call_maybe+0x94 (python:x86_64+0x10007bb34) #18 0x10f0edcf8 in slot_nb_and+0x88 (python:x86_64+0x100078cf8) #19 0x10f080244 in binary_op1+0x74 (python:x86_64+0x10000b244) #20 0x10f07ff19 in PyNumber_And+0x19 (python:x86_64+0x10000af19) #21 0x10f15fef9 in _PyEval_EvalFrameDefault+0x1799 (python:x86_64+0x1000eaef9) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #29 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) Direct leak of 536 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e703 in PyEval_EvalCodeEx+0x53 (python:x86_64+0x1000e9703) #14 0x10f15ae59 in builtin___build_class__+0x449 (python:x86_64+0x1000e5e59) #15 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #16 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #17 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #21 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #22 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #23 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #24 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 528 byte(s) in 1 object(s) allocated from: #0 0x10f404b85 in wrap_calloc+0xa5 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x44b85) #1 0x10f0d7853 in _PyObject_Calloc+0x63 (python:x86_64+0x100062853) #2 0x10f0b09d9 in PyList_New+0x79 (python:x86_64+0x10003b9d9) #3 0x10f162b8a in _PyEval_EvalFrameDefault+0x442a (python:x86_64+0x1000edb8a) #4 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #5 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #6 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #7 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #8 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #9 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #12 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #13 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #14 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #25 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #26 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #27 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) #28 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #29 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) Direct leak of 528 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #8 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #9 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #10 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #11 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #12 0x10f15b1b8 in builtin___import__+0x88 (python:x86_64+0x1000e61b8) #13 0x10f097e24 in PyCFunction_Call+0x94 (python:x86_64+0x100022e24) #14 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #24 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #25 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #26 0x10f15b1b8 in builtin___import__+0x88 (python:x86_64+0x1000e61b8) #27 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #28 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #29 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) Direct leak of 528 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #10 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #11 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #12 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #13 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #14 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #15 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #16 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #17 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #18 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #21 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #22 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #23 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #24 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Direct leak of 520 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #8 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #9 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #10 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #17 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #18 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #19 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #20 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 520 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #14 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #15 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #16 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #17 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Direct leak of 520 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #9 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #10 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #11 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e703 in PyEval_EvalCodeEx+0x53 (python:x86_64+0x1000e9703) #15 0x10f15ae59 in builtin___build_class__+0x449 (python:x86_64+0x1000e5e59) #16 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #17 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #18 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #22 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #23 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #24 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #25 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #26 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #27 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) Direct leak of 516 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x10f0d65e3 in _Py_ReadyTypes+0x113 (python:x86_64+0x1000615e3) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Direct leak of 1 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0d328b in PyModule_ExecDef+0x5b (python:x86_64+0x10005e28b) #3 0x10f188644 in _imp_exec_builtin+0x54 (python:x86_64+0x100113644) #4 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #5 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #6 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #7 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #8 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #9 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #10 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #11 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #12 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #13 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #14 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f098d2f in _PyObject_CallFunctionVa+0xdf (python:x86_64+0x100023d2f) #25 0x10f098fba in PyObject_CallMethod+0xba (python:x86_64+0x100023fba) #26 0x10f1945b5 in initimport+0xe5 (python:x86_64+0x10011f5b5) #27 0x10f19434b in _Py_InitializeCore_impl+0x4ab (python:x86_64+0x10011f34b) #28 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #29 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) Direct leak of 1 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0d328b in PyModule_ExecDef+0x5b (python:x86_64+0x10005e28b) #3 0x10f1885a4 in _imp_exec_dynamic+0x54 (python:x86_64+0x1001135a4) #4 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #5 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #6 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #7 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #8 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #9 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #10 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #11 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #12 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #13 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #14 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #22 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #23 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) #24 0x10f163c06 in _PyEval_EvalFrameDefault+0x54a6 (python:x86_64+0x1000eec06) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #27 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #28 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #29 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) Indirect leak of 241616 byte(s) in 256 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #8 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #14 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #15 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #16 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #17 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Indirect leak of 16888 byte(s) in 18 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #6 0x10f097e24 in PyCFunction_Call+0x94 (python:x86_64+0x100022e24) #7 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #10 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #11 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #12 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #13 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #14 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #15 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #16 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #17 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #21 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #22 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #23 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #24 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 14040 byte(s) in 15 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #6 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #7 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #8 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #9 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #12 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #13 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #14 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #15 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #16 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #17 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #18 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #19 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #23 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #24 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #25 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #26 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #27 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #28 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Indirect leak of 14040 byte(s) in 15 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #7 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #8 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #9 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #10 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #11 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #15 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #16 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #17 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #18 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 12413 byte(s) in 13 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f0f77db in _PyUnicode_FromUCS1+0x12b (python:x86_64+0x1000827db) #4 0x10f18d2f6 in r_object+0xdb6 (python:x86_64+0x1001182f6) #5 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #6 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #7 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #8 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #9 0x10f18f2e3 in marshal_loads+0xc3 (python:x86_64+0x10011a2e3) #10 0x10f098872 in _PyMethodDef_RawFastCallKeywords+0x2f2 (python:x86_64+0x100023872) #11 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #12 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #13 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Indirect leak of 11303 byte(s) in 12 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0e84db in type_new+0x83b (python:x86_64+0x1000734db) #3 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #4 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #5 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #6 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #7 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #8 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #9 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #12 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #13 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #14 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #15 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 8904 byte(s) in 9 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #8 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #14 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #15 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #16 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #17 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Indirect leak of 8424 byte(s) in 9 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #6 0x10f097e24 in PyCFunction_Call+0x94 (python:x86_64+0x100022e24) #7 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #10 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #11 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #12 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #13 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #14 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #15 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #16 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #17 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #18 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #21 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #22 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #23 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #24 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 7488 byte(s) in 8 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #8 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #18 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #19 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #20 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #21 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 7488 byte(s) in 8 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #8 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #14 0x10f15babf in builtin_eval+0x24f (python:x86_64+0x1000e6abf) #15 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #16 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #17 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #27 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Indirect leak of 5616 byte(s) in 6 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x112286e26 in PyCSimpleType_new+0x26 (_ctypes.cpython-37m-darwin.so:x86_64+0x2e26) #6 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #7 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #8 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #9 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #10 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #11 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #15 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #16 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #17 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #18 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 3744 byte(s) in 4 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #8 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #18 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #19 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #20 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #21 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 3744 byte(s) in 4 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x112287296 in PyCSimpleType_new+0x496 (_ctypes.cpython-37m-darwin.so:x86_64+0x3296) #6 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #7 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #8 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #9 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #10 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #11 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #15 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #16 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #17 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #18 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 3744 byte(s) in 4 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #7 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #8 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #9 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #10 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #11 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #12 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #19 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #20 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #21 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #22 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #23 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #27 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #28 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #29 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) Indirect leak of 3744 byte(s) in 4 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #8 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #14 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #15 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #16 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #17 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Indirect leak of 3291 byte(s) in 3 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f0f77db in _PyUnicode_FromUCS1+0x12b (python:x86_64+0x1000827db) #4 0x10f18d2f6 in r_object+0xdb6 (python:x86_64+0x1001182f6) #5 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #6 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #7 0x10f18f2e3 in marshal_loads+0xc3 (python:x86_64+0x10011a2e3) #8 0x10f098872 in _PyMethodDef_RawFastCallKeywords+0x2f2 (python:x86_64+0x100023872) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Indirect leak of 2568 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x11150d122 in random_new+0x42 (_random.cpython-37m-darwin.so:x86_64+0x3122) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #7 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #8 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #9 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #10 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #11 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #12 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #13 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #14 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Indirect leak of 2377 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x10f0e4bdb in best_base+0x6b (python:x86_64+0x10006fbdb) #7 0x10f0e8257 in type_new+0x5b7 (python:x86_64+0x100073257) #8 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #9 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #10 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #11 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #12 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #13 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #17 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #18 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #19 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #20 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Indirect leak of 1872 byte(s) in 2 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #6 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #7 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #8 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #9 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #12 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #13 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #14 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #15 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #16 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #17 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #18 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #19 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #20 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #23 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #24 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #25 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #26 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #27 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #28 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Indirect leak of 1537 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f0f77db in _PyUnicode_FromUCS1+0x12b (python:x86_64+0x1000827db) #4 0x10f18d2f6 in r_object+0xdb6 (python:x86_64+0x1001182f6) #5 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #6 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #7 0x10f18d652 in r_object+0x1112 (python:x86_64+0x100118652) #8 0x10f18dc0e in r_object+0x16ce (python:x86_64+0x100118c0e) #9 0x10f18c47d in PyMarshal_ReadObjectFromString+0x4d (python:x86_64+0x10011747d) #10 0x10f186851 in PyImport_ImportFrozenModuleObject+0x81 (python:x86_64+0x100111851) #11 0x10f186a9b in PyImport_ImportFrozenModule+0x1b (python:x86_64+0x100111a9b) #12 0x10f1944f5 in initimport+0x25 (python:x86_64+0x10011f4f5) #13 0x10f19434b in _Py_InitializeCore_impl+0x4ab (python:x86_64+0x10011f34b) #14 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #15 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #16 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #17 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Indirect leak of 1507 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0e84db in type_new+0x83b (python:x86_64+0x1000734db) #3 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #4 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #5 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #6 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #7 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #8 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #9 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #12 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #13 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #14 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #15 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 1489 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0e84db in type_new+0x83b (python:x86_64+0x1000734db) #3 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #4 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #5 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #6 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #7 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #8 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #9 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #12 0x10f18693a in PyImport_ImportFrozenModuleObject+0x16a (python:x86_64+0x10011193a) #13 0x10f186a9b in PyImport_ImportFrozenModule+0x1b (python:x86_64+0x100111a9b) #14 0x10f1944f5 in initimport+0x25 (python:x86_64+0x10011f4f5) #15 0x10f19434b in _Py_InitializeCore_impl+0x4ab (python:x86_64+0x10011f34b) #16 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #17 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #18 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #19 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Indirect leak of 1393 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x10f1f761d in PyInit__io+0x38d (python:x86_64+0x10018261d) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Indirect leak of 1344 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x10f1f7376 in PyInit__io+0xe6 (python:x86_64+0x100182376) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Indirect leak of 976 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #7 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #8 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #9 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #10 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #11 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #12 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #13 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #22 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #23 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #24 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #25 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #26 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #27 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) Indirect leak of 936 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #7 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #8 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #9 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #10 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #11 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #12 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #19 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #20 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #21 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #22 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #23 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f15e703 in PyEval_EvalCodeEx+0x53 (python:x86_64+0x1000e9703) #27 0x10f15ae59 in builtin___build_class__+0x449 (python:x86_64+0x1000e5e59) #28 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #29 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) Indirect leak of 936 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #8 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #14 0x10f15babf in builtin_eval+0x24f (python:x86_64+0x1000e6abf) #15 0x10f098802 in _PyMethodDef_RawFastCallKeywords+0x282 (python:x86_64+0x100023802) #16 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #17 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #27 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #28 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #29 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) Indirect leak of 936 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #6 0x10f097e24 in PyCFunction_Call+0x94 (python:x86_64+0x100022e24) #7 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #10 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #11 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #12 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #13 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #14 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #18 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #19 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #20 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #21 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #22 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #23 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #24 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #25 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #28 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #29 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) Indirect leak of 936 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #8 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e703 in PyEval_EvalCodeEx+0x53 (python:x86_64+0x1000e9703) #14 0x10f15ae59 in builtin___build_class__+0x449 (python:x86_64+0x1000e5e59) #15 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #16 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #17 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #18 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #21 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #22 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #23 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #24 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 936 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #8 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #22 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #23 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #24 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #25 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #26 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #27 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) Indirect leak of 936 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #6 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #7 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #8 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #9 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #12 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #13 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #14 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #15 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #16 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #17 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #20 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #21 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #22 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #23 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #24 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #27 0x10f15e703 in PyEval_EvalCodeEx+0x53 (python:x86_64+0x1000e9703) #28 0x10f15ae59 in builtin___build_class__+0x449 (python:x86_64+0x1000e5e59) #29 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) Indirect leak of 936 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #6 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #7 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #8 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #9 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #12 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #13 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #14 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #15 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #16 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #17 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #20 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #21 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #22 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #23 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #24 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #25 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Indirect leak of 936 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f098d2f in _PyObject_CallFunctionVa+0xdf (python:x86_64+0x100023d2f) #8 0x10f098c2a in PyObject_CallFunction+0x8a (python:x86_64+0x100023c2a) #9 0x10f17d8b3 in PyErr_NewException+0x133 (python:x86_64+0x1001088b3) #10 0x111f36a61 in PyInit__pickle+0x111 (_pickle.cpython-37m-darwin.so:x86_64+0x1a61) #11 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #12 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #13 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #14 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #15 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 936 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f098d2f in _PyObject_CallFunctionVa+0xdf (python:x86_64+0x100023d2f) #8 0x10f098c2a in PyObject_CallFunction+0x8a (python:x86_64+0x100023c2a) #9 0x10f17d8b3 in PyErr_NewException+0x133 (python:x86_64+0x1001088b3) #10 0x111f36aa0 in PyInit__pickle+0x150 (_pickle.cpython-37m-darwin.so:x86_64+0x1aa0) #11 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #12 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #13 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #14 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #15 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 936 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f098d2f in _PyObject_CallFunctionVa+0xdf (python:x86_64+0x100023d2f) #8 0x10f098c2a in PyObject_CallFunction+0x8a (python:x86_64+0x100023c2a) #9 0x10f17d8b3 in PyErr_NewException+0x133 (python:x86_64+0x1001088b3) #10 0x111f36a80 in PyInit__pickle+0x130 (_pickle.cpython-37m-darwin.so:x86_64+0x1a80) #11 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #12 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #13 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #14 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #15 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 936 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f0e44da in PyType_GenericAlloc+0xea (python:x86_64+0x10006f4da) #4 0x10f0e8089 in type_new+0x3e9 (python:x86_64+0x100073089) #5 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #6 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #7 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #8 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #9 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #10 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #14 0x10f18693a in PyImport_ImportFrozenModuleObject+0x16a (python:x86_64+0x10011193a) #15 0x10f186a9b in PyImport_ImportFrozenModule+0x1b (python:x86_64+0x100111a9b) #16 0x10f1944f5 in initimport+0x25 (python:x86_64+0x10011f4f5) #17 0x10f19434b in _Py_InitializeCore_impl+0x4ab (python:x86_64+0x10011f34b) #18 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #19 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #20 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #21 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Indirect leak of 932 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0e84db in type_new+0x83b (python:x86_64+0x1000734db) #3 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #4 0x10f097e24 in PyCFunction_Call+0x94 (python:x86_64+0x100022e24) #5 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #6 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #7 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #8 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #9 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #10 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #11 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #12 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #13 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #14 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #15 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #16 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #19 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #20 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #21 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #22 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #23 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #24 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) Indirect leak of 926 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x111f36997 in PyInit__pickle+0x47 (_pickle.cpython-37m-darwin.so:x86_64+0x1997) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Indirect leak of 904 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #7 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #8 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #9 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #10 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #11 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #12 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #13 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #14 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Indirect leak of 856 byte(s) in 1 object(s) allocated from: #0 0x10f404a45 in wrap_realloc+0xa5 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x44a45) #1 0x10f1c29b0 in _PyObject_GC_Resize+0x40 (python:x86_64+0x10014d9b0) #2 0x10f0ae072 in _PyFrame_New_NoTrack+0x122 (python:x86_64+0x100039072) #3 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #4 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #5 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #6 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #7 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #8 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #9 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #12 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #25 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #28 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #29 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) Indirect leak of 856 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d79b8 in _PyObject_Realloc+0x138 (python:x86_64+0x1000629b8) #2 0x10f1c29b0 in _PyObject_GC_Resize+0x40 (python:x86_64+0x10014d9b0) #3 0x10f0ae072 in _PyFrame_New_NoTrack+0x122 (python:x86_64+0x100039072) #4 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #5 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #8 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #9 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #10 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #29 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) Indirect leak of 827 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x10f1f7457 in PyInit__io+0x1c7 (python:x86_64+0x100182457) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Indirect leak of 821 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0e84db in type_new+0x83b (python:x86_64+0x1000734db) #3 0x10f0f1141 in tp_new_wrapper+0x1b1 (python:x86_64+0x10007c141) #4 0x10f09883f in _PyMethodDef_RawFastCallKeywords+0x2bf (python:x86_64+0x10002383f) #5 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #6 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #7 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #10 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #11 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #12 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #13 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #14 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #15 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #16 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #17 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #18 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #19 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #20 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #21 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #22 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #23 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #24 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 736 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #7 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #8 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #9 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #10 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #11 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #12 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #13 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #14 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Indirect leak of 719 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x11157b74e in PyInit_select+0x1de (select.cpython-37m-darwin.so:x86_64+0x174e) #7 0x10f188ab8 in _PyImport_LoadDynamicModuleWithSpec+0x258 (python:x86_64+0x100113ab8) #8 0x10f1884f6 in _imp_create_dynamic+0x166 (python:x86_64+0x1001134f6) #9 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #10 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #11 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #16 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #17 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #18 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #19 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) Indirect leak of 696 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #9 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #10 0x10f0973e4 in _PyObject_FastCallDict+0x164 (python:x86_64+0x1000223e4) #11 0x10f15aebe in builtin___build_class__+0x4ae (python:x86_64+0x1000e5ebe) #12 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #13 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #14 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #15 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #18 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #19 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #20 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #21 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 688 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #8 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #9 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #10 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #11 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #12 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #13 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #14 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #15 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #25 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #26 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #27 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #28 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #29 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) Indirect leak of 664 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f15e703 in PyEval_EvalCodeEx+0x53 (python:x86_64+0x1000e9703) #10 0x10f15ae59 in builtin___build_class__+0x449 (python:x86_64+0x1000e5e59) #11 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #12 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #13 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #16 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #17 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #18 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #19 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #20 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #21 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #22 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Indirect leak of 656 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #7 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #8 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #9 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #18 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #19 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #20 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #21 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 654 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x10f0d6543 in _Py_ReadyTypes+0x73 (python:x86_64+0x100061543) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Indirect leak of 600 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #6 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #7 0x10f0ebd9f in slot_tp_init+0xaf (python:x86_64+0x100076d9f) #8 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #9 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #10 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #14 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #15 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #18 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #19 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #20 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #21 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #22 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #23 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #28 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #29 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) Indirect leak of 588 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x10f208242 in PyInit_zipimport+0x12 (python:x86_64+0x100193242) #7 0x10f188043 in _imp_create_builtin+0x103 (python:x86_64+0x100113043) #8 0x10f098387 in _PyMethodDef_RawFastCallDict+0x277 (python:x86_64+0x100023387) #9 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #10 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #13 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #14 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #15 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #16 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #17 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #18 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #29 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) Indirect leak of 561 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0f4951 in PyUnicode_New+0xe1 (python:x86_64+0x10007f951) #3 0x10f1001a0 in _PyUnicodeWriter_PrepareInternal+0x110 (python:x86_64+0x10008b1a0) #4 0x10f0f6365 in PyUnicode_DecodeUTF8Stateful+0x155 (python:x86_64+0x100081365) #5 0x10f0e6c13 in PyType_Ready+0x19f3 (python:x86_64+0x100071c13) #6 0x10f0d656b in _Py_ReadyTypes+0x9b (python:x86_64+0x10006156b) #7 0x10f19417f in _Py_InitializeCore_impl+0x2df (python:x86_64+0x10011f17f) #8 0x10f19476b in _Py_InitializeCore+0xab (python:x86_64+0x10011f76b) #9 0x10f1bfc6e in pymain_main+0xe4e (python:x86_64+0x10014ac6e) #10 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #11 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Indirect leak of 548 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f0e84db in type_new+0x83b (python:x86_64+0x1000734db) #3 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #4 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #5 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #6 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #7 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #8 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #9 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #10 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #11 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #12 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #13 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #14 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #15 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #16 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #17 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #18 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #19 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #20 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #21 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #22 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #23 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #24 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #25 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #26 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #27 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) Indirect leak of 536 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f0ebea8 in slot_tp_new+0x38 (python:x86_64+0x100076ea8) #9 0x10f0e74ab in type_call+0x2b (python:x86_64+0x1000724ab) #10 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #11 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f15e703 in PyEval_EvalCodeEx+0x53 (python:x86_64+0x1000e9703) #15 0x10f15ae59 in builtin___build_class__+0x449 (python:x86_64+0x1000e5e59) #16 0x10f098687 in _PyMethodDef_RawFastCallKeywords+0x107 (python:x86_64+0x100023687) #17 0x10f097ba8 in _PyCFunction_FastCallKeywords+0x28 (python:x86_64+0x100022ba8) #18 0x10f168803 in call_function+0x273 (python:x86_64+0x1000f3803) #19 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #20 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #21 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #22 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #23 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #24 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #25 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #26 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #27 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #28 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #29 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) Indirect leak of 536 byte(s) in 1 object(s) allocated from: #0 0x10f404a45 in wrap_realloc+0xa5 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x44a45) #1 0x10f1c29b0 in _PyObject_GC_Resize+0x40 (python:x86_64+0x10014d9b0) #2 0x10f0ae072 in _PyFrame_New_NoTrack+0x122 (python:x86_64+0x100039072) #3 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #4 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #5 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #6 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #7 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #8 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #9 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #10 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #11 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #12 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #24 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #25 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #26 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #27 0x10f0997e3 in object_vacall+0x143 (python:x86_64+0x1000247e3) #28 0x10f0998e8 in _PyObject_CallMethodIdObjArgs+0xa8 (python:x86_64+0x1000248e8) #29 0x10f187468 in PyImport_ImportModuleLevelObject+0x6d8 (python:x86_64+0x100112468) Indirect leak of 528 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f097fd4 in function_code_fastcall+0x34 (python:x86_64+0x100022fd4) #6 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #7 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #8 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #9 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #10 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #11 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #12 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #13 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #14 0x10f15bd06 in builtin_exec+0x236 (python:x86_64+0x1000e6d06) #15 0x10f09833d in _PyMethodDef_RawFastCallDict+0x22d (python:x86_64+0x10002333d) #16 0x10f097e59 in PyCFunction_Call+0xc9 (python:x86_64+0x100022e59) #17 0x10f16566a in _PyEval_EvalFrameDefault+0x6f0a (python:x86_64+0x1000f066a) #18 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #19 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #20 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #21 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #22 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #23 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #24 0x10f1652ae in _PyEval_EvalFrameDefault+0x6b4e (python:x86_64+0x1000f02ae) #25 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #29 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) Indirect leak of 520 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #7 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #8 0x10f097cc8 in PyObject_Call+0x88 (python:x86_64+0x100022cc8) #9 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #10 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #11 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #12 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097658 in _PyFunction_FastCallDict+0x1c8 (python:x86_64+0x100022658) #15 0x10f16559c in _PyEval_EvalFrameDefault+0x6e3c (python:x86_64+0x1000f059c) #16 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #17 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #18 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #19 0x10f1652cb in _PyEval_EvalFrameDefault+0x6b6b (python:x86_64+0x1000f02cb) #20 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #21 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #22 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #23 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #24 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) #25 0x10f19f63d in PyRun_FileExFlags+0xad (python:x86_64+0x10012a63d) #26 0x10f19ebf7 in PyRun_SimpleFileExFlags+0x117 (python:x86_64+0x100129bf7) #27 0x10f1c062b in pymain_main+0x180b (python:x86_64+0x10014b62b) #28 0x10f1c1105 in _Py_UnixMain+0x35 (python:x86_64+0x10014c105) #29 0x7fff20375f3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c) Indirect leak of 520 byte(s) in 1 object(s) allocated from: #0 0x10f4047b0 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x447b0) #1 0x10f0d77d9 in _PyObject_Malloc+0x39 (python:x86_64+0x1000627d9) #2 0x10f1c273e in _PyObject_GC_Alloc+0x4e (python:x86_64+0x10014d73e) #3 0x10f1c2930 in _PyObject_GC_NewVar+0x30 (python:x86_64+0x10014d930) #4 0x10f0ae093 in _PyFrame_New_NoTrack+0x143 (python:x86_64+0x100039093) #5 0x10f168a3c in _PyEval_EvalCodeWithName+0x4c (python:x86_64+0x1000f3a3c) #6 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #7 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #8 0x10f165403 in _PyEval_EvalFrameDefault+0x6ca3 (python:x86_64+0x1000f0403) #9 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #10 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #11 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #12 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #13 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #14 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #15 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #16 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #17 0x10f09804a in function_code_fastcall+0xaa (python:x86_64+0x10002304a) #18 0x10f098b42 in _PyObject_Call_Prepend+0x82 (python:x86_64+0x100023b42) #19 0x10f0ebd9f in slot_tp_init+0xaf (python:x86_64+0x100076d9f) #20 0x10f0e75a3 in type_call+0x123 (python:x86_64+0x1000725a3) #21 0x10f0979c3 in _PyObject_FastCallKeywords+0x243 (python:x86_64+0x1000229c3) #22 0x10f16886d in call_function+0x2dd (python:x86_64+0x1000f386d) #23 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #24 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #25 0x10f097b6d in _PyFunction_FastCallKeywords+0xdd (python:x86_64+0x100022b6d) #26 0x10f168874 in call_function+0x2e4 (python:x86_64+0x1000f3874) #27 0x10f165362 in _PyEval_EvalFrameDefault+0x6c02 (python:x86_64+0x1000f0362) #28 0x10f1694d1 in _PyEval_EvalCodeWithName+0xae1 (python:x86_64+0x1000f44d1) #29 0x10f15e6a2 in PyEval_EvalCode+0x32 (python:x86_64+0x1000e96a2) SUMMARY: AddressSanitizer: 2149718 byte(s) leaked in 1873 allocation(s).