Skip to content

Instantly share code, notes, and snippets.

@bstaletic
Last active September 6, 2018 02:27
Show Gist options
  • Save bstaletic/83b57e0268039a463e0b966aa0cbfd51 to your computer and use it in GitHub Desktop.
Save bstaletic/83b57e0268039a463e0b966aa0cbfd51 to your computer and use it in GitHub Desktop.
r/python
==24123== Memcheck, a memory error detector
==24123== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==24123== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==24123== Command: ./a.out
==24123==
==24123== Conditional jump or move depends on uninitialised value(s)
==24123== at 0x54B59E0: __wcsnlen_sse4_1 (strlen.S:147)
==24123== by 0x54A2EC1: wcsrtombs (wcsrtombs.c:104)
==24123== by 0x5428B20: wcstombs (wcstombs.c:34)
==24123== by 0x5024A62: wcstombs (stdlib.h:154)
==24123== by 0x5024A62: encode_current_locale (fileutils.c:554)
==24123== by 0x5024BD8: encode_locale_ex (fileutils.c:642)
==24123== by 0x5024C55: encode_locale (fileutils.c:652)
==24123== by 0x5025537: _Py_EncodeLocaleRaw (fileutils.c:687)
==24123== by 0x5026A91: _Py_wstat (getpath.c:143)
==24123== by 0x5026AF0: isxfile (getpath.c:201)
==24123== by 0x50277FA: calculate_program_full_path (getpath.c:591)
==24123== by 0x50278C5: calculate_path_impl (getpath.c:895)
==24123== by 0x5027BC0: _PyPathConfig_Calculate_impl (getpath.c:959)
==24123== Uninitialised value was created by a stack allocation
==24123== at 0x50249CF: encode_current_locale (fileutils.c:523)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:__wcsnlen_sse4_1
fun:wcsrtombs
fun:wcstombs
fun:wcstombs
fun:encode_current_locale
fun:encode_locale_ex
fun:encode_locale
fun:_Py_EncodeLocaleRaw
fun:_Py_wstat
fun:isxfile
fun:calculate_program_full_path
fun:calculate_path_impl
fun:_PyPathConfig_Calculate_impl
}
==24123== Conditional jump or move depends on uninitialised value(s)
==24123== at 0x54B5A61: __wcsnlen_sse4_1 (strlen.S:161)
==24123== by 0x54A2EC1: wcsrtombs (wcsrtombs.c:104)
==24123== by 0x5428B20: wcstombs (wcstombs.c:34)
==24123== by 0x5024A62: wcstombs (stdlib.h:154)
==24123== by 0x5024A62: encode_current_locale (fileutils.c:554)
==24123== by 0x5024BD8: encode_locale_ex (fileutils.c:642)
==24123== by 0x5024C55: encode_locale (fileutils.c:652)
==24123== by 0x5025537: _Py_EncodeLocaleRaw (fileutils.c:687)
==24123== by 0x5026A91: _Py_wstat (getpath.c:143)
==24123== by 0x5026AF0: isxfile (getpath.c:201)
==24123== by 0x50277FA: calculate_program_full_path (getpath.c:591)
==24123== by 0x50278C5: calculate_path_impl (getpath.c:895)
==24123== by 0x5027BC0: _PyPathConfig_Calculate_impl (getpath.c:959)
==24123== Uninitialised value was created by a stack allocation
==24123== at 0x50249CF: encode_current_locale (fileutils.c:523)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:__wcsnlen_sse4_1
fun:wcsrtombs
fun:wcstombs
fun:wcstombs
fun:encode_current_locale
fun:encode_locale_ex
fun:encode_locale
fun:_Py_EncodeLocaleRaw
fun:_Py_wstat
fun:isxfile
fun:calculate_program_full_path
fun:calculate_path_impl
fun:_PyPathConfig_Calculate_impl
}
==24123==
==24123== HEAP SUMMARY:
==24123== in use at exit: 1,231,995 bytes in 7,491 blocks
==24123== total heap usage: 24,900 allocs, 17,409 frees, 4,580,889 bytes allocated
==24123==
==24123== 40 bytes in 1 blocks are possibly lost in loss record 1 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4ED3B9C: PyCode_New (codeobject.c:158)
==24123== by 0x4FF6BA2: r_object (marshal.c:1392)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123== by 0x4FF7670: PyMarshal_ReadObjectFromString (marshal.c:1567)
==24123== by 0x4FEDA4F: get_frozen_object (import.c:1276)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyCode_New
fun:r_object
fun:r_object
fun:r_object
fun:PyMarshal_ReadObjectFromString
fun:get_frozen_object
}
==24123== 40 bytes in 1 blocks are possibly lost in loss record 2 of 554
==24123== at 0x4C31B25: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F001: _PyMem_RawCalloc (obmalloc.c:89)
==24123== by 0x4F1F5DA: _PyMem_DebugRawAlloc (obmalloc.c:1991)
==24123== by 0x4F1F761: _PyMem_DebugRawCalloc (obmalloc.c:2032)
==24123== by 0x4F1F7A5: _PyMem_DebugCalloc (obmalloc.c:2170)
==24123== by 0x4F205E0: PyMem_Calloc (obmalloc.c:545)
==24123== by 0x4EF5647: PyList_New (listobject.c:171)
==24123== by 0x4FCC5FC: _PyEval_EvalFrameDefault (ceval.c:2367)
==24123== by 0x4FC39F9: PyEval_EvalFrameEx (ceval.c:536)
==24123== by 0x4FC45F9: _PyEval_EvalCodeWithName (ceval.c:3951)
==24123== by 0x4ECEC78: _PyFunction_FastCallKeywords (call.c:433)
==24123== by 0x4FD0D9D: call_function (ceval.c:4623)
==24123== by 0x4FD0D9D: _PyEval_EvalFrameDefault (ceval.c:3186)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:_PyMem_RawCalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawCalloc
fun:_PyMem_DebugCalloc
fun:PyMem_Calloc
fun:PyList_New
fun:_PyEval_EvalFrameDefault
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:_PyFunction_FastCallKeywords
fun:call_function
fun:_PyEval_EvalFrameDefault
}
==24123== 48 bytes in 1 blocks are possibly lost in loss record 3 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4ED3B9C: PyCode_New (codeobject.c:158)
==24123== by 0x4FF6BA2: r_object (marshal.c:1392)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyCode_New
fun:r_object
fun:r_object
fun:r_object
fun:r_object
fun:r_object
}
==24123== 56 bytes in 1 blocks are possibly lost in loss record 4 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F19B24: _PyModule_CreateInitialized (moduleobject.c:219)
==24123== by 0x4F19C8D: PyModule_Create2TraceRefs (moduleobject.c:178)
==24123== by 0x50776E3: PyInit__io (_iomodule.c:640)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:_PyModule_CreateInitialized
fun:PyModule_Create2TraceRefs
fun:PyInit__io
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
}
==24123== 64 bytes in 1 blocks are possibly lost in loss record 5 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F20517: PyMem_RawMalloc (obmalloc.c:503)
==24123== by 0x501A039: PyThread_allocate_lock (thread_pthread.h:257)
==24123== by 0x50008E3: _PyRuntimeState_Init_impl (pystate.c:59)
==24123== by 0x5000F25: _PyRuntimeState_Init (pystate.c:75)
==24123== by 0x4FFEE05: _PyRuntime_Initialize (pylifecycle.c:96)
==24123== by 0x4FFF1BF: _Py_InitializeCore_impl (pylifecycle.c:658)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:PyMem_RawMalloc
fun:PyThread_allocate_lock
fun:_PyRuntimeState_Init_impl
fun:_PyRuntimeState_Init
fun:_PyRuntime_Initialize
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
}
==24123== 64 bytes in 1 blocks are possibly lost in loss record 6 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F20517: PyMem_RawMalloc (obmalloc.c:503)
==24123== by 0x501A039: PyThread_allocate_lock (thread_pthread.h:257)
==24123== by 0x4FC347D: PyEval_InitThreads (ceval.c:163)
==24123== by 0x4FFF372: _Py_InitializeCore_impl (pylifecycle.c:725)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123== by 0x5000760: Py_InitializeEx (pylifecycle.c:1023)
==24123== by 0x50007A5: Py_Initialize (pylifecycle.c:1034)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:PyMem_RawMalloc
fun:PyThread_allocate_lock
fun:PyEval_InitThreads
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
fun:Py_InitializeEx
fun:Py_Initialize
}
==24123== 64 bytes in 1 blocks are possibly lost in loss record 7 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F1BEF1: _PyObject_New (object.c:255)
==24123== by 0x50047DF: get_token_missing (context.c:1203)
==24123== by 0x50057C6: _PyContext_Init (context.c:1256)
==24123== by 0x4FFF769: _Py_InitializeCore_impl (pylifecycle.c:801)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_New
fun:get_token_missing
fun:_PyContext_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
}
==24123== 64 bytes in 1 blocks are possibly lost in loss record 8 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F20517: PyMem_RawMalloc (obmalloc.c:503)
==24123== by 0x4F20672: _PyMem_RawWcsdup (obmalloc.c:575)
==24123== by 0x4FF98E6: copy_wstr (pathconfig.c:20)
==24123== by 0x4FFA0BF: _PyPathConfig_SetGlobal (pathconfig.c:132)
==24123== by 0x4FFA451: _PyCoreConfig_SetPathConfig (pathconfig.c:224)
==24123== by 0x4FFF7A3: _Py_InitializeCore_impl (pylifecycle.c:805)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:PyMem_RawMalloc
fun:_PyMem_RawWcsdup
fun:copy_wstr
fun:_PyPathConfig_SetGlobal
fun:_PyCoreConfig_SetPathConfig
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
}
==24123== 64 bytes in 1 blocks are possibly lost in loss record 9 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F3195F: PyType_GenericAlloc (typeobject.c:972)
==24123== by 0x4F33D95: object_new (typeobject.c:3715)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123== by 0x4ECF539: _PyObject_FastCallKeywords (call.c:199)
==24123== by 0x4FD13D4: call_function (ceval.c:4626)
==24123== by 0x4FD13D4: _PyEval_EvalFrameDefault (ceval.c:3200)
==24123== by 0x4FC39F9: PyEval_EvalFrameEx (ceval.c:536)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyType_GenericAlloc
fun:object_new
fun:type_call
fun:_PyObject_FastCallKeywords
fun:call_function
fun:_PyEval_EvalFrameDefault
fun:PyEval_EvalFrameEx
}
==24123== 64 bytes in 2 blocks are possibly lost in loss record 10 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F19D4F: PyModule_ExecDef (moduleobject.c:395)
==24123== by 0x4FEE913: exec_builtin_or_dynamic (import.c:2122)
==24123== by 0x4FEE928: _imp_exec_builtin_impl (import.c:2215)
==24123== by 0x4FEE933: _imp_exec_builtin (import.c.h:347)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyModule_ExecDef
fun:exec_builtin_or_dynamic
fun:_imp_exec_builtin_impl
fun:_imp_exec_builtin
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
}
==24123== 76 bytes in 1 blocks are possibly lost in loss record 11 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F20517: PyMem_RawMalloc (obmalloc.c:503)
==24123== by 0x4F20672: _PyMem_RawWcsdup (obmalloc.c:575)
==24123== by 0x4FF98E6: copy_wstr (pathconfig.c:20)
==24123== by 0x4FFA07D: _PyPathConfig_SetGlobal (pathconfig.c:125)
==24123== by 0x4FFA451: _PyCoreConfig_SetPathConfig (pathconfig.c:224)
==24123== by 0x4FFF7A3: _Py_InitializeCore_impl (pylifecycle.c:805)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:PyMem_RawMalloc
fun:_PyMem_RawWcsdup
fun:copy_wstr
fun:_PyPathConfig_SetGlobal
fun:_PyCoreConfig_SetPathConfig
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
}
==24123== 76 bytes in 1 blocks are possibly lost in loss record 12 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F20517: PyMem_RawMalloc (obmalloc.c:503)
==24123== by 0x4F20672: _PyMem_RawWcsdup (obmalloc.c:575)
==24123== by 0x4FF98E6: copy_wstr (pathconfig.c:20)
==24123== by 0x4FFA093: _PyPathConfig_SetGlobal (pathconfig.c:129)
==24123== by 0x4FFA451: _PyCoreConfig_SetPathConfig (pathconfig.c:224)
==24123== by 0x4FFF7A3: _Py_InitializeCore_impl (pylifecycle.c:805)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:PyMem_RawMalloc
fun:_PyMem_RawWcsdup
fun:copy_wstr
fun:_PyPathConfig_SetGlobal
fun:_PyCoreConfig_SetPathConfig
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
}
==24123== 76 bytes in 1 blocks are possibly lost in loss record 13 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4EF8CD5: _PyLong_New (longobject.c:208)
==24123== by 0x4EFBC87: PyLong_FromLong (longobject.c:266)
==24123== by 0x4FF5986: r_object (marshal.c:1016)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123== by 0x4FF7670: PyMarshal_ReadObjectFromString (marshal.c:1567)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyLong_New
fun:PyLong_FromLong
fun:r_object
fun:r_object
fun:r_object
fun:PyMarshal_ReadObjectFromString
}
==24123== 76 bytes in 1 blocks are possibly lost in loss record 14 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4EF8CD5: _PyLong_New (longobject.c:208)
==24123== by 0x4EFBC87: PyLong_FromLong (longobject.c:266)
==24123== by 0x50414F9: PyInit_posix (posixmodule.c:13896)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyLong_New
fun:PyLong_FromLong
fun:PyInit_posix
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
}
==24123== 80 bytes in 1 blocks are possibly lost in loss record 15 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4EF8CD5: _PyLong_New (longobject.c:208)
==24123== by 0x4EFED2F: _PyLong_FromByteArray (longobject.c:835)
==24123== by 0x4EFEF27: int_from_bytes_impl (longobject.c:5366)
==24123== by 0x4EFF081: int_from_bytes (longobject.c.h:209)
==24123== by 0x4ECF1EF: _PyMethodDef_RawFastCallKeywords (call.c:656)
==24123== by 0x4ECF3C8: _PyCFunction_FastCallKeywords (call.c:730)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyLong_New
fun:_PyLong_FromByteArray
fun:int_from_bytes_impl
fun:int_from_bytes
fun:_PyMethodDef_RawFastCallKeywords
fun:_PyCFunction_FastCallKeywords
}
==24123== 80 bytes in 1 blocks are possibly lost in loss record 16 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1FA7D: _PyMem_DebugRawRealloc (obmalloc.c:2065)
==24123== by 0x4F1FC2E: _PyMem_DebugRealloc (obmalloc.c:2186)
==24123== by 0x4F2061E: PyMem_Realloc (obmalloc.c:554)
==24123== by 0x4EF18C7: list_resize (listobject.c:68)
==24123== by 0x4EF1FFF: list_extend (listobject.c:847)
==24123== by 0x4ECF18C: _PyMethodDef_RawFastCallKeywords (call.c:644)
==24123== by 0x4ED97CF: _PyMethodDescr_FastCallKeywords (descrobject.c:288)
==24123== by 0x4FD0D48: call_function (ceval.c:4600)
==24123== by 0x4FD0D48: _PyEval_EvalFrameDefault (ceval.c:3186)
==24123== by 0x4FC39F9: PyEval_EvalFrameEx (ceval.c:536)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawRealloc
fun:_PyMem_DebugRealloc
fun:PyMem_Realloc
fun:list_resize
fun:list_extend
fun:_PyMethodDef_RawFastCallKeywords
fun:_PyMethodDescr_FastCallKeywords
fun:call_function
fun:_PyEval_EvalFrameDefault
fun:PyEval_EvalFrameEx
}
==24123== 81 bytes in 1 blocks are possibly lost in loss record 17 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4EC0171: _PyBytes_FromSize (bytesobject.c:85)
==24123== by 0x4EC199A: PyBytes_FromStringAndSize (bytesobject.c:119)
==24123== by 0x50785B3: PyInit__io (_iomodule.c:768)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyBytes_FromSize
fun:PyBytes_FromStringAndSize
fun:PyInit__io
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
}
==24123== 85 bytes in 1 blocks are possibly lost in loss record 18 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4EC0171: _PyBytes_FromSize (bytesobject.c:85)
==24123== by 0x4EC199A: PyBytes_FromStringAndSize (bytesobject.c:119)
==24123== by 0x4EC59C1: bytes_concat (bytesobject.c:1465)
==24123== by 0x4EAC966: PyNumber_Add (abstract.c:959)
==24123== by 0x4FC6A0A: _PyEval_EvalFrameDefault (ceval.c:1296)
==24123== by 0x4FC39F9: PyEval_EvalFrameEx (ceval.c:536)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyBytes_FromSize
fun:PyBytes_FromStringAndSize
fun:bytes_concat
fun:PyNumber_Add
fun:_PyEval_EvalFrameDefault
fun:PyEval_EvalFrameEx
}
==24123== 88 bytes in 1 blocks are possibly lost in loss record 19 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4F3950F: PyType_Ready (typeobject.c:5157)
==24123== by 0x4F1B5A9: _Py_ReadyTypes (object.c:1699)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 88 bytes in 1 blocks are possibly lost in loss record 20 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4ED1CA7: PyCell_New (cellobject.c:12)
==24123== by 0x4FC4258: _PyEval_EvalCodeWithName (ceval.c:3891)
==24123== by 0x4FC47F1: PyEval_EvalCodeEx (ceval.c:3980)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyCell_New
fun:_PyEval_EvalCodeWithName
fun:PyEval_EvalCodeEx
}
==24123== 96 bytes in 1 blocks are possibly lost in loss record 21 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4F2F0A4: PyTuple_Pack (tupleobject.c:218)
==24123== by 0x4F401BD: type_new (typeobject.c:2394)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:PyTuple_Pack
fun:type_new
}
==24123== 96 bytes in 1 blocks are possibly lost in loss record 22 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4F2F0A4: PyTuple_Pack (tupleobject.c:218)
==24123== by 0x4FE53D0: _PyErr_SetKeyError (errors.c:152)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:PyTuple_Pack
fun:_PyErr_SetKeyError
}
==24123== 96 bytes in 1 blocks are possibly lost in loss record 23 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4EF00E2: PyStaticMethod_New (funcobject.c:996)
==24123== by 0x4F40EF0: type_new (typeobject.c:2684)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:PyStaticMethod_New
fun:type_new
fun:type_call
}
==24123== 97 bytes in 1 blocks are possibly lost in loss record 24 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F78CFD: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4807)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x50188A7: _PySys_BeginInit (sysmodule.c:2316)
==24123== by 0x4FFF455: _Py_InitializeCore_impl (pylifecycle.c:744)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:_PySys_BeginInit
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 98 bytes in 1 blocks are possibly lost in loss record 25 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F4CEC2: get_latin1_char (unicodeobject.c:1965)
==24123== by 0x4F78D80: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4814)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F836F1: PyUnicode_InternFromString (unicodeobject.c:15227)
==24123== by 0x5078555: PyInit__io (_iomodule.c:761)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:get_latin1_char
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyUnicode_InternFromString
fun:PyInit__io
}
==24123== 99 bytes in 1 blocks are possibly lost in loss record 26 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F6D6FD: _PyUnicode_JoinArray (unicodeobject.c:9919)
==24123== by 0x4FCC347: _PyEval_EvalFrameDefault (ceval.c:2342)
==24123== by 0x4FC39F9: PyEval_EvalFrameEx (ceval.c:536)
==24123== by 0x4FC45F9: _PyEval_EvalCodeWithName (ceval.c:3951)
==24123== by 0x4ECEC78: _PyFunction_FastCallKeywords (call.c:433)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicode_JoinArray
fun:_PyEval_EvalFrameDefault
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:_PyFunction_FastCallKeywords
}
==24123== 100 bytes in 1 blocks are possibly lost in loss record 27 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFCB7: _PyBuiltin_Init (bltinmodule.c:2830)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 100 bytes in 1 blocks are possibly lost in loss record 28 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFD15: _PyBuiltin_Init (bltinmodule.c:2832)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 100 bytes in 1 blocks are possibly lost in loss record 29 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFDD1: _PyBuiltin_Init (bltinmodule.c:2836)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 100 bytes in 1 blocks are possibly lost in loss record 30 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFE5E: _PyBuiltin_Init (bltinmodule.c:2839)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 100 bytes in 1 blocks are possibly lost in loss record 31 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFF1A: _PyBuiltin_Init (bltinmodule.c:2843)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 101 bytes in 1 blocks are possibly lost in loss record 32 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018860: _PySys_BeginInit (sysmodule.c:2313)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 101 bytes in 1 blocks are possibly lost in loss record 33 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x501702B: make_impl_info (sysmodule.c:2188)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:make_impl_info
}
==24123== 101 bytes in 1 blocks are possibly lost in loss record 34 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBF998: _PyBuiltin_Init (bltinmodule.c:2813)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 101 bytes in 1 blocks are possibly lost in loss record 35 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFA54: _PyBuiltin_Init (bltinmodule.c:2817)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 101 bytes in 1 blocks are possibly lost in loss record 36 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFA83: _PyBuiltin_Init (bltinmodule.c:2818)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 101 bytes in 1 blocks are possibly lost in loss record 37 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFB9D: _PyBuiltin_Init (bltinmodule.c:2824)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 101 bytes in 1 blocks are possibly lost in loss record 38 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFCE6: _PyBuiltin_Init (bltinmodule.c:2831)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 101 bytes in 1 blocks are possibly lost in loss record 39 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFEEB: _PyBuiltin_Init (bltinmodule.c:2842)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 101 bytes in 1 blocks are possibly lost in loss record 40 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x50193F9: _PySys_EndInit (sysmodule.c:2481)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_EndInit
}
==24123== 102 bytes in 1 blocks are possibly lost in loss record 41 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018FB2: _PySys_BeginInit (sysmodule.c:2386)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 102 bytes in 1 blocks are possibly lost in loss record 42 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFA25: _PyBuiltin_Init (bltinmodule.c:2816)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 102 bytes in 1 blocks are possibly lost in loss record 43 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFB10: _PyBuiltin_Init (bltinmodule.c:2821)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 102 bytes in 1 blocks are possibly lost in loss record 44 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFC2A: _PyBuiltin_Init (bltinmodule.c:2827)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 102 bytes in 1 blocks are possibly lost in loss record 45 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFD73: _PyBuiltin_Init (bltinmodule.c:2834)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 102 bytes in 1 blocks are possibly lost in loss record 46 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFE00: _PyBuiltin_Init (bltinmodule.c:2837)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 102 bytes in 1 blocks are possibly lost in loss record 47 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFE8D: _PyBuiltin_Init (bltinmodule.c:2840)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 102 bytes in 1 blocks are possibly lost in loss record 48 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFEBC: _PyBuiltin_Init (bltinmodule.c:2841)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 102 bytes in 1 blocks are possibly lost in loss record 49 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5074A10: PyInit__thread (_threadmodule.c:1385)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:PyInit__thread
}
==24123== 102 bytes in 1 blocks are possibly lost in loss record 50 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4FE17E1: normalizestring (codecs.c:80)
==24123== by 0x4FE21EE: _PyCodec_Lookup (codecs.c:118)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:normalizestring
fun:_PyCodec_Lookup
}
==24123== 103 bytes in 1 blocks are possibly lost in loss record 51 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFBFB: _PyBuiltin_Init (bltinmodule.c:2826)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 103 bytes in 1 blocks are possibly lost in loss record 52 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFD44: _PyBuiltin_Init (bltinmodule.c:2833)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 103 bytes in 1 blocks are possibly lost in loss record 53 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FE1F0F: PyCodec_RegisterError (codecs.c:634)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:PyCodec_RegisterError
}
==24123== 103 bytes in 1 blocks are possibly lost in loss record 54 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A57C: PyUnicode_FromStringAndSize (unicodeobject.c:2092)
==24123== by 0x4FE63E7: PyErr_NewException (errors.c:880)
==24123== by 0x506F0C0: PyInit__signal (signalmodule.c:1502)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromStringAndSize
fun:PyErr_NewException
fun:PyInit__signal
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 55 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F83466: _PyUnicode_FromId (unicodeobject.c:2112)
==24123== by 0x4F0DA85: _PyDict_GetItemId (dictobject.c:3246)
==24123== by 0x4F395E0: PyType_Ready (typeobject.c:5239)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:_PyUnicode_FromId
fun:_PyDict_GetItemId
fun:PyType_Ready
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 56 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018779: _PySys_BeginInit (sysmodule.c:2309)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 57 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018A9C: _PySys_BeginInit (sysmodule.c:2323)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 58 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FFF4FD: _Py_InitializeCore_impl (pylifecycle.c:755)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_Py_InitializeCore_impl
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 59 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFB6E: _PyBuiltin_Init (bltinmodule.c:2823)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 60 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EDFF4A: _PyExc_Init (exceptions.c:2591)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 61 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE005C: _PyExc_Init (exceptions.c:2593)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 62 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE03F8: _PyExc_Init (exceptions.c:2624)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 63 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4EF5627: PyList_New (listobject.c:161)
==24123== by 0x4F8FAA0: init_filters (_warnings.c:1195)
==24123== by 0x4F90457: _PyWarnings_Init (_warnings.c:1248)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyList_New
fun:init_filters
fun:_PyWarnings_Init
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 64 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F904A0: _PyWarnings_Init (_warnings.c:1267)
==24123== by 0x4FFF73E: _Py_InitializeCore_impl (pylifecycle.c:797)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:_PyWarnings_Init
fun:_Py_InitializeCore_impl
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 65 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x50057E6: _PyContext_Init (context.c:1257)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyContext_Init
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 66 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4EF5627: PyList_New (listobject.c:161)
==24123== by 0x4FF765B: PyMarshal_ReadObjectFromString (marshal.c:1564)
==24123== by 0x4FF13F8: PyImport_ImportFrozenModuleObject (import.c:1328)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyList_New
fun:PyMarshal_ReadObjectFromString
fun:PyImport_ImportFrozenModuleObject
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 67 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4EF5627: PyList_New (listobject.c:161)
==24123== by 0x4FF765B: PyMarshal_ReadObjectFromString (marshal.c:1564)
==24123== by 0x4FEDA4F: get_frozen_object (import.c:1276)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyList_New
fun:PyMarshal_ReadObjectFromString
fun:get_frozen_object
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 68 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4EAFD70: PySequence_Tuple (abstract.c:1861)
==24123== by 0x4ED2F7E: intern_string_constants (codeobject.c:73)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:PySequence_Tuple
fun:intern_string_constants
}
==24123== 104 bytes in 1 blocks are possibly lost in loss record 69 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4EF5627: PyList_New (listobject.c:161)
==24123== by 0x5032C3A: _posix_listdir (posixmodule.c:3652)
==24123== by 0x5032FF5: os_listdir_impl (posixmodule.c:3733)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyList_New
fun:_posix_listdir
fun:os_listdir_impl
}
==24123== 105 bytes in 1 blocks are possibly lost in loss record 70 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4F2D198: PyStructSequence_InitType2 (structseq.c:397)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:PyStructSequence_InitType2
}
==24123== 105 bytes in 1 blocks are possibly lost in loss record 71 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F83466: _PyUnicode_FromId (unicodeobject.c:2112)
==24123== by 0x4F0DB42: _PyDict_SetItemId (dictobject.c:3274)
==24123== by 0x4F18CB6: module_init_dict (moduleobject.c:80)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:_PyUnicode_FromId
fun:_PyDict_SetItemId
fun:module_init_dict
}
==24123== 105 bytes in 1 blocks are possibly lost in loss record 72 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018A24: _PySys_BeginInit (sysmodule.c:2321)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 105 bytes in 1 blocks are possibly lost in loss record 73 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018B78: _PySys_BeginInit (sysmodule.c:2327)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 105 bytes in 1 blocks are possibly lost in loss record 74 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018DD6: _PySys_BeginInit (sysmodule.c:2356)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 105 bytes in 1 blocks are possibly lost in loss record 75 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBF9C7: _PyBuiltin_Init (bltinmodule.c:2814)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 105 bytes in 1 blocks are possibly lost in loss record 76 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFC88: _PyBuiltin_Init (bltinmodule.c:2829)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 105 bytes in 1 blocks are possibly lost in loss record 77 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFDA2: _PyBuiltin_Init (bltinmodule.c:2835)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 105 bytes in 1 blocks are possibly lost in loss record 78 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE007D: _PyExc_Init (exceptions.c:2597)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 105 bytes in 1 blocks are possibly lost in loss record 79 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE01A6: _PyExc_Init (exceptions.c:2606)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 105 bytes in 1 blocks are possibly lost in loss record 80 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0209: _PyExc_Init (exceptions.c:2609)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 105 bytes in 1 blocks are possibly lost in loss record 81 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5074A52: PyInit__thread (_threadmodule.c:1388)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:PyInit__thread
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 82 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x50189AE: _PySys_BeginInit (sysmodule.c:2319)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 83 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018C0B: _PySys_BeginInit (sysmodule.c:2335)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 84 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018D61: _PySys_BeginInit (sysmodule.c:2345)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 85 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x50170A1: make_impl_info (sysmodule.c:2196)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:make_impl_info
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 86 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFAE1: _PyBuiltin_Init (bltinmodule.c:2820)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 87 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFBCC: _PyBuiltin_Init (bltinmodule.c:2825)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 88 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFC59: _PyBuiltin_Init (bltinmodule.c:2828)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 89 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFF5F: _PyBuiltin_Init (bltinmodule.c:2845)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 90 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EDFE21: _PyExc_Init (exceptions.c:2582)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 91 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EDFE42: _PyExc_Init (exceptions.c:2583)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 92 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0101: _PyExc_Init (exceptions.c:2601)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 93 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A57C: PyUnicode_FromStringAndSize (unicodeobject.c:2092)
==24123== by 0x4FE63E7: PyErr_NewException (errors.c:880)
==24123== by 0x5093829: PyInit_zipimport (zipimport.c:1641)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromStringAndSize
fun:PyErr_NewException
fun:PyInit_zipimport
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 94 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5019439: _PySys_EndInit (sysmodule.c:2487)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_EndInit
}
==24123== 106 bytes in 1 blocks are possibly lost in loss record 95 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4FF243F: PyImport_ImportModule (import.c:1392)
==24123== by 0x4FF26CA: PyImport_ImportModuleNoBlock (import.c:1412)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyImport_ImportModule
fun:PyImport_ImportModuleNoBlock
}
==24123== 107 bytes in 1 blocks are possibly lost in loss record 96 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F83466: _PyUnicode_FromId (unicodeobject.c:2112)
==24123== by 0x4F0DB42: _PyDict_SetItemId (dictobject.c:3274)
==24123== by 0x4F18C98: module_init_dict (moduleobject.c:78)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:_PyUnicode_FromId
fun:_PyDict_SetItemId
fun:module_init_dict
}
==24123== 107 bytes in 1 blocks are possibly lost in loss record 97 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x50187DC: _PySys_BeginInit (sysmodule.c:2311)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 107 bytes in 1 blocks are possibly lost in loss record 98 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x50188C5: _PySys_BeginInit (sysmodule.c:2316)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 107 bytes in 1 blocks are possibly lost in loss record 99 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018B0A: _PySys_BeginInit (sysmodule.c:2325)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 107 bytes in 1 blocks are possibly lost in loss record 100 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018C7E: _PySys_BeginInit (sysmodule.c:2337)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 107 bytes in 1 blocks are possibly lost in loss record 101 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFAB2: _PyBuiltin_Init (bltinmodule.c:2819)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 107 bytes in 1 blocks are possibly lost in loss record 102 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EDFEC6: _PyExc_Init (exceptions.c:2587)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 107 bytes in 1 blocks are possibly lost in loss record 103 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE01E8: _PyExc_Init (exceptions.c:2608)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 107 bytes in 1 blocks are possibly lost in loss record 104 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE022A: _PyExc_Init (exceptions.c:2610)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 107 bytes in 1 blocks are possibly lost in loss record 105 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5019325: _PySys_EndInit (sysmodule.c:2468)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_EndInit
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 106 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F83466: _PyUnicode_FromId (unicodeobject.c:2112)
==24123== by 0x4F0DB42: _PyDict_SetItemId (dictobject.c:3274)
==24123== by 0x4F18C7A: module_init_dict (moduleobject.c:76)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:_PyUnicode_FromId
fun:_PyDict_SetItemId
fun:module_init_dict
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 107 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018938: _PySys_BeginInit (sysmodule.c:2317)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 108 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5019095: _PySys_BeginInit (sysmodule.c:2414)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 109 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFB3F: _PyBuiltin_Init (bltinmodule.c:2822)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 110 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EDFF08: _PyExc_Init (exceptions.c:2589)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 111 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0164: _PyExc_Init (exceptions.c:2604)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 112 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE01C7: _PyExc_Init (exceptions.c:2607)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 113 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0374: _PyExc_Init (exceptions.c:2620)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 114 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE03B6: _PyExc_Init (exceptions.c:2622)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 115 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE03D7: _PyExc_Init (exceptions.c:2623)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 116 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0419: _PyExc_Init (exceptions.c:2625)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 117 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x501936D: _PySys_EndInit (sysmodule.c:2470)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_EndInit
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 118 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5019391: _PySys_EndInit (sysmodule.c:2471)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_EndInit
}
==24123== 108 bytes in 1 blocks are possibly lost in loss record 119 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5019419: _PySys_EndInit (sysmodule.c:2484)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_EndInit
}
==24123== 109 bytes in 1 blocks are possibly lost in loss record 120 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018E69: _PySys_BeginInit (sysmodule.c:2368)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 109 bytes in 1 blocks are possibly lost in loss record 121 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBFE2F: _PyBuiltin_Init (bltinmodule.c:2838)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 109 bytes in 1 blocks are possibly lost in loss record 122 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE206E: _PyExc_Init (exceptions.c:2563)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 109 bytes in 1 blocks are possibly lost in loss record 123 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE009E: _PyExc_Init (exceptions.c:2598)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 109 bytes in 1 blocks are possibly lost in loss record 124 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE024B: _PyExc_Init (exceptions.c:2611)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 109 bytes in 1 blocks are possibly lost in loss record 125 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0521: _PyExc_Init (exceptions.c:2633)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 109 bytes in 1 blocks are possibly lost in loss record 126 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE1105: _PyExc_Init (exceptions.c:2678)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 109 bytes in 1 blocks are possibly lost in loss record 127 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FF0A6C: module_dict_for_exec (import.c:938)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:module_dict_for_exec
}
==24123== 110 bytes in 1 blocks are possibly lost in loss record 128 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1C62: _PyExc_Init (exceptions.c:2546)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 110 bytes in 1 blocks are possibly lost in loss record 129 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EDFE00: _PyExc_Init (exceptions.c:2581)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 110 bytes in 1 blocks are possibly lost in loss record 130 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EDFE84: _PyExc_Init (exceptions.c:2585)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 110 bytes in 1 blocks are possibly lost in loss record 131 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EDFEA5: _PyExc_Init (exceptions.c:2586)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 110 bytes in 1 blocks are possibly lost in loss record 132 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0332: _PyExc_Init (exceptions.c:2618)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 110 bytes in 1 blocks are possibly lost in loss record 133 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE047C: _PyExc_Init (exceptions.c:2628)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 110 bytes in 1 blocks are possibly lost in loss record 134 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE04BE: _PyExc_Init (exceptions.c:2630)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 110 bytes in 1 blocks are possibly lost in loss record 135 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE04DF: _PyExc_Init (exceptions.c:2631)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 111 bytes in 1 blocks are possibly lost in loss record 136 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018714: _PySys_BeginInit (sysmodule.c:2304)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 111 bytes in 1 blocks are possibly lost in loss record 137 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018F1F: _PySys_BeginInit (sysmodule.c:2377)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 111 bytes in 1 blocks are possibly lost in loss record 138 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FBF9F6: _PyBuiltin_Init (bltinmodule.c:2815)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyBuiltin_Init
}
==24123== 111 bytes in 1 blocks are possibly lost in loss record 139 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1C18: _PyExc_Init (exceptions.c:2545)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 111 bytes in 1 blocks are possibly lost in loss record 140 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE00BF: _PyExc_Init (exceptions.c:2599)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 111 bytes in 1 blocks are possibly lost in loss record 141 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0143: _PyExc_Init (exceptions.c:2603)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 111 bytes in 1 blocks are possibly lost in loss record 142 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE02CF: _PyExc_Init (exceptions.c:2615)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 111 bytes in 1 blocks are possibly lost in loss record 143 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0395: _PyExc_Init (exceptions.c:2621)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 111 bytes in 1 blocks are possibly lost in loss record 144 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE049D: _PyExc_Init (exceptions.c:2629)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 111 bytes in 1 blocks are possibly lost in loss record 145 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0500: _PyExc_Init (exceptions.c:2632)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 111 bytes in 1 blocks are possibly lost in loss record 146 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5019646: _PySys_EndInit (sysmodule.c:2477)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_EndInit
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 147 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09967: PyDict_New (dictobject.c:675)
==24123== by 0x4F833DF: PyUnicode_InternInPlace (unicodeobject.c:15190)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:PyDict_New
fun:PyUnicode_InternInPlace
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 148 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x501865E: _PySys_BeginInit (sysmodule.c:2302)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 149 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4FF8AA3: do_mktuple (modsupport.c:258)
==24123== by 0x4FF8096: do_mkvalue (modsupport.c:288)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:do_mktuple
fun:do_mkvalue
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 150 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09967: PyDict_New (dictobject.c:675)
==24123== by 0x5016FF2: make_impl_info (sysmodule.c:2179)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:PyDict_New
fun:make_impl_info
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 151 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE16E4: _PyExc_Init (exceptions.c:2527)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 152 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE222A: _PyExc_Init (exceptions.c:2569)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 153 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE02F0: _PyExc_Init (exceptions.c:2616)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 154 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0542: _PyExc_Init (exceptions.c:2634)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 155 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0571: _PyExc_Init (exceptions.c:2643)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 156 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0592: _PyExc_Init (exceptions.c:2645)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 157 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE07DF: _PyExc_Init (exceptions.c:2650)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 158 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0BC6: _PyExc_Init (exceptions.c:2663)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 159 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0F22: _PyExc_Init (exceptions.c:2673)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 160 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09967: PyDict_New (dictobject.c:675)
==24123== by 0x4F90478: _PyWarnings_Init (_warnings.c:1257)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:PyDict_New
fun:_PyWarnings_Init
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 161 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F1899B: PyCFunction_NewEx (methodobject.c:38)
==24123== by 0x4ED75B1: classmethod_get (descrobject.c:125)
==24123== by 0x4F42911: type_getattro (typeobject.c:3186)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyCFunction_NewEx
fun:classmethod_get
fun:type_getattro
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 162 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09967: PyDict_New (dictobject.c:675)
==24123== by 0x4F34285: type_prepare (typeobject.c:3332)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:PyDict_New
fun:type_prepare
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 163 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F07AB0: make_keys_shared (dictobject.c:1231)
==24123== by 0x4F0E0CD: _PyObjectDict_SetItem (dictobject.c:4350)
==24123== by 0x4F1E2B4: _PyObject_GenericSetAttrWithDict (object.c:1318)
==24123== by 0x4F1E3AD: PyObject_GenericSetAttr (object.c:1340)
==24123== by 0x4F1D1D7: PyObject_SetAttr (object.c:977)
==24123== by 0x4FCB2FE: _PyEval_EvalFrameDefault (ceval.c:2111)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:make_keys_shared
fun:_PyObjectDict_SetItem
fun:_PyObject_GenericSetAttrWithDict
fun:PyObject_GenericSetAttr
fun:PyObject_SetAttr
fun:_PyEval_EvalFrameDefault
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 164 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09967: PyDict_New (dictobject.c:675)
==24123== by 0x4FE63C9: PyErr_NewException (errors.c:875)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:PyDict_New
fun:PyErr_NewException
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 165 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4F2EC01: tupleconcat (tupleobject.c:467)
==24123== by 0x4EAC966: PyNumber_Add (abstract.c:959)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:tupleconcat
fun:PyNumber_Add
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 166 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09C17: _PyDict_NewPresized (dictobject.c:1274)
==24123== by 0x4FCD320: _PyEval_EvalFrameDefault (ceval.c:2551)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:_PyDict_NewPresized
fun:_PyEval_EvalFrameDefault
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 167 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09967: PyDict_New (dictobject.c:675)
==24123== by 0x50415AD: PyInit_posix (posixmodule.c:13779)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:PyDict_New
fun:PyInit_posix
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 168 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x5041308: PyInit_posix (posixmodule.c:13814)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123== by 0x4ED145C: PyCFunction_Call (call.c:787)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:PyInit_posix
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
fun:PyCFunction_Call
}
==24123== 112 bytes in 1 blocks are possibly lost in loss record 169 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F6F6A4: PyUnicode_Append (unicodeobject.c:11282)
==24123== by 0x4FC0A5B: unicode_concatenate (ceval.c:5088)
==24123== by 0x4FC6B16: _PyEval_EvalFrameDefault (ceval.c:1292)
==24123== by 0x4FC39F9: PyEval_EvalFrameEx (ceval.c:536)
==24123== by 0x4ECDFE7: function_code_fastcall (call.c:283)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:PyUnicode_Append
fun:unicode_concatenate
fun:_PyEval_EvalFrameDefault
fun:PyEval_EvalFrameEx
fun:function_code_fastcall
}
==24123== 113 bytes in 1 blocks are possibly lost in loss record 170 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4F2D1F5: PyStructSequence_InitType2 (structseq.c:398)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:PyStructSequence_InitType2
}
==24123== 113 bytes in 1 blocks are possibly lost in loss record 171 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5019027: _PySys_BeginInit (sysmodule.c:2407)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 113 bytes in 1 blocks are possibly lost in loss record 172 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE23E6: _PyExc_Init (exceptions.c:2575)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 113 bytes in 1 blocks are possibly lost in loss record 173 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EDFFD3: _PyExc_Init (exceptions.c:2592)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 113 bytes in 1 blocks are possibly lost in loss record 174 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0185: _PyExc_Init (exceptions.c:2605)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 113 bytes in 1 blocks are possibly lost in loss record 175 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0E76: _PyExc_Init (exceptions.c:2671)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 113 bytes in 1 blocks are possibly lost in loss record 176 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x50193B5: _PySys_EndInit (sysmodule.c:2472)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_EndInit
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 177 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4F2D13B: PyStructSequence_InitType2 (structseq.c:396)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:PyStructSequence_InitType2
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 178 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE144A: _PyExc_Init (exceptions.c:2518)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 179 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1A12: _PyExc_Init (exceptions.c:2538)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 180 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1FDA: _PyExc_Init (exceptions.c:2560)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 181 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE2196: _PyExc_Init (exceptions.c:2567)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 182 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EDFEE7: _PyExc_Init (exceptions.c:2588)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 183 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0122: _PyExc_Init (exceptions.c:2602)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 184 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0353: _PyExc_Init (exceptions.c:2619)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 185 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0916: _PyExc_Init (exceptions.c:2655)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 186 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0C72: _PyExc_Init (exceptions.c:2665)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 187 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0D1E: _PyExc_Init (exceptions.c:2667)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 188 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F836F1: PyUnicode_InternFromString (unicodeobject.c:15227)
==24123== by 0x4FF1749: PyImport_ImportFrozenModule (import.c:1374)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyUnicode_InternFromString
fun:PyImport_ImportFrozenModule
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 189 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x50748D7: PyInit__thread (_threadmodule.c:1356)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__thread
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 190 of 554
==24123== at 0x4C31D2F: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1EFD3: _PyMem_RawRealloc (obmalloc.c:97)
==24123== by 0x4F1F9AA: _PyMem_DebugRawRealloc (obmalloc.c:2107)
==24123== by 0x4F1FC2E: _PyMem_DebugRealloc (obmalloc.c:2186)
==24123== by 0x4F207FE: PyObject_Realloc (obmalloc.c:634)
==24123== by 0x4F4BA70: resize_compact (unicodeobject.c:929)
==24123== by 0x4F77D95: _PyUnicodeWriter_Finish (unicodeobject.c:13698)
==24123== by 0x4F813AC: build_string (unicode_format.h:926)
==24123== by 0x4F814D7: do_string_format (unicode_format.h:952)
==24123== by 0x4ECF27F: _PyMethodDef_RawFastCallKeywords (call.c:690)
==24123== by 0x4ED97CF: _PyMethodDescr_FastCallKeywords (descrobject.c:288)
==24123== by 0x4FD0D48: call_function (ceval.c:4600)
==24123== by 0x4FD0D48: _PyEval_EvalFrameDefault (ceval.c:3186)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:realloc
fun:_PyMem_RawRealloc
fun:_PyMem_DebugRawRealloc
fun:_PyMem_DebugRealloc
fun:PyObject_Realloc
fun:resize_compact
fun:_PyUnicodeWriter_Finish
fun:build_string
fun:do_string_format
fun:_PyMethodDef_RawFastCallKeywords
fun:_PyMethodDescr_FastCallKeywords
fun:call_function
fun:_PyEval_EvalFrameDefault
}
==24123== 114 bytes in 1 blocks are possibly lost in loss record 191 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4FF243F: PyImport_ImportModule (import.c:1392)
==24123== by 0x4FFD988: init_sys_streams (pylifecycle.c:1818)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyImport_ImportModule
fun:init_sys_streams
}
==24123== 115 bytes in 1 blocks are possibly lost in loss record 192 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B5A9: _Py_ReadyTypes (object.c:1699)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 115 bytes in 1 blocks are possibly lost in loss record 193 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018746: _PySys_BeginInit (sysmodule.c:2306)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 115 bytes in 1 blocks are possibly lost in loss record 194 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE239C: _PyExc_Init (exceptions.c:2574)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 115 bytes in 1 blocks are possibly lost in loss record 195 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EDFE63: _PyExc_Init (exceptions.c:2584)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 115 bytes in 1 blocks are possibly lost in loss record 196 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE026C: _PyExc_Init (exceptions.c:2612)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 115 bytes in 1 blocks are possibly lost in loss record 197 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE028D: _PyExc_Init (exceptions.c:2613)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 115 bytes in 1 blocks are possibly lost in loss record 198 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0311: _PyExc_Init (exceptions.c:2617)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 115 bytes in 1 blocks are possibly lost in loss record 199 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE043A: _PyExc_Init (exceptions.c:2626)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 115 bytes in 1 blocks are possibly lost in loss record 200 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0DCA: _PyExc_Init (exceptions.c:2669)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 115 bytes in 1 blocks are possibly lost in loss record 201 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE1059: _PyExc_Init (exceptions.c:2676)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 115 bytes in 1 blocks are possibly lost in loss record 202 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x50748C3: PyInit__thread (_threadmodule.c:1354)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__thread
}
==24123== 116 bytes in 1 blocks are possibly lost in loss record 203 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE2102: _PyExc_Init (exceptions.c:2565)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 116 bytes in 1 blocks are possibly lost in loss record 204 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE214C: _PyExc_Init (exceptions.c:2566)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 116 bytes in 1 blocks are possibly lost in loss record 205 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EDFF29: _PyExc_Init (exceptions.c:2590)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 116 bytes in 1 blocks are possibly lost in loss record 206 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE00E0: _PyExc_Init (exceptions.c:2600)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 117 bytes in 1 blocks are possibly lost in loss record 207 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5018CEC: _PySys_BeginInit (sysmodule.c:2339)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PySys_BeginInit
}
==24123== 117 bytes in 1 blocks are possibly lost in loss record 208 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE169A: _PyExc_Init (exceptions.c:2526)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 117 bytes in 1 blocks are possibly lost in loss record 209 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE20B8: _PyExc_Init (exceptions.c:2564)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 117 bytes in 1 blocks are possibly lost in loss record 210 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE21E0: _PyExc_Init (exceptions.c:2568)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 117 bytes in 1 blocks are possibly lost in loss record 211 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0B1A: _PyExc_Init (exceptions.c:2661)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 118 bytes in 1 blocks are possibly lost in loss record 212 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE172E: _PyExc_Init (exceptions.c:2528)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 118 bytes in 1 blocks are possibly lost in loss record 213 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE02AE: _PyExc_Init (exceptions.c:2614)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 118 bytes in 1 blocks are possibly lost in loss record 214 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FF27D7: PyInit__imp (import.c:2299)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:PyInit__imp
}
==24123== 119 bytes in 1 blocks are possibly lost in loss record 215 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1856: _PyExc_Init (exceptions.c:2532)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 119 bytes in 1 blocks are possibly lost in loss record 216 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE18EA: _PyExc_Init (exceptions.c:2534)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 119 bytes in 1 blocks are possibly lost in loss record 217 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE2308: _PyExc_Init (exceptions.c:2572)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 119 bytes in 1 blocks are possibly lost in loss record 218 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE09C2: _PyExc_Init (exceptions.c:2657)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 119 bytes in 1 blocks are possibly lost in loss record 219 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE0A6E: _PyExc_Init (exceptions.c:2659)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 120 bytes in 1 blocks are possibly lost in loss record 220 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1934: _PyExc_Init (exceptions.c:2535)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 120 bytes in 1 blocks are possibly lost in loss record 221 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE197E: _PyExc_Init (exceptions.c:2536)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 120 bytes in 1 blocks are possibly lost in loss record 222 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE2352: _PyExc_Init (exceptions.c:2573)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 120 bytes in 1 blocks are possibly lost in loss record 223 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F192DF: PyModule_NewObject (moduleobject.c:95)
==24123== by 0x4FF020C: _PyImport_AddModuleObject (import.c:806)
==24123== by 0x4FF0A15: PyImport_AddModuleObject (import.c:782)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyModule_NewObject
fun:_PyImport_AddModuleObject
fun:PyImport_AddModuleObject
}
==24123== 120 bytes in 1 blocks are possibly lost in loss record 224 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4EF17D5: list_item (listobject.c:414)
==24123== by 0x4EAE0BC: PySequence_GetItem (abstract.c:1681)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:list_item
fun:PySequence_GetItem
}
==24123== 120 bytes in 3 blocks are possibly lost in loss record 225 of 554
==24123== at 0x4C31B25: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F001: _PyMem_RawCalloc (obmalloc.c:89)
==24123== by 0x4F1F5DA: _PyMem_DebugRawAlloc (obmalloc.c:1991)
==24123== by 0x4F1F761: _PyMem_DebugRawCalloc (obmalloc.c:2032)
==24123== by 0x4F1F7A5: _PyMem_DebugCalloc (obmalloc.c:2170)
==24123== by 0x4F205E0: PyMem_Calloc (obmalloc.c:545)
==24123== by 0x4EF5647: PyList_New (listobject.c:171)
==24123== by 0x4FCC5FC: _PyEval_EvalFrameDefault (ceval.c:2367)
==24123== by 0x4FC39F9: PyEval_EvalFrameEx (ceval.c:536)
==24123== by 0x4FC45F9: _PyEval_EvalCodeWithName (ceval.c:3951)
==24123== by 0x4FC47F1: PyEval_EvalCodeEx (ceval.c:3980)
==24123== by 0x4FC481F: PyEval_EvalCode (ceval.c:513)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:_PyMem_RawCalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawCalloc
fun:_PyMem_DebugCalloc
fun:PyMem_Calloc
fun:PyList_New
fun:_PyEval_EvalFrameDefault
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:PyEval_EvalCodeEx
fun:PyEval_EvalCode
}
==24123== 121 bytes in 1 blocks are possibly lost in loss record 226 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE14DE: _PyExc_Init (exceptions.c:2520)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 121 bytes in 1 blocks are possibly lost in loss record 227 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1606: _PyExc_Init (exceptions.c:2524)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 122 bytes in 1 blocks are possibly lost in loss record 228 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1572: _PyExc_Init (exceptions.c:2522)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 122 bytes in 1 blocks are possibly lost in loss record 229 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4EE045B: _PyExc_Init (exceptions.c:2627)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:_PyExc_Init
}
==24123== 123 bytes in 1 blocks are possibly lost in loss record 230 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE19C8: _PyExc_Init (exceptions.c:2537)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 123 bytes in 1 blocks are possibly lost in loss record 231 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE2024: _PyExc_Init (exceptions.c:2562)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 124 bytes in 1 blocks are possibly lost in loss record 232 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1528: _PyExc_Init (exceptions.c:2521)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 124 bytes in 1 blocks are possibly lost in loss record 233 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F20517: PyMem_RawMalloc (obmalloc.c:503)
==24123== by 0x4F20672: _PyMem_RawWcsdup (obmalloc.c:575)
==24123== by 0x4FF98E6: copy_wstr (pathconfig.c:20)
==24123== by 0x4FFA067: _PyPathConfig_SetGlobal (pathconfig.c:124)
==24123== by 0x4FFA451: _PyCoreConfig_SetPathConfig (pathconfig.c:224)
==24123== by 0x4FFF7A3: _Py_InitializeCore_impl (pylifecycle.c:805)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:PyMem_RawMalloc
fun:_PyMem_RawWcsdup
fun:copy_wstr
fun:_PyPathConfig_SetGlobal
fun:_PyCoreConfig_SetPathConfig
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
}
==24123== 125 bytes in 1 blocks are possibly lost in loss record 234 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1244: _PyExc_Init (exceptions.c:2511)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 125 bytes in 1 blocks are possibly lost in loss record 235 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE13B6: _PyExc_Init (exceptions.c:2516)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 125 bytes in 1 blocks are possibly lost in loss record 236 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE180C: _PyExc_Init (exceptions.c:2531)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 126 bytes in 1 blocks are possibly lost in loss record 237 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE17C2: _PyExc_Init (exceptions.c:2530)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 127 bytes in 1 blocks are possibly lost in loss record 238 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1322: _PyExc_Init (exceptions.c:2514)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 127 bytes in 1 blocks are possibly lost in loss record 239 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x50778F4: PyInit__io (_iomodule.c:681)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 129 bytes in 1 blocks are possibly lost in loss record 240 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1AA6: _PyExc_Init (exceptions.c:2540)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 130 bytes in 1 blocks are possibly lost in loss record 241 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1A5C: _PyExc_Init (exceptions.c:2539)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 131 bytes in 1 blocks are possibly lost in loss record 242 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1494: _PyExc_Init (exceptions.c:2519)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 131 bytes in 1 blocks are possibly lost in loss record 243 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1CAC: _PyExc_Init (exceptions.c:2547)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 132 bytes in 1 blocks are possibly lost in loss record 244 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1AF0: _PyExc_Init (exceptions.c:2541)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 133 bytes in 1 blocks are possibly lost in loss record 245 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE11B0: _PyExc_Init (exceptions.c:2509)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 133 bytes in 1 blocks are possibly lost in loss record 246 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1778: _PyExc_Init (exceptions.c:2529)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 133 bytes in 1 blocks are possibly lost in loss record 247 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE22BE: _PyExc_Init (exceptions.c:2571)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 134 bytes in 1 blocks are possibly lost in loss record 248 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE136C: _PyExc_Init (exceptions.c:2515)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 135 bytes in 1 blocks are possibly lost in loss record 249 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE2274: _PyExc_Init (exceptions.c:2570)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 136 bytes in 1 blocks are possibly lost in loss record 250 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4F2E78C: tuple_subtype_new (tupleobject.c:698)
==24123== by 0x4F2E689: tuple_new_impl (tupleobject.c:679)
==24123== by 0x4F2E6F8: tuple_new (tupleobject.c.h:76)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:tuple_subtype_new
fun:tuple_new_impl
fun:tuple_new
}
==24123== 137 bytes in 1 blocks are possibly lost in loss record 251 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE12D8: _PyExc_Init (exceptions.c:2513)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 138 bytes in 1 blocks are possibly lost in loss record 252 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B725: _Py_ReadyTypes (object.c:1756)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 138 bytes in 1 blocks are possibly lost in loss record 253 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE128E: _PyExc_Init (exceptions.c:2512)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 142 bytes in 1 blocks are possibly lost in loss record 254 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1BCE: _PyExc_Init (exceptions.c:2544)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 142 bytes in 1 blocks are possibly lost in loss record 255 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1DD4: _PyExc_Init (exceptions.c:2551)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 142 bytes in 1 blocks are possibly lost in loss record 256 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1F90: _PyExc_Init (exceptions.c:2557)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 143 bytes in 1 blocks are possibly lost in loss record 257 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE11FA: _PyExc_Init (exceptions.c:2510)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 144 bytes in 1 blocks are possibly lost in loss record 258 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE15BC: _PyExc_Init (exceptions.c:2523)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 144 bytes in 1 blocks are possibly lost in loss record 259 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1650: _PyExc_Init (exceptions.c:2525)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 144 bytes in 1 blocks are possibly lost in loss record 260 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE18A0: _PyExc_Init (exceptions.c:2533)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 144 bytes in 1 blocks are possibly lost in loss record 261 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1CF6: _PyExc_Init (exceptions.c:2548)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 147 bytes in 1 blocks are possibly lost in loss record 262 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1D40: _PyExc_Init (exceptions.c:2549)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 152 bytes in 1 blocks are possibly lost in loss record 263 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1BA59: _Py_ReadyTypes (object.c:1879)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 152 bytes in 1 blocks are possibly lost in loss record 264 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x4F03D5F: _PyLong_Init (longobject.c:5607)
==24123== by 0x4FFF37C: _Py_InitializeCore_impl (pylifecycle.c:729)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123== by 0x5000760: Py_InitializeEx (pylifecycle.c:1023)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:_PyLong_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
fun:Py_InitializeEx
}
==24123== 152 bytes in 1 blocks are possibly lost in loss record 265 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x50190FD: _PySys_BeginInit (sysmodule.c:2418)
==24123== by 0x4FFF455: _Py_InitializeCore_impl (pylifecycle.c:744)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123== by 0x5000760: Py_InitializeEx (pylifecycle.c:1023)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:_PySys_BeginInit
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
fun:Py_InitializeEx
}
==24123== 152 bytes in 1 blocks are possibly lost in loss record 266 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1400: _PyExc_Init (exceptions.c:2517)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 152 bytes in 1 blocks are possibly lost in loss record 267 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1E1E: _PyExc_Init (exceptions.c:2552)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 152 bytes in 1 blocks are possibly lost in loss record 268 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x5041331: PyInit_posix (posixmodule.c:13820)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123== by 0x4ED145C: PyCFunction_Call (call.c:787)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:PyInit_posix
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
fun:PyCFunction_Call
}
==24123== 156 bytes in 1 blocks are possibly lost in loss record 269 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1B3A: _PyExc_Init (exceptions.c:2542)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 157 bytes in 1 blocks are possibly lost in loss record 270 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x5077BA0: PyInit__io (_iomodule.c:692)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 159 bytes in 1 blocks are possibly lost in loss record 271 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B991: _Py_ReadyTypes (object.c:1849)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 160 bytes in 2 blocks are possibly lost in loss record 272 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4EF8CD5: _PyLong_New (longobject.c:208)
==24123== by 0x4FF522D: r_PyLong (marshal.c:810)
==24123== by 0x4FF59BD: r_object (marshal.c:1026)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyLong_New
fun:r_PyLong
fun:r_object
fun:r_object
fun:r_object
fun:r_object
}
==24123== 161 bytes in 1 blocks are possibly lost in loss record 273 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B879: _Py_ReadyTypes (object.c:1807)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 162 bytes in 1 blocks are possibly lost in loss record 274 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B83D: _Py_ReadyTypes (object.c:1798)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 162 bytes in 1 blocks are possibly lost in loss record 275 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1EB2: _PyExc_Init (exceptions.c:2554)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 164 bytes in 1 blocks are possibly lost in loss record 276 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B7ED: _Py_ReadyTypes (object.c:1786)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 165 bytes in 1 blocks are possibly lost in loss record 277 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x5077D18: PyInit__io (_iomodule.c:708)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 172 bytes in 1 blocks are possibly lost in loss record 278 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F655BB: PyUnicode_AsUnicodeAndSize (unicodeobject.c:3890)
==24123== by 0x4F658A7: PyUnicode_AsWideCharString (unicodeobject.c:2987)
==24123== by 0x4F659CB: unicode_encode_locale (unicodeobject.c:3360)
==24123== by 0x4F6A72D: PyUnicode_EncodeFSDefault (unicodeobject.c:3432)
==24123== by 0x50255F9: _Py_stat (fileutils.c:899)
==24123== by 0x5090606: zipimport_zipimporter___init___impl (zipimport.c:131)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_AsUnicodeAndSize
fun:PyUnicode_AsWideCharString
fun:unicode_encode_locale
fun:PyUnicode_EncodeFSDefault
fun:_Py_stat
fun:zipimport_zipimporter___init___impl
}
==24123== 175 bytes in 1 blocks are possibly lost in loss record 279 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1D8A: _PyExc_Init (exceptions.c:2550)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 175 bytes in 2 blocks are possibly lost in loss record 280 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4EC0171: _PyBytes_FromSize (bytesobject.c:85)
==24123== by 0x4EC199A: PyBytes_FromStringAndSize (bytesobject.c:119)
==24123== by 0x4FF5C05: r_object (marshal.c:1088)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyBytes_FromSize
fun:PyBytes_FromStringAndSize
fun:r_object
fun:r_object
fun:r_object
fun:r_object
}
==24123== 182 bytes in 1 blocks are possibly lost in loss record 281 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1E68: _PyExc_Init (exceptions.c:2553)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 185 bytes in 1 blocks are possibly lost in loss record 282 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B699: _Py_ReadyTypes (object.c:1735)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 191 bytes in 1 blocks are possibly lost in loss record 283 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1EFC: _PyExc_Init (exceptions.c:2555)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 192 bytes in 1 blocks are possibly lost in loss record 284 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x501A743: PyThread_GetInfo (thread.c:180)
==24123== by 0x5019077: _PySys_BeginInit (sysmodule.c:2414)
==24123== by 0x4FFF455: _Py_InitializeCore_impl (pylifecycle.c:744)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:PyThread_GetInfo
fun:_PySys_BeginInit
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
}
==24123== 192 bytes in 2 blocks are possibly lost in loss record 285 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4F2F0A4: PyTuple_Pack (tupleobject.c:218)
==24123== by 0x4FE6423: PyErr_NewException (errors.c:892)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:PyTuple_Pack
fun:PyErr_NewException
}
==24123== 193 bytes in 1 blocks are possibly lost in loss record 286 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1E1E0: _PyObject_GenericSetAttrWithDict (object.c:1287)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyObject_GenericSetAttrWithDict
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 287 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1B5A9: _Py_ReadyTypes (object.c:1699)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 288 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F833DF: PyUnicode_InternInPlace (unicodeobject.c:15190)
==24123== by 0x4F83702: PyUnicode_InternFromString (unicodeobject.c:15230)
==24123== by 0x4F33BAA: init_slotdefs (typeobject.c:7166)
==24123== by 0x4F36691: add_operators (typeobject.c:7395)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyUnicode_InternInPlace
fun:PyUnicode_InternFromString
fun:init_slotdefs
fun:add_operators
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 289 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1B635: _Py_ReadyTypes (object.c:1720)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 290 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1B699: _Py_ReadyTypes (object.c:1735)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 291 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1B711: _Py_ReadyTypes (object.c:1753)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 292 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1B739: _Py_ReadyTypes (object.c:1759)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 293 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4F1B739: _Py_ReadyTypes (object.c:1759)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 294 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1B74D: _Py_ReadyTypes (object.c:1762)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 295 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4F1B74D: _Py_ReadyTypes (object.c:1762)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 296 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1B761: _Py_ReadyTypes (object.c:1765)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 297 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4F1B761: _Py_ReadyTypes (object.c:1765)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 298 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1B775: _Py_ReadyTypes (object.c:1768)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 299 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1B789: _Py_ReadyTypes (object.c:1771)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 300 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1B83D: _Py_ReadyTypes (object.c:1798)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 301 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1B97D: _Py_ReadyTypes (object.c:1846)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 302 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1B9B9: _Py_ReadyTypes (object.c:1855)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 303 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1BA31: _Py_ReadyTypes (object.c:1873)
==24123== by 0x4FFF377: _Py_InitializeCore_impl (pylifecycle.c:727)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_Py_ReadyTypes
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 304 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F2D0E5: PyStructSequence_InitType2 (structseq.c:379)
==24123== by 0x4EEB434: _PyFloat_Init (floatobject.c:2002)
==24123== by 0x4FFF3F1: _Py_InitializeCore_impl (pylifecycle.c:735)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:PyStructSequence_InitType2
fun:_PyFloat_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 305 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F1928A: PyModuleDef_Init (moduleobject.c:46)
==24123== by 0x4F19A13: _PyModule_CreateInitialized (moduleobject.c:187)
==24123== by 0x50185F0: _PySys_BeginInit (sysmodule.c:2278)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:PyModuleDef_Init
fun:_PyModule_CreateInitialized
fun:_PySys_BeginInit
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 306 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F19310: PyModule_NewObject (moduleobject.c:102)
==24123== by 0x4F193B7: PyModule_New (moduleobject.c:120)
==24123== by 0x4F19A8C: _PyModule_CreateInitialized (moduleobject.c:215)
==24123== by 0x50185F0: _PySys_BeginInit (sysmodule.c:2278)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyModule_NewObject
fun:PyModule_New
fun:_PyModule_CreateInitialized
fun:_PySys_BeginInit
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 307 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F8315E: _PyUnicode_Init (unicodeobject.c:15141)
==24123== by 0x4FFF516: _Py_InitializeCore_impl (pylifecycle.c:759)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyUnicode_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 308 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F8316E: _PyUnicode_Init (unicodeobject.c:15144)
==24123== by 0x4FFF516: _Py_InitializeCore_impl (pylifecycle.c:759)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyUnicode_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 309 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4FBF92A: _PyBuiltin_Init (bltinmodule.c:2786)
==24123== by 0x4FFF56A: _Py_InitializeCore_impl (pylifecycle.c:765)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyBuiltin_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 310 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE11FA: _PyExc_Init (exceptions.c:2510)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 311 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1244: _PyExc_Init (exceptions.c:2511)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 312 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE1244: _PyExc_Init (exceptions.c:2511)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 313 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE128E: _PyExc_Init (exceptions.c:2512)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 314 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE12D8: _PyExc_Init (exceptions.c:2513)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 315 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1322: _PyExc_Init (exceptions.c:2514)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 316 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE136C: _PyExc_Init (exceptions.c:2515)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 317 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE13B6: _PyExc_Init (exceptions.c:2516)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 318 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1400: _PyExc_Init (exceptions.c:2517)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 319 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE144A: _PyExc_Init (exceptions.c:2518)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 320 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1494: _PyExc_Init (exceptions.c:2519)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 321 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1572: _PyExc_Init (exceptions.c:2522)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 322 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE1572: _PyExc_Init (exceptions.c:2522)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 323 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE15BC: _PyExc_Init (exceptions.c:2523)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 324 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1606: _PyExc_Init (exceptions.c:2524)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 325 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1650: _PyExc_Init (exceptions.c:2525)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 326 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE1650: _PyExc_Init (exceptions.c:2525)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 327 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE169A: _PyExc_Init (exceptions.c:2526)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 328 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE16E4: _PyExc_Init (exceptions.c:2527)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 329 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE172E: _PyExc_Init (exceptions.c:2528)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 330 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1778: _PyExc_Init (exceptions.c:2529)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 331 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE1778: _PyExc_Init (exceptions.c:2529)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 332 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE17C2: _PyExc_Init (exceptions.c:2530)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 333 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE180C: _PyExc_Init (exceptions.c:2531)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 334 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE180C: _PyExc_Init (exceptions.c:2531)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 335 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1856: _PyExc_Init (exceptions.c:2532)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 336 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE18A0: _PyExc_Init (exceptions.c:2533)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 337 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE18EA: _PyExc_Init (exceptions.c:2534)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 338 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE18EA: _PyExc_Init (exceptions.c:2534)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 339 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1934: _PyExc_Init (exceptions.c:2535)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 340 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE197E: _PyExc_Init (exceptions.c:2536)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 341 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1A5C: _PyExc_Init (exceptions.c:2539)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 342 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1AA6: _PyExc_Init (exceptions.c:2540)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 343 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE1AA6: _PyExc_Init (exceptions.c:2540)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 344 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1AF0: _PyExc_Init (exceptions.c:2541)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 345 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1B3A: _PyExc_Init (exceptions.c:2542)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 346 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1B84: _PyExc_Init (exceptions.c:2543)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 347 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1BCE: _PyExc_Init (exceptions.c:2544)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 348 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1C18: _PyExc_Init (exceptions.c:2545)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 349 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1C62: _PyExc_Init (exceptions.c:2546)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 350 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1CAC: _PyExc_Init (exceptions.c:2547)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 351 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1CF6: _PyExc_Init (exceptions.c:2548)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 352 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE1CF6: _PyExc_Init (exceptions.c:2548)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 353 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1D40: _PyExc_Init (exceptions.c:2549)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 354 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1D8A: _PyExc_Init (exceptions.c:2550)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 355 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1DD4: _PyExc_Init (exceptions.c:2551)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 356 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1E1E: _PyExc_Init (exceptions.c:2552)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 357 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1E68: _PyExc_Init (exceptions.c:2553)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 358 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1EFC: _PyExc_Init (exceptions.c:2555)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 359 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1F46: _PyExc_Init (exceptions.c:2556)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 360 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1F90: _PyExc_Init (exceptions.c:2557)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 361 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE1FDA: _PyExc_Init (exceptions.c:2560)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 362 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE1FDA: _PyExc_Init (exceptions.c:2560)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 363 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE2024: _PyExc_Init (exceptions.c:2562)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 364 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE206E: _PyExc_Init (exceptions.c:2563)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 365 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4EE206E: _PyExc_Init (exceptions.c:2563)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 366 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE20B8: _PyExc_Init (exceptions.c:2564)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 367 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE2102: _PyExc_Init (exceptions.c:2565)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 368 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE214C: _PyExc_Init (exceptions.c:2566)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 369 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE2196: _PyExc_Init (exceptions.c:2567)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 370 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE21E0: _PyExc_Init (exceptions.c:2568)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 371 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE222A: _PyExc_Init (exceptions.c:2569)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 372 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE2274: _PyExc_Init (exceptions.c:2570)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 373 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE2308: _PyExc_Init (exceptions.c:2572)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 374 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE2352: _PyExc_Init (exceptions.c:2573)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 375 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE239C: _PyExc_Init (exceptions.c:2574)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 376 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4EE23E6: _PyExc_Init (exceptions.c:2575)
==24123== by 0x4FFF5FC: _Py_InitializeCore_impl (pylifecycle.c:775)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyExc_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 377 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x5009B04: _PyHamt_Init (hamt.c:2976)
==24123== by 0x500576B: _PyContext_Init (context.c:1244)
==24123== by 0x4FFF769: _Py_InitializeCore_impl (pylifecycle.c:801)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyHamt_Init
fun:_PyContext_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 378 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x5009B24: _PyHamt_Init (hamt.c:2978)
==24123== by 0x500576B: _PyContext_Init (context.c:1244)
==24123== by 0x4FFF769: _Py_InitializeCore_impl (pylifecycle.c:801)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyHamt_Init
fun:_PyContext_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 379 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x5009B34: _PyHamt_Init (hamt.c:2979)
==24123== by 0x500576B: _PyContext_Init (context.c:1244)
==24123== by 0x4FFF769: _Py_InitializeCore_impl (pylifecycle.c:801)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyHamt_Init
fun:_PyContext_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 380 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x5009B44: _PyHamt_Init (hamt.c:2980)
==24123== by 0x500576B: _PyContext_Init (context.c:1244)
==24123== by 0x4FFF769: _Py_InitializeCore_impl (pylifecycle.c:801)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyHamt_Init
fun:_PyContext_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 381 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x5009B54: _PyHamt_Init (hamt.c:2981)
==24123== by 0x500576B: _PyContext_Init (context.c:1244)
==24123== by 0x4FFF769: _Py_InitializeCore_impl (pylifecycle.c:801)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyHamt_Init
fun:_PyContext_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 382 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x5009B64: _PyHamt_Init (hamt.c:2982)
==24123== by 0x500576B: _PyContext_Init (context.c:1244)
==24123== by 0x4FFF769: _Py_InitializeCore_impl (pylifecycle.c:801)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyHamt_Init
fun:_PyContext_Init
fun:_Py_InitializeCore_impl
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 383 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x500577D: _PyContext_Init (context.c:1248)
==24123== by 0x4FFF769: _Py_InitializeCore_impl (pylifecycle.c:801)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:_PyContext_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 384 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F19310: PyModule_NewObject (moduleobject.c:102)
==24123== by 0x4FF020C: _PyImport_AddModuleObject (import.c:806)
==24123== by 0x4FF0A15: PyImport_AddModuleObject (import.c:782)
==24123== by 0x4FF0A23: module_dict_for_exec (import.c:931)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyModule_NewObject
fun:_PyImport_AddModuleObject
fun:PyImport_AddModuleObject
fun:module_dict_for_exec
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 385 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09C05: _PyDict_NewPresized (dictobject.c:1271)
==24123== by 0x4FCCE3E: _PyEval_EvalFrameDefault (ceval.c:2463)
==24123== by 0x4FC39F9: PyEval_EvalFrameEx (ceval.c:536)
==24123== by 0x4FC45F9: _PyEval_EvalCodeWithName (ceval.c:3951)
==24123== by 0x4FC47F1: PyEval_EvalCodeEx (ceval.c:3980)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:_PyDict_NewPresized
fun:_PyEval_EvalFrameDefault
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:PyEval_EvalCodeEx
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 386 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x4F3A0A0: find_name_in_mro (typeobject.c:3026)
==24123== by 0x4F3A1DE: _PyType_Lookup (typeobject.c:3088)
==24123== by 0x4F3A44A: _PyType_LookupId (typeobject.c:3129)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:find_name_in_mro
fun:_PyType_Lookup
fun:_PyType_LookupId
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 387 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x50748D7: PyInit__thread (_threadmodule.c:1356)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:PyInit__thread
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 388 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x50748EB: PyInit__thread (_threadmodule.c:1358)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:PyInit__thread
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 389 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F07958: insertion_resize (dictobject.c:992)
==24123== by 0x4F08776: insertdict (dictobject.c:1036)
==24123== by 0x4F0A0B4: PyDict_SetItem (dictobject.c:1461)
==24123== by 0x4F0ACBF: dict_ass_sub (dictobject.c:2054)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:insertion_resize
fun:insertdict
fun:PyDict_SetItem
fun:dict_ass_sub
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 390 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F0D81E: PyDict_Copy (dictobject.c:2541)
==24123== by 0x4F401E5: type_new (typeobject.c:2440)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123== by 0x4ED0176: _PyObject_FastCallDict (call.c:125)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyDict_Copy
fun:type_new
fun:type_call
fun:_PyObject_FastCallDict
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 391 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x5077998: PyInit__io (_iomodule.c:682)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:PyInit__io
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 392 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x5077C44: PyInit__io (_iomodule.c:693)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:PyInit__io
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 393 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x5077C66: PyInit__io (_iomodule.c:698)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:PyInit__io
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 394 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x5077D18: PyInit__io (_iomodule.c:708)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:PyInit__io
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 395 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F0E118: _PyObjectDict_SetItem (dictobject.c:4363)
==24123== by 0x4F1E2B4: _PyObject_GenericSetAttrWithDict (object.c:1318)
==24123== by 0x4F1E3AD: PyObject_GenericSetAttr (object.c:1340)
==24123== by 0x4F1D1D7: PyObject_SetAttr (object.c:977)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:_PyObjectDict_SetItem
fun:_PyObject_GenericSetAttrWithDict
fun:PyObject_GenericSetAttr
fun:PyObject_SetAttr
}
==24123== 200 bytes in 1 blocks are possibly lost in loss record 396 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123== by 0x50646F6: PyInit__abc (_abc.c:819)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyType_Ready
fun:PyInit__abc
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
}
==24123== 204 bytes in 1 blocks are possibly lost in loss record 397 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F19421: PyModule_SetDocString (moduleobject.c:463)
==24123== by 0x4F19BE7: _PyModule_CreateInitialized (moduleobject.c:235)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyModule_SetDocString
fun:_PyModule_CreateInitialized
}
==24123== 205 bytes in 2 blocks are possibly lost in loss record 398 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F836F1: PyUnicode_InternFromString (unicodeobject.c:15227)
==24123== by 0x4FF0113: _PyImport_FixupBuiltin (import.c:693)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyUnicode_InternFromString
fun:_PyImport_FixupBuiltin
}
==24123== 208 bytes in 2 blocks are possibly lost in loss record 399 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4EF5627: PyList_New (listobject.c:161)
==24123== by 0x4F4193A: mro_implementation (typeobject.c:1822)
==24123== by 0x4F41B25: mro_invoke (typeobject.c:1923)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyList_New
fun:mro_implementation
fun:mro_invoke
}
==24123== 208 bytes in 2 blocks are possibly lost in loss record 400 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4EF5627: PyList_New (listobject.c:161)
==24123== by 0x4FCC5FC: _PyEval_EvalFrameDefault (ceval.c:2367)
==24123== by 0x4FC39F9: PyEval_EvalFrameEx (ceval.c:536)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyList_New
fun:_PyEval_EvalFrameDefault
fun:PyEval_EvalFrameEx
}
==24123== 209 bytes in 1 blocks are possibly lost in loss record 401 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B789: _Py_ReadyTypes (object.c:1771)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 212 bytes in 1 blocks are possibly lost in loss record 402 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B7B1: _Py_ReadyTypes (object.c:1777)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 220 bytes in 1 blocks are possibly lost in loss record 403 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1F46: _PyExc_Init (exceptions.c:2556)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 220 bytes in 2 blocks are possibly lost in loss record 404 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4F368FA: add_methods (typeobject.c:4793)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:add_methods
}
==24123== 224 bytes in 2 blocks are possibly lost in loss record 405 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4F736E8: asciilib_rpartition (partition.h:76)
==24123== by 0x4F736E8: PyUnicode_RPartition (unicodeobject.c:12921)
==24123== by 0x4F7430D: unicode_rpartition (unicodeobject.c:12981)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:asciilib_rpartition
fun:PyUnicode_RPartition
fun:unicode_rpartition
}
==24123== 224 bytes in 2 blocks are possibly lost in loss record 406 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09967: PyDict_New (dictobject.c:675)
==24123== by 0x4F0E118: _PyObjectDict_SetItem (dictobject.c:4363)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:PyDict_New
fun:_PyObjectDict_SetItem
}
==24123== 235 bytes in 1 blocks are possibly lost in loss record 407 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B7D9: _Py_ReadyTypes (object.c:1783)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 235 bytes in 1 blocks are possibly lost in loss record 408 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B801: _Py_ReadyTypes (object.c:1789)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 238 bytes in 1 blocks are possibly lost in loss record 409 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B65D: _Py_ReadyTypes (object.c:1726)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 240 bytes in 2 blocks are possibly lost in loss record 410 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4F2F55C: PyType_GenericNew (typeobject.c:995)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123== by 0x4ED0176: _PyObject_FastCallDict (call.c:125)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:PyType_GenericNew
fun:type_call
fun:_PyObject_FastCallDict
}
==24123== 264 bytes in 1 blocks are possibly lost in loss record 411 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4F26282: make_new_set (setobject.c:1056)
==24123== by 0x4F2940A: PyFrozenSet_New (setobject.c:2295)
==24123== by 0x4FF63F2: r_object (marshal.c:1283)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:make_new_set
fun:PyFrozenSet_New
fun:r_object
}
==24123== 264 bytes in 1 blocks are possibly lost in loss record 412 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4F26282: make_new_set (setobject.c:1056)
==24123== by 0x4F293F2: PySet_New (setobject.c:2289)
==24123== by 0x4FCCA18: _PyEval_EvalFrameDefault (ceval.c:2422)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:make_new_set
fun:PySet_New
fun:_PyEval_EvalFrameDefault
}
==24123== 270 bytes in 1 blocks are possibly lost in loss record 413 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4FBF93E: _PyBuiltin_Init (bltinmodule.c:2787)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyBuiltin_Init
}
==24123== 271 bytes in 1 blocks are possibly lost in loss record 414 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x5077C66: PyInit__io (_iomodule.c:698)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 272 bytes in 1 blocks are possibly lost in loss record 415 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x5018E3E: _PySys_BeginInit (sysmodule.c:2362)
==24123== by 0x4FFF455: _Py_InitializeCore_impl (pylifecycle.c:744)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123== by 0x5000760: Py_InitializeEx (pylifecycle.c:1023)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:_PySys_BeginInit
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
fun:Py_InitializeEx
}
==24123== 272 bytes in 1 blocks are possibly lost in loss record 416 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4EE1B84: _PyExc_Init (exceptions.c:2543)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyExc_Init
}
==24123== 272 bytes in 1 blocks are possibly lost in loss record 417 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x504123D: PyInit_posix (posixmodule.c:13785)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123== by 0x4ED145C: PyCFunction_Call (call.c:787)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:PyInit_posix
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
fun:PyCFunction_Call
}
==24123== 272 bytes in 1 blocks are possibly lost in loss record 418 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x5041459: PyInit_posix (posixmodule.c:13846)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123== by 0x4ED145C: PyCFunction_Call (call.c:787)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:PyInit_posix
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
fun:PyCFunction_Call
}
==24123== 272 bytes in 1 blocks are possibly lost in loss record 419 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x5041498: PyInit_posix (posixmodule.c:13851)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123== by 0x4ED145C: PyCFunction_Call (call.c:787)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:PyInit_posix
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
fun:PyCFunction_Call
}
==24123== 288 bytes in 3 blocks are possibly lost in loss record 420 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4ECEC99: _PyStack_AsTuple (call.c:1280)
==24123== by 0x4ECF0A7: _PyMethodDef_RawFastCallKeywords (call.c:671)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:_PyStack_AsTuple
fun:_PyMethodDef_RawFastCallKeywords
}
==24123== 288 bytes in 3 blocks are possibly lost in loss record 421 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4F33D95: object_new (typeobject.c:3715)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123== by 0x4ECF539: _PyObject_FastCallKeywords (call.c:199)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:object_new
fun:type_call
fun:_PyObject_FastCallKeywords
}
==24123== 289 bytes in 1 blocks are possibly lost in loss record 422 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4FBF92A: _PyBuiltin_Init (bltinmodule.c:2786)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyBuiltin_Init
}
==24123== 293 bytes in 1 blocks are possibly lost in loss record 423 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x5077DCA: PyInit__io (_iomodule.c:712)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 296 bytes in 3 blocks are possibly lost in loss record 424 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F0538D: new_dict_with_shared_keys (dictobject.c:605)
==24123== by 0x4F0E065: _PyObjectDict_SetItem (dictobject.c:4315)
==24123== by 0x4F1E2B4: _PyObject_GenericSetAttrWithDict (object.c:1318)
==24123== by 0x4F1E3AD: PyObject_GenericSetAttr (object.c:1340)
==24123== by 0x4F1D1D7: PyObject_SetAttr (object.c:977)
==24123== by 0x4FCB2FE: _PyEval_EvalFrameDefault (ceval.c:2111)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:new_dict_with_shared_keys
fun:_PyObjectDict_SetItem
fun:_PyObject_GenericSetAttrWithDict
fun:PyObject_GenericSetAttr
fun:PyObject_SetAttr
fun:_PyEval_EvalFrameDefault
}
==24123== 305 bytes in 1 blocks are possibly lost in loss record 425 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x5077A3C: PyInit__io (_iomodule.c:683)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 308 bytes in 3 blocks are possibly lost in loss record 426 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F83466: _PyUnicode_FromId (unicodeobject.c:2112)
==24123== by 0x4F0DB42: _PyDict_SetItemId (dictobject.c:3274)
==24123== by 0x5017BCA: _PySys_SetObjectId (sysmodule.c:88)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:_PyUnicode_FromId
fun:_PyDict_SetItemId
fun:_PySys_SetObjectId
}
==24123== 311 bytes in 1 blocks are possibly lost in loss record 427 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x5077F2E: PyInit__io (_iomodule.c:720)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 319 bytes in 1 blocks are possibly lost in loss record 428 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B621: _Py_ReadyTypes (object.c:1717)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 319 bytes in 1 blocks are possibly lost in loss record 429 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B8A1: _Py_ReadyTypes (object.c:1813)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 330 bytes in 1 blocks are possibly lost in loss record 430 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B851: _Py_ReadyTypes (object.c:1801)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 334 bytes in 3 blocks are possibly lost in loss record 431 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4FED71D: _imp_extension_suffixes_impl (import.c:1990)
==24123== by 0x4FED782: _imp_extension_suffixes (import.c.h:125)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:_imp_extension_suffixes_impl
fun:_imp_extension_suffixes
}
==24123== 336 bytes in 3 blocks are possibly lost in loss record 432 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A57C: PyUnicode_FromStringAndSize (unicodeobject.c:2092)
==24123== by 0x4FF845E: do_mkvalue (modsupport.c:412)
==24123== by 0x4FF8D16: do_mkstack (modsupport.c:224)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromStringAndSize
fun:do_mkvalue
fun:do_mkstack
}
==24123== 344 bytes in 3 blocks are possibly lost in loss record 433 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4FEBAD0: parser_init (getargs.c:1963)
==24123== by 0x4FEBD56: vgetargskeywordsfast_impl (getargs.c:2057)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:parser_init
fun:vgetargskeywordsfast_impl
}
==24123== 352 bytes in 1 blocks are possibly lost in loss record 434 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x506E9B0: PyInit__signal (signalmodule.c:1273)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123== by 0x4ED145C: PyCFunction_Call (call.c:787)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:PyInit__signal
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
fun:PyCFunction_Call
}
==24123== 384 bytes in 4 blocks are possibly lost in loss record 435 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4EF00E2: PyStaticMethod_New (funcobject.c:996)
==24123== by 0x4F3687F: add_methods (typeobject.c:4780)
==24123== by 0x4F39366: PyType_Ready (typeobject.c:5178)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:PyStaticMethod_New
fun:add_methods
fun:PyType_Ready
}
==24123== 392 bytes in 1 blocks are possibly lost in loss record 436 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F20517: PyMem_RawMalloc (obmalloc.c:503)
==24123== by 0x4F20672: _PyMem_RawWcsdup (obmalloc.c:575)
==24123== by 0x4FF98E6: copy_wstr (pathconfig.c:20)
==24123== by 0x4FFA0A9: _PyPathConfig_SetGlobal (pathconfig.c:131)
==24123== by 0x4FFA451: _PyCoreConfig_SetPathConfig (pathconfig.c:224)
==24123== by 0x4FFF7A3: _Py_InitializeCore_impl (pylifecycle.c:805)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:PyMem_RawMalloc
fun:_PyMem_RawWcsdup
fun:copy_wstr
fun:_PyPathConfig_SetGlobal
fun:_PyCoreConfig_SetPathConfig
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
}
==24123== 392 bytes in 3 blocks are possibly lost in loss record 437 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F4D438: _PyUnicode_FromUCS1 (unicodeobject.c:2187)
==24123== by 0x4F5774D: PyUnicode_FromKindAndData (unicodeobject.c:2258)
==24123== by 0x4FF5D7A: r_object (marshal.c:1131)
==24123== by 0x4FF6AFD: r_object (marshal.c:1379)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicode_FromUCS1
fun:PyUnicode_FromKindAndData
fun:r_object
fun:r_object
fun:r_object
}
==24123== 395 bytes in 1 blocks are possibly lost in loss record 438 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4FBF952: _PyBuiltin_Init (bltinmodule.c:2788)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_PyBuiltin_Init
}
==24123== 400 bytes in 2 blocks are possibly lost in loss record 439 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0D4B4: clone_combined_dict (dictobject.c:625)
==24123== by 0x4F0D9C9: PyDict_Copy (dictobject.c:2588)
==24123== by 0x4F401E5: type_new (typeobject.c:2440)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123== by 0x4ED0176: _PyObject_FastCallDict (call.c:125)
==24123== by 0x4ED05EE: _PyObject_CallFunctionVa (call.c:957)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:clone_combined_dict
fun:PyDict_Copy
fun:type_new
fun:type_call
fun:_PyObject_FastCallDict
fun:_PyObject_CallFunctionVa
}
==24123== 400 bytes in 2 blocks are possibly lost in loss record 440 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F0DE5E: _PyDict_NewKeysForClass (dictobject.c:4267)
==24123== by 0x4F41463: type_new (typeobject.c:2812)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123== by 0x4ED0176: _PyObject_FastCallDict (call.c:125)
==24123== by 0x4ED05EE: _PyObject_CallFunctionVa (call.c:957)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:_PyDict_NewKeysForClass
fun:type_new
fun:type_call
fun:_PyObject_FastCallDict
fun:_PyObject_CallFunctionVa
}
==24123== 400 bytes in 2 blocks are possibly lost in loss record 441 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123== by 0x4F4142D: type_new (typeobject.c:2805)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:add_subclass
fun:PyType_Ready
fun:type_new
fun:type_call
}
==24123== 407 bytes in 1 blocks are possibly lost in loss record 442 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B865: _Py_ReadyTypes (object.c:1804)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 409 bytes in 4 blocks are possibly lost in loss record 443 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F4D438: _PyUnicode_FromUCS1 (unicodeobject.c:2187)
==24123== by 0x4F5774D: PyUnicode_FromKindAndData (unicodeobject.c:2258)
==24123== by 0x4FF5D7A: r_object (marshal.c:1131)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6AD1: r_object (marshal.c:1373)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicode_FromUCS1
fun:PyUnicode_FromKindAndData
fun:r_object
fun:r_object
fun:r_object
}
==24123== 428 bytes in 2 blocks are possibly lost in loss record 444 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F655BB: PyUnicode_AsUnicodeAndSize (unicodeobject.c:3890)
==24123== by 0x4F658A7: PyUnicode_AsWideCharString (unicodeobject.c:2987)
==24123== by 0x4F659CB: unicode_encode_locale (unicodeobject.c:3360)
==24123== by 0x4F6A72D: PyUnicode_EncodeFSDefault (unicodeobject.c:3432)
==24123== by 0x4F6A859: PyUnicode_FSConverter (unicodeobject.c:3685)
==24123== by 0x50327B4: path_converter (posixmodule.c:1030)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_AsUnicodeAndSize
fun:PyUnicode_AsWideCharString
fun:unicode_encode_locale
fun:PyUnicode_EncodeFSDefault
fun:PyUnicode_FSConverter
fun:path_converter
}
==24123== 432 bytes in 1 blocks are possibly lost in loss record 445 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x5018BE0: _PySys_BeginInit (sysmodule.c:2331)
==24123== by 0x4FFF455: _Py_InitializeCore_impl (pylifecycle.c:744)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123== by 0x5000760: Py_InitializeEx (pylifecycle.c:1023)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:_PySys_BeginInit
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
fun:Py_InitializeEx
}
==24123== 448 bytes in 4 blocks are possibly lost in loss record 446 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F1899B: PyCFunction_NewEx (methodobject.c:38)
==24123== by 0x4F3686B: add_methods (typeobject.c:4777)
==24123== by 0x4F39366: PyType_Ready (typeobject.c:5178)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyCFunction_NewEx
fun:add_methods
fun:PyType_Ready
}
==24123== 448 bytes in 4 blocks are possibly lost in loss record 447 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F1899B: PyCFunction_NewEx (methodobject.c:38)
==24123== by 0x4ED74CB: method_get (descrobject.c:135)
==24123== by 0x4F3E3BB: _PyObject_LookupSpecial (typeobject.c:1435)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyCFunction_NewEx
fun:method_get
fun:_PyObject_LookupSpecial
}
==24123== 448 bytes in 4 blocks are possibly lost in loss record 448 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4FC3C87: _PyEval_EvalCodeWithName (ceval.c:3749)
==24123== by 0x4ECE733: _PyFunction_FastCallDict (call.c:376)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:_PyEval_EvalCodeWithName
fun:_PyFunction_FastCallDict
}
==24123== 464 bytes in 4 blocks are possibly lost in loss record 449 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4ECEC99: _PyStack_AsTuple (call.c:1280)
==24123== by 0x4ECFC7D: _PyMethodDef_RawFastCallDict (call.c:509)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:_PyStack_AsTuple
fun:_PyMethodDef_RawFastCallDict
}
==24123== 467 bytes in 1 blocks are possibly lost in loss record 450 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B6D5: _Py_ReadyTypes (object.c:1744)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 471 bytes in 1 blocks are possibly lost in loss record 451 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x5077E7C: PyInit__io (_iomodule.c:716)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 480 bytes in 5 blocks are possibly lost in loss record 452 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4FCC4E8: _PyEval_EvalFrameDefault (ceval.c:2355)
==24123== by 0x4FC39F9: PyEval_EvalFrameEx (ceval.c:536)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:_PyEval_EvalFrameDefault
fun:PyEval_EvalFrameEx
}
==24123== 512 bytes in 1 blocks are possibly lost in loss record 453 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x4EEB434: _PyFloat_Init (floatobject.c:2002)
==24123== by 0x4FFF3F1: _Py_InitializeCore_impl (pylifecycle.c:735)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123== by 0x5000760: Py_InitializeEx (pylifecycle.c:1023)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:_PyFloat_Init
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
fun:Py_InitializeEx
}
==24123== 512 bytes in 1 blocks are possibly lost in loss record 454 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x50412CE: PyInit_posix (posixmodule.c:13799)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123== by 0x4ED145C: PyCFunction_Call (call.c:787)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:PyInit_posix
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
fun:PyCFunction_Call
}
==24123== 513 bytes in 1 blocks are possibly lost in loss record 455 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B9A5: _Py_ReadyTypes (object.c:1852)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 514 bytes in 1 blocks are possibly lost in loss record 456 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x5078084: PyInit__io (_iomodule.c:727)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 517 bytes in 1 blocks are possibly lost in loss record 457 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B6C1: _Py_ReadyTypes (object.c:1741)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 518 bytes in 1 blocks are possibly lost in loss record 458 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B79D: _Py_ReadyTypes (object.c:1774)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 524 bytes in 5 blocks are possibly lost in loss record 459 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FEF3F1: PyImport_Cleanup (import.c:426)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:PyImport_Cleanup
}
==24123== 532 bytes in 7 blocks are possibly lost in loss record 460 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4EF8CD5: _PyLong_New (longobject.c:208)
==24123== by 0x4EFBC87: PyLong_FromLong (longobject.c:266)
==24123== by 0x4FF5986: r_object (marshal.c:1016)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyLong_New
fun:PyLong_FromLong
fun:r_object
fun:r_object
fun:r_object
fun:r_object
}
==24123== 555 bytes in 1 blocks are possibly lost in loss record 461 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B649: _Py_ReadyTypes (object.c:1723)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 560 bytes in 5 blocks are possibly lost in loss record 462 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4EF6F1D: PyList_AsTuple (listobject.c:2455)
==24123== by 0x4EAFD63: PySequence_Tuple (abstract.c:1850)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:PyList_AsTuple
fun:PySequence_Tuple
}
==24123== 560 bytes in 5 blocks are possibly lost in loss record 463 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09C17: _PyDict_NewPresized (dictobject.c:1274)
==24123== by 0x4ECEDDD: _PyStack_AsDict (call.c:1328)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:_PyDict_NewPresized
fun:_PyStack_AsDict
}
==24123== 564 bytes in 1 blocks are possibly lost in loss record 464 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B6AD: _Py_ReadyTypes (object.c:1738)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 576 bytes in 3 blocks are possibly lost in loss record 465 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4ED3C92: PyCode_New (codeobject.c:187)
==24123== by 0x4FF6BA2: r_object (marshal.c:1392)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123== by 0x4FF6F56: read_object (marshal.c:1450)
==24123== by 0x4FF700D: marshal_loads_impl (marshal.c:1762)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyCode_New
fun:r_object
fun:r_object
fun:r_object
fun:read_object
fun:marshal_loads_impl
}
==24123== 581 bytes in 4 blocks are possibly lost in loss record 466 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F6D6FD: _PyUnicode_JoinArray (unicodeobject.c:9919)
==24123== by 0x4F6D99C: PyUnicode_Join (unicodeobject.c:9811)
==24123== by 0x4F6DA30: unicode_join (unicodeobject.c:12139)
==24123== by 0x4ECF18C: _PyMethodDef_RawFastCallKeywords (call.c:644)
==24123== by 0x4ED97CF: _PyMethodDescr_FastCallKeywords (descrobject.c:288)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicode_JoinArray
fun:PyUnicode_Join
fun:unicode_join
fun:_PyMethodDef_RawFastCallKeywords
fun:_PyMethodDescr_FastCallKeywords
}
==24123== 584 bytes in 1 blocks are possibly lost in loss record 467 of 554
==24123== at 0x4C31D2F: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1EFD3: _PyMem_RawRealloc (obmalloc.c:97)
==24123== by 0x4F1F9AA: _PyMem_DebugRawRealloc (obmalloc.c:2107)
==24123== by 0x4F1FC2E: _PyMem_DebugRealloc (obmalloc.c:2186)
==24123== by 0x4F207FE: PyObject_Realloc (obmalloc.c:634)
==24123== by 0x5030019: _PyObject_GC_Resize (gcmodule.c:1938)
==24123== by 0x4EED885: _PyFrame_New_NoTrack (frameobject.c:663)
==24123== by 0x4ECDF4E: function_code_fastcall (call.c:272)
==24123== by 0x4ECE8B5: _PyFunction_FastCallDict (call.c:322)
==24123== by 0x4ED15F7: PyObject_Call (call.c:226)
==24123== by 0x4ED16CC: PyEval_CallObjectWithKeywords (call.c:826)
==24123== by 0x4FE2322: _PyCodec_Lookup (codecs.c:153)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:realloc
fun:_PyMem_RawRealloc
fun:_PyMem_DebugRawRealloc
fun:_PyMem_DebugRealloc
fun:PyObject_Realloc
fun:_PyObject_GC_Resize
fun:_PyFrame_New_NoTrack
fun:function_code_fastcall
fun:_PyFunction_FastCallDict
fun:PyObject_Call
fun:PyEval_CallObjectWithKeywords
fun:_PyCodec_Lookup
}
==24123== 584 bytes in 6 blocks are possibly lost in loss record 468 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4FF5F0B: r_object (marshal.c:1187)
==24123== by 0x4FF6AE7: r_object (marshal.c:1376)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:r_object
fun:r_object
}
==24123== 593 bytes in 1 blocks are possibly lost in loss record 469 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x5077998: PyInit__io (_iomodule.c:682)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 600 bytes in 3 blocks are possibly lost in loss record 470 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F19310: PyModule_NewObject (moduleobject.c:102)
==24123== by 0x4F193B7: PyModule_New (moduleobject.c:120)
==24123== by 0x4F19A8C: _PyModule_CreateInitialized (moduleobject.c:215)
==24123== by 0x4F19C8D: PyModule_Create2TraceRefs (moduleobject.c:178)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyModule_NewObject
fun:PyModule_New
fun:_PyModule_CreateInitialized
fun:PyModule_Create2TraceRefs
}
==24123== 609 bytes in 1 blocks are possibly lost in loss record 471 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B635: _Py_ReadyTypes (object.c:1720)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 616 bytes in 7 blocks are possibly lost in loss record 472 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4ED1CA7: PyCell_New (cellobject.c:12)
==24123== by 0x4FC41B3: _PyEval_EvalCodeWithName (ceval.c:3886)
==24123== by 0x4ECEC78: _PyFunction_FastCallKeywords (call.c:433)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyCell_New
fun:_PyEval_EvalCodeWithName
fun:_PyFunction_FastCallKeywords
}
==24123== 625 bytes in 1 blocks are possibly lost in loss record 473 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B7C5: _Py_ReadyTypes (object.c:1780)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 636 bytes in 1 blocks are possibly lost in loss record 474 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x50937DB: PyInit_zipimport (zipimport.c:1630)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit_zipimport
}
==24123== 649 bytes in 6 blocks are possibly lost in loss record 475 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x5017E98: PySys_SetObject (sysmodule.c:103)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:PySys_SetObject
}
==24123== 656 bytes in 2 blocks are possibly lost in loss record 476 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F07958: insertion_resize (dictobject.c:992)
==24123== by 0x4F08776: insertdict (dictobject.c:1036)
==24123== by 0x4F0A0B4: PyDict_SetItem (dictobject.c:1461)
==24123== by 0x4F0DF9D: _PyObjectDict_SetItem (dictobject.c:4331)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:insertion_resize
fun:insertdict
fun:PyDict_SetItem
fun:_PyObjectDict_SetItem
}
==24123== 672 bytes in 1 blocks are possibly lost in loss record 477 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x5018F87: _PySys_BeginInit (sysmodule.c:2381)
==24123== by 0x4FFF455: _Py_InitializeCore_impl (pylifecycle.c:744)
==24123== by 0x4FFFAB0: _Py_InitializeCore (pylifecycle.c:851)
==24123== by 0x50004CE: _Py_InitializeFromConfig (pylifecycle.c:992)
==24123== by 0x5000760: Py_InitializeEx (pylifecycle.c:1023)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:_PySys_BeginInit
fun:_Py_InitializeCore_impl
fun:_Py_InitializeCore
fun:_Py_InitializeFromConfig
fun:Py_InitializeEx
}
==24123== 672 bytes in 6 blocks are possibly lost in loss record 478 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F1899B: PyCFunction_NewEx (methodobject.c:38)
==24123== by 0x4F18F30: _add_methods_to_object (moduleobject.c:159)
==24123== by 0x4F199AD: PyModule_AddFunctions (moduleobject.c:452)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyCFunction_NewEx
fun:_add_methods_to_object
fun:PyModule_AddFunctions
}
==24123== 672 bytes in 6 blocks are possibly lost in loss record 479 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4ECE907: _PyFunction_FastCallDict (call.c:340)
==24123== by 0x4ED02AF: _PyObject_FastCallDict (call.c:98)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:_PyFunction_FastCallDict
fun:_PyObject_FastCallDict
}
==24123== 680 bytes in 7 blocks are possibly lost in loss record 480 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4FF5F0B: r_object (marshal.c:1187)
==24123== by 0x4FF6AD1: r_object (marshal.c:1373)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:r_object
fun:r_object
}
==24123== 702 bytes in 1 blocks are possibly lost in loss record 481 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F1B60D: _Py_ReadyTypes (object.c:1714)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:_Py_ReadyTypes
}
==24123== 712 bytes in 1 blocks are possibly lost in loss record 482 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F205B9: PyMem_Malloc (obmalloc.c:536)
==24123== by 0x4F2D03D: PyStructSequence_InitType2 (structseq.c:358)
==24123== by 0x5041289: PyInit_posix (posixmodule.c:13793)
==24123== by 0x4FF0C59: _imp_create_builtin (import.c:1202)
==24123== by 0x4ECFDA8: _PyMethodDef_RawFastCallDict (call.c:497)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123== by 0x4ED145C: PyCFunction_Call (call.c:787)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyMem_Malloc
fun:PyStructSequence_InitType2
fun:PyInit_posix
fun:_imp_create_builtin
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
fun:PyCFunction_Call
}
==24123== 766 bytes in 1 blocks are possibly lost in loss record 483 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F3A0A0: find_name_in_mro (typeobject.c:3026)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:find_name_in_mro
}
==24123== 768 bytes in 8 blocks are possibly lost in loss record 484 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4ECED03: _PyStack_AsTupleSlice (call.c:1305)
==24123== by 0x4FBEE75: builtin___build_class__ (bltinmodule.c:152)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:_PyStack_AsTupleSlice
fun:builtin___build_class__
}
==24123== 784 bytes in 7 blocks are possibly lost in loss record 485 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09967: PyDict_New (dictobject.c:675)
==24123== by 0x4FC3AAA: _PyEval_EvalCodeWithName (ceval.c:3721)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:PyDict_New
fun:_PyEval_EvalCodeWithName
}
==24123== 875 bytes in 1 blocks are possibly lost in loss record 486 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x5077AEE: PyInit__io (_iomodule.c:688)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 880 bytes in 9 blocks are possibly lost in loss record 487 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4ECEC99: _PyStack_AsTuple (call.c:1280)
==24123== by 0x4ECF4D8: _PyObject_FastCallKeywords (call.c:177)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:_PyStack_AsTuple
fun:_PyObject_FastCallKeywords
}
==24123== 896 bytes in 8 blocks are possibly lost in loss record 488 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F053BF: new_dict_with_shared_keys (dictobject.c:613)
==24123== by 0x4F0E065: _PyObjectDict_SetItem (dictobject.c:4315)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:new_dict_with_shared_keys
fun:_PyObjectDict_SetItem
}
==24123== 1,040 bytes in 10 blocks are possibly lost in loss record 489 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4F05B6E: dictiter_iternextitem (dictobject.c:3613)
==24123== by 0x4EF22C8: list_extend (listobject.c:897)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:dictiter_iternextitem
fun:list_extend
}
==24123== 1,104 bytes in 11 blocks are possibly lost in loss record 490 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4FC3C87: _PyEval_EvalCodeWithName (ceval.c:3749)
==24123== by 0x4ECEC78: _PyFunction_FastCallKeywords (call.c:433)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:_PyEval_EvalCodeWithName
fun:_PyFunction_FastCallKeywords
}
==24123== 1,120 bytes in 10 blocks are possibly lost in loss record 491 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09967: PyDict_New (dictobject.c:675)
==24123== by 0x4F19310: PyModule_NewObject (moduleobject.c:102)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:PyDict_New
fun:PyModule_NewObject
}
==24123== 1,136 bytes in 11 blocks are possibly lost in loss record 492 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F193A7: PyModule_New (moduleobject.c:117)
==24123== by 0x4F19A8C: _PyModule_CreateInitialized (moduleobject.c:215)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyModule_New
fun:_PyModule_CreateInitialized
}
==24123== 1,176 bytes in 12 blocks are possibly lost in loss record 493 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F4CEC2: get_latin1_char (unicodeobject.c:1965)
==24123== by 0x4F4D3E3: _PyUnicode_FromUCS1 (unicodeobject.c:2184)
==24123== by 0x4F5774D: PyUnicode_FromKindAndData (unicodeobject.c:2258)
==24123== by 0x4FF5D7A: r_object (marshal.c:1131)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:get_latin1_char
fun:_PyUnicode_FromUCS1
fun:PyUnicode_FromKindAndData
fun:r_object
fun:r_object
}
==24123== 1,232 bytes in 11 blocks are possibly lost in loss record 494 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4ED8598: descr_new (descrobject.c:729)
==24123== by 0x4ED98BF: PyDescr_NewClassMethod (descrobject.c:762)
==24123== by 0x4F36977: add_methods (typeobject.c:4774)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:descr_new
fun:PyDescr_NewClassMethod
fun:add_methods
}
==24123== 1,232 bytes in 11 blocks are possibly lost in loss record 495 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09967: PyDict_New (dictobject.c:675)
==24123== by 0x4F0DF2E: PyObject_GenericGetDict (dictobject.c:4294)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:PyDict_New
fun:PyObject_GenericGetDict
}
==24123== 1,320 bytes in 11 blocks are possibly lost in loss record 496 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F192DF: PyModule_NewObject (moduleobject.c:95)
==24123== by 0x4F193B7: PyModule_New (moduleobject.c:120)
==24123== by 0x4F19A8C: _PyModule_CreateInitialized (moduleobject.c:215)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyModule_NewObject
fun:PyModule_New
fun:_PyModule_CreateInitialized
}
==24123== 1,392 bytes in 1 blocks are possibly lost in loss record 497 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x5077850: PyInit__io (_iomodule.c:680)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 1,400 bytes in 7 blocks are possibly lost in loss record 498 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0D4B4: clone_combined_dict (dictobject.c:625)
==24123== by 0x4F0D9C9: PyDict_Copy (dictobject.c:2588)
==24123== by 0x4F3E40E: set_names (typeobject.c:7254)
==24123== by 0x4F4144F: type_new (typeobject.c:2815)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123== by 0x4ED0176: _PyObject_FastCallDict (call.c:125)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:clone_combined_dict
fun:PyDict_Copy
fun:set_names
fun:type_new
fun:type_call
fun:_PyObject_FastCallDict
}
==24123== 1,441 bytes in 1 blocks are possibly lost in loss record 499 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x5077FE0: PyInit__io (_iomodule.c:724)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyInit__io
}
==24123== 2,000 bytes in 10 blocks are possibly lost in loss record 500 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F0DF2E: PyObject_GenericGetDict (dictobject.c:4294)
==24123== by 0x4ED7510: getset_get (descrobject.c:156)
==24123== by 0x4F1DA36: _PyObject_GenericGetAttrWithDict (object.c:1196)
==24123== by 0x4F1DF14: PyObject_GenericGetAttr (object.c:1267)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:PyObject_GenericGetDict
fun:getset_get
fun:_PyObject_GenericGetAttrWithDict
fun:PyObject_GenericGetAttr
}
==24123== 2,088 bytes in 4 blocks are possibly lost in loss record 501 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4EED912: _PyFrame_New_NoTrack (frameobject.c:650)
==24123== by 0x4FC3A75: _PyEval_EvalCodeWithName (ceval.c:3712)
==24123== by 0x4ECE733: _PyFunction_FastCallDict (call.c:376)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:_PyFrame_New_NoTrack
fun:_PyEval_EvalCodeWithName
fun:_PyFunction_FastCallDict
}
==24123== 2,400 bytes in 12 blocks are possibly lost in loss record 502 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F0DE5E: _PyDict_NewKeysForClass (dictobject.c:4267)
==24123== by 0x4F41463: type_new (typeobject.c:2812)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123== by 0x4ED0176: _PyObject_FastCallDict (call.c:125)
==24123== by 0x4FBF6DC: builtin___build_class__ (bltinmodule.c:253)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:_PyDict_NewKeysForClass
fun:type_new
fun:type_call
fun:_PyObject_FastCallDict
fun:builtin___build_class__
}
==24123== 2,584 bytes in 25 blocks are possibly lost in loss record 503 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4ECEC99: _PyStack_AsTuple (call.c:1280)
==24123== by 0x4ED0138: _PyObject_FastCallDict (call.c:115)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:_PyStack_AsTuple
fun:_PyObject_FastCallDict
}
==24123== 2,712 bytes in 27 blocks are possibly lost in loss record 504 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4F2F55C: PyType_GenericNew (typeobject.c:995)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123== by 0x4ECF539: _PyObject_FastCallKeywords (call.c:199)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:PyType_GenericNew
fun:type_call
fun:_PyObject_FastCallKeywords
}
==24123== 3,312 bytes in 7 blocks are possibly lost in loss record 505 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4EED912: _PyFrame_New_NoTrack (frameobject.c:650)
==24123== by 0x4ECDF4E: function_code_fastcall (call.c:272)
==24123== by 0x4ECE8B5: _PyFunction_FastCallDict (call.c:322)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:_PyFrame_New_NoTrack
fun:function_code_fastcall
fun:_PyFunction_FastCallDict
}
==24123== 3,600 bytes in 18 blocks are possibly lost in loss record 506 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09955: PyDict_New (dictobject.c:672)
==24123== by 0x4F34285: type_prepare (typeobject.c:3332)
==24123== by 0x4ECFF6E: _PyMethodDef_RawFastCallDict (call.c:544)
==24123== by 0x4ED0040: _PyCFunction_FastCallDict (call.c:582)
==24123== by 0x4ED02C8: _PyObject_FastCallDict (call.c:101)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:PyDict_New
fun:type_prepare
fun:_PyMethodDef_RawFastCallDict
fun:_PyCFunction_FastCallDict
fun:_PyObject_FastCallDict
}
==24123== 4,032 bytes in 36 blocks are possibly lost in loss record 507 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F0D5EF: clone_combined_dict (dictobject.c:647)
==24123== by 0x4F0D9C9: PyDict_Copy (dictobject.c:2588)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:clone_combined_dict
fun:PyDict_Copy
}
==24123== 4,043 bytes in 15 blocks are possibly lost in loss record 508 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F39704: PyType_Ready (typeobject.c:5243)
==24123== by 0x4F2D0E5: PyStructSequence_InitType2 (structseq.c:379)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyType_Ready
fun:PyStructSequence_InitType2
}
==24123== 4,112 bytes in 5 blocks are possibly lost in loss record 509 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F07958: insertion_resize (dictobject.c:992)
==24123== by 0x4F08776: insertdict (dictobject.c:1036)
==24123== by 0x4F0A0B4: PyDict_SetItem (dictobject.c:1461)
==24123== by 0x4F0E0FE: _PyObjectDict_SetItem (dictobject.c:4371)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:insertion_resize
fun:insertdict
fun:PyDict_SetItem
fun:_PyObjectDict_SetItem
}
==24123== 4,144 bytes in 37 blocks are possibly lost in loss record 510 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09967: PyDict_New (dictobject.c:675)
==24123== by 0x4F348E3: add_subclass (typeobject.c:5316)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:PyDict_New
fun:add_subclass
}
==24123== 4,664 bytes in 1 blocks are possibly lost in loss record 511 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F0A243: dict_merge (dictobject.c:2398)
==24123== by 0x4F0C872: PyDict_Update (dictobject.c:2504)
==24123== by 0x4FEFA0E: PyImport_Cleanup (import.c:523)
==24123== by 0x4FFFB56: Py_FinalizeEx (pylifecycle.c:1181)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:dict_merge
fun:PyDict_Update
fun:PyImport_Cleanup
fun:Py_FinalizeEx
}
==24123== 4,901 bytes in 16 blocks are possibly lost in loss record 512 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F40EBC: type_new (typeobject.c:2670)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123== by 0x4ED0176: _PyObject_FastCallDict (call.c:125)
==24123== by 0x4FBF6DC: builtin___build_class__ (bltinmodule.c:253)
==24123== by 0x4ECF1EF: _PyMethodDef_RawFastCallKeywords (call.c:656)
==24123== by 0x4ECF3C8: _PyCFunction_FastCallKeywords (call.c:730)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:type_new
fun:type_call
fun:_PyObject_FastCallDict
fun:builtin___build_class__
fun:_PyMethodDef_RawFastCallKeywords
fun:_PyCFunction_FastCallKeywords
}
==24123== 5,760 bytes in 30 blocks are possibly lost in loss record 513 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4ED3C92: PyCode_New (codeobject.c:187)
==24123== by 0x4FF6BA2: r_object (marshal.c:1392)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123== by 0x4FF7670: PyMarshal_ReadObjectFromString (marshal.c:1567)
==24123== by 0x4FEDA4F: get_frozen_object (import.c:1276)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyCode_New
fun:r_object
fun:r_object
fun:r_object
fun:PyMarshal_ReadObjectFromString
fun:get_frozen_object
}
==24123== 7,144 bytes in 6 blocks are possibly lost in loss record 514 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F07958: insertion_resize (dictobject.c:992)
==24123== by 0x4F08776: insertdict (dictobject.c:1036)
==24123== by 0x4F0A0B4: PyDict_SetItem (dictobject.c:1461)
==24123== by 0x4F3489A: add_subclass (typeobject.c:5326)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:insertion_resize
fun:insertdict
fun:PyDict_SetItem
fun:add_subclass
}
==24123== 7,408 bytes in 74 blocks are possibly lost in loss record 515 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4FF5F0B: r_object (marshal.c:1187)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:r_object
fun:r_object
}
==24123== 7,544 bytes in 21 blocks are possibly lost in loss record 516 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0D4B4: clone_combined_dict (dictobject.c:625)
==24123== by 0x4F0D9C9: PyDict_Copy (dictobject.c:2588)
==24123== by 0x4F401E5: type_new (typeobject.c:2440)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123== by 0x4ED0176: _PyObject_FastCallDict (call.c:125)
==24123== by 0x4FBF6DC: builtin___build_class__ (bltinmodule.c:253)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:clone_combined_dict
fun:PyDict_Copy
fun:type_new
fun:type_call
fun:_PyObject_FastCallDict
fun:builtin___build_class__
}
==24123== 8,032 bytes in 76 blocks are possibly lost in loss record 517 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F836F1: PyUnicode_InternFromString (unicodeobject.c:15227)
==24123== by 0x4F33BAA: init_slotdefs (typeobject.c:7166)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyUnicode_InternFromString
fun:init_slotdefs
}
==24123== 9,446 bytes in 85 blocks are possibly lost in loss record 518 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F4D438: _PyUnicode_FromUCS1 (unicodeobject.c:2187)
==24123== by 0x4F5774D: PyUnicode_FromKindAndData (unicodeobject.c:2258)
==24123== by 0x4FF5D7A: r_object (marshal.c:1131)
==24123== by 0x4FF6B13: r_object (marshal.c:1382)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicode_FromUCS1
fun:PyUnicode_FromKindAndData
fun:r_object
fun:r_object
fun:r_object
}
==24123== 9,648 bytes in 19 blocks are possibly lost in loss record 519 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4EED912: _PyFrame_New_NoTrack (frameobject.c:650)
==24123== by 0x4FC3A75: _PyEval_EvalCodeWithName (ceval.c:3712)
==24123== by 0x4ECEC78: _PyFunction_FastCallKeywords (call.c:433)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:_PyFrame_New_NoTrack
fun:_PyEval_EvalCodeWithName
fun:_PyFunction_FastCallKeywords
}
==24123== 9,680 bytes in 3 blocks are possibly lost in loss record 520 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F09C05: _PyDict_NewPresized (dictobject.c:1271)
==24123== by 0x4FCD320: _PyEval_EvalFrameDefault (ceval.c:2551)
==24123== by 0x4FC39F9: PyEval_EvalFrameEx (ceval.c:536)
==24123== by 0x4FC45F9: _PyEval_EvalCodeWithName (ceval.c:3951)
==24123== by 0x4FC47F1: PyEval_EvalCodeEx (ceval.c:3980)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:_PyDict_NewPresized
fun:_PyEval_EvalFrameDefault
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:PyEval_EvalCodeEx
}
==24123== 9,864 bytes in 15 blocks are possibly lost in loss record 521 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F07958: insertion_resize (dictobject.c:992)
==24123== by 0x4F08776: insertdict (dictobject.c:1036)
==24123== by 0x4F0A0B4: PyDict_SetItem (dictobject.c:1461)
==24123== by 0x4F36BCA: add_getset (typeobject.c:4836)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:insertion_resize
fun:insertdict
fun:PyDict_SetItem
fun:add_getset
}
==24123== 10,968 bytes in 6 blocks are possibly lost in loss record 522 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F07958: insertion_resize (dictobject.c:992)
==24123== by 0x4F08776: insertdict (dictobject.c:1036)
==24123== by 0x4F0A0B4: PyDict_SetItem (dictobject.c:1461)
==24123== by 0x4FCAC7D: _PyEval_EvalFrameDefault (ceval.c:2031)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:insertion_resize
fun:insertdict
fun:PyDict_SetItem
fun:_PyEval_EvalFrameDefault
}
==24123== 11,984 bytes in 107 blocks are possibly lost in loss record 523 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F1899B: PyCFunction_NewEx (methodobject.c:38)
==24123== by 0x4F36597: add_tp_new_wrapper (typeobject.c:5920)
==24123== by 0x4F367E7: add_operators (typeobject.c:7423)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyCFunction_NewEx
fun:add_tp_new_wrapper
fun:add_operators
}
==24123== 12,448 bytes in 12 blocks are possibly lost in loss record 524 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F07958: insertion_resize (dictobject.c:992)
==24123== by 0x4F08776: insertdict (dictobject.c:1036)
==24123== by 0x4F0A0B4: PyDict_SetItem (dictobject.c:1461)
==24123== by 0x4F36727: add_operators (typeobject.c:7415)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:insertion_resize
fun:insertdict
fun:PyDict_SetItem
fun:add_operators
}
==24123== 13,168 bytes in 25 blocks are possibly lost in loss record 525 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F07958: insertion_resize (dictobject.c:992)
==24123== by 0x4F08776: insertdict (dictobject.c:1036)
==24123== by 0x4F0A0B4: PyDict_SetItem (dictobject.c:1461)
==24123== by 0x4F36AB1: add_members (typeobject.c:4814)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:insertion_resize
fun:insertdict
fun:PyDict_SetItem
fun:add_members
}
==24123== 13,800 bytes in 27 blocks are possibly lost in loss record 526 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4EED912: _PyFrame_New_NoTrack (frameobject.c:650)
==24123== by 0x4ECDF4E: function_code_fastcall (call.c:272)
==24123== by 0x4ECEC04: _PyFunction_FastCallKeywords (call.c:408)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:_PyFrame_New_NoTrack
fun:function_code_fastcall
fun:_PyFunction_FastCallKeywords
}
==24123== 14,230 bytes in 131 blocks are possibly lost in loss record 527 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F4D438: _PyUnicode_FromUCS1 (unicodeobject.c:2187)
==24123== by 0x4F5774D: PyUnicode_FromKindAndData (unicodeobject.c:2258)
==24123== by 0x4FF5D7A: r_object (marshal.c:1131)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6AA7: r_object (marshal.c:1367)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicode_FromUCS1
fun:PyUnicode_FromKindAndData
fun:r_object
fun:r_object
fun:r_object
}
==24123== 14,250 bytes in 135 blocks are possibly lost in loss record 528 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F4D438: _PyUnicode_FromUCS1 (unicodeobject.c:2187)
==24123== by 0x4F5774D: PyUnicode_FromKindAndData (unicodeobject.c:2258)
==24123== by 0x4FF5D7A: r_object (marshal.c:1131)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6ABB: r_object (marshal.c:1370)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicode_FromUCS1
fun:PyUnicode_FromKindAndData
fun:r_object
fun:r_object
fun:r_object
}
==24123== 14,464 bytes in 20 blocks are possibly lost in loss record 529 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F07958: insertion_resize (dictobject.c:992)
==24123== by 0x4F08776: insertdict (dictobject.c:1036)
==24123== by 0x4F0A0B4: PyDict_SetItem (dictobject.c:1461)
==24123== by 0x4F0DB55: _PyDict_SetItemId (dictobject.c:3277)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:insertion_resize
fun:insertdict
fun:PyDict_SetItem
fun:_PyDict_SetItemId
}
==24123== 14,933 bytes in 139 blocks are possibly lost in loss record 530 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F0DB87: PyDict_SetItemString (dictobject.c:3285)
==24123== by 0x4FF91A4: PyModule_AddObject (modsupport.c:637)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyDict_SetItemString
fun:PyModule_AddObject
}
==24123== 16,164 bytes in 176 blocks are possibly lost in loss record 531 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4EC0171: _PyBytes_FromSize (bytesobject.c:85)
==24123== by 0x4EC199A: PyBytes_FromStringAndSize (bytesobject.c:119)
==24123== by 0x4FF5C05: r_object (marshal.c:1088)
==24123== by 0x4FF6B48: r_object (marshal.c:1388)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyBytes_FromSize
fun:PyBytes_FromStringAndSize
fun:r_object
fun:r_object
fun:r_object
fun:r_object
}
==24123== 16,464 bytes in 147 blocks are possibly lost in loss record 532 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4ED8598: descr_new (descrobject.c:729)
==24123== by 0x4ED9901: PyDescr_NewGetSet (descrobject.c:786)
==24123== by 0x4F36BB3: add_getset (typeobject.c:4832)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:descr_new
fun:PyDescr_NewGetSet
fun:add_getset
}
==24123== 17,176 bytes in 226 blocks are possibly lost in loss record 533 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4EF8CD5: _PyLong_New (longobject.c:208)
==24123== by 0x4EFBC87: PyLong_FromLong (longobject.c:266)
==24123== by 0x4EFDCEE: PyLong_FromUnsignedLong (longobject.c:320)
==24123== by 0x4EFF4D9: PyLong_FromVoidPtr (longobject.c:1023)
==24123== by 0x4F34867: add_subclass (typeobject.c:5321)
==24123== by 0x4F398D3: PyType_Ready (typeobject.c:5293)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyLong_New
fun:PyLong_FromLong
fun:PyLong_FromUnsignedLong
fun:PyLong_FromVoidPtr
fun:add_subclass
fun:PyType_Ready
}
==24123== 17,296 bytes in 12 blocks are possibly lost in loss record 534 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F07958: insertion_resize (dictobject.c:992)
==24123== by 0x4F08776: insertdict (dictobject.c:1036)
==24123== by 0x4F0A0B4: PyDict_SetItem (dictobject.c:1461)
==24123== by 0x4F0DBA7: PyDict_SetItemString (dictobject.c:3289)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:insertion_resize
fun:insertdict
fun:PyDict_SetItem
fun:PyDict_SetItemString
}
==24123== 17,952 bytes in 187 blocks are possibly lost in loss record 535 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4F2F0A4: PyTuple_Pack (tupleobject.c:218)
==24123== by 0x4F394F0: PyType_Ready (typeobject.c:5159)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:PyTuple_Pack
fun:PyType_Ready
}
==24123== 18,680 bytes in 165 blocks are possibly lost in loss record 536 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4FF5F0B: r_object (marshal.c:1187)
==24123== by 0x4FF6ABB: r_object (marshal.c:1370)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:r_object
fun:r_object
}
==24123== 19,176 bytes in 171 blocks are possibly lost in loss record 537 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4FF5F0B: r_object (marshal.c:1187)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:r_object
fun:r_object
}
==24123== 20,184 bytes in 157 blocks are possibly lost in loss record 538 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4FF5F0B: r_object (marshal.c:1187)
==24123== by 0x4FF6AA7: r_object (marshal.c:1367)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:r_object
fun:r_object
}
==24123== 20,648 bytes in 182 blocks are possibly lost in loss record 539 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FFA1: _PyObject_GC_NewVar (gcmodule.c:1924)
==24123== by 0x4F2E43A: PyTuple_New (tupleobject.c:117)
==24123== by 0x4F41838: mro_implementation (typeobject.c:1782)
==24123== by 0x4F41B25: mro_invoke (typeobject.c:1923)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyTuple_New
fun:mro_implementation
fun:mro_invoke
}
==24123== 20,832 bytes in 186 blocks are possibly lost in loss record 540 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F04893: new_dict (dictobject.c:582)
==24123== by 0x4F09967: PyDict_New (dictobject.c:675)
==24123== by 0x4F39516: PyType_Ready (typeobject.c:5168)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_dict
fun:PyDict_New
fun:PyType_Ready
}
==24123== 24,122 bytes in 176 blocks are possibly lost in loss record 541 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4EC0171: _PyBytes_FromSize (bytesobject.c:85)
==24123== by 0x4EC199A: PyBytes_FromStringAndSize (bytesobject.c:119)
==24123== by 0x4FF5C05: r_object (marshal.c:1088)
==24123== by 0x4FF6A7F: r_object (marshal.c:1361)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyBytes_FromSize
fun:PyBytes_FromStringAndSize
fun:r_object
fun:r_object
fun:r_object
fun:r_object
}
==24123== 25,760 bytes in 230 blocks are possibly lost in loss record 542 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4ED8598: descr_new (descrobject.c:729)
==24123== by 0x4ED98E0: PyDescr_NewMember (descrobject.c:774)
==24123== by 0x4F36A9A: add_members (typeobject.c:4811)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:descr_new
fun:PyDescr_NewMember
fun:add_members
}
==24123== 26,520 bytes in 221 blocks are possibly lost in loss record 543 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4F8C7C9: new_weakref (weakrefobject.c:38)
==24123== by 0x4F8C980: PyWeakref_NewRef (weakrefobject.c:761)
==24123== by 0x4F34880: add_subclass (typeobject.c:5324)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:new_weakref
fun:PyWeakref_NewRef
fun:add_subclass
}
==24123== 27,104 bytes in 28 blocks are possibly lost in loss record 544 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4F40460: type_new (typeobject.c:2582)
==24123== by 0x4F3846B: type_call (typeobject.c:929)
==24123== by 0x4ED0176: _PyObject_FastCallDict (call.c:125)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:type_new
fun:type_call
fun:_PyObject_FastCallDict
}
==24123== 27,456 bytes in 143 blocks are possibly lost in loss record 545 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4ED3C92: PyCode_New (codeobject.c:187)
==24123== by 0x4FF6BA2: r_object (marshal.c:1392)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyCode_New
fun:r_object
fun:r_object
fun:r_object
fun:r_object
fun:r_object
}
==24123== 29,110 bytes in 272 blocks are possibly lost in loss record 546 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F836F1: PyUnicode_InternFromString (unicodeobject.c:15227)
==24123== by 0x4F1D43F: PyObject_SetAttrString (object.c:803)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyUnicode_InternFromString
fun:PyObject_SetAttrString
}
==24123== 30,232 bytes in 38 blocks are possibly lost in loss record 547 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F07958: insertion_resize (dictobject.c:992)
==24123== by 0x4F08776: insertdict (dictobject.c:1036)
==24123== by 0x4F0A0B4: PyDict_SetItem (dictobject.c:1461)
==24123== by 0x4F3699D: add_methods (typeobject.c:4790)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:insertion_resize
fun:insertdict
fun:PyDict_SetItem
fun:add_methods
}
==24123== 30,272 bytes in 172 blocks are possibly lost in loss record 548 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x502FF5B: _PyObject_GC_New (gcmodule.c:1907)
==24123== by 0x4EEF54A: PyFunction_NewWithQualName (funcobject.c:23)
==24123== by 0x4FD2212: _PyEval_EvalFrameDefault (ceval.c:3282)
==24123== by 0x4FC39F9: PyEval_EvalFrameEx (ceval.c:536)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_New
fun:PyFunction_NewWithQualName
fun:_PyEval_EvalFrameDefault
fun:PyEval_EvalFrameEx
}
==24123== 35,581 bytes in 338 blocks are possibly lost in loss record 549 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F4D438: _PyUnicode_FromUCS1 (unicodeobject.c:2187)
==24123== by 0x4F5774D: PyUnicode_FromKindAndData (unicodeobject.c:2258)
==24123== by 0x4FF5D7A: r_object (marshal.c:1131)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicode_FromUCS1
fun:PyUnicode_FromKindAndData
fun:r_object
fun:r_object
fun:r_object
}
==24123== 40,745 bytes in 386 blocks are possibly lost in loss record 550 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F745A6: _PyUnicodeWriter_PrepareInternal (unicodeobject.c:13454)
==24123== by 0x4F78DBC: PyUnicode_DecodeUTF8Stateful (unicodeobject.c:4819)
==24123== by 0x4F7A5DE: PyUnicode_FromString (unicodeobject.c:2105)
==24123== by 0x4F836F1: PyUnicode_InternFromString (unicodeobject.c:15227)
==24123== by 0x4ED85CE: descr_new (descrobject.c:733)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicodeWriter_PrepareInternal
fun:PyUnicode_DecodeUTF8Stateful
fun:PyUnicode_FromString
fun:PyUnicode_InternFromString
fun:descr_new
}
==24123== 65,520 bytes in 585 blocks are possibly lost in loss record 551 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4ED8598: descr_new (descrobject.c:729)
==24123== by 0x4ED989E: PyDescr_NewMethod (descrobject.c:750)
==24123== by 0x4F368DE: add_methods (typeobject.c:4785)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:descr_new
fun:PyDescr_NewMethod
fun:add_methods
}
==24123== 79,560 bytes in 509 blocks are possibly lost in loss record 552 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F4CCBF: PyUnicode_New (unicodeobject.c:1293)
==24123== by 0x4F4D438: _PyUnicode_FromUCS1 (unicodeobject.c:2187)
==24123== by 0x4F5774D: PyUnicode_FromKindAndData (unicodeobject.c:2258)
==24123== by 0x4FF5D7A: r_object (marshal.c:1131)
==24123== by 0x4FF5F3A: r_object (marshal.c:1193)
==24123== by 0x4FF6A93: r_object (marshal.c:1364)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:PyUnicode_New
fun:_PyUnicode_FromUCS1
fun:PyUnicode_FromKindAndData
fun:r_object
fun:r_object
fun:r_object
}
==24123== 109,680 bytes in 914 blocks are possibly lost in loss record 553 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x502F72E: _PyObject_GC_Alloc (gcmodule.c:1872)
==24123== by 0x502FF2E: _PyObject_GC_Malloc (gcmodule.c:1895)
==24123== by 0x4F31885: PyType_GenericAlloc (typeobject.c:970)
==24123== by 0x4ED8598: descr_new (descrobject.c:729)
==24123== by 0x4ED992A: PyDescr_NewWrapper (descrobject.c:798)
==24123== by 0x4F3670C: add_operators (typeobject.c:7412)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:PyType_GenericAlloc
fun:descr_new
fun:PyDescr_NewWrapper
fun:add_operators
}
==24123== 147,520 bytes in 1 blocks are possibly lost in loss record 554 of 554
==24123== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24123== by 0x4F1F01C: _PyMem_RawMalloc (obmalloc.c:75)
==24123== by 0x4F1F65B: _PyMem_DebugRawAlloc (obmalloc.c:1994)
==24123== by 0x4F1F699: _PyMem_DebugRawMalloc (obmalloc.c:2023)
==24123== by 0x4F1F6BA: _PyMem_DebugMalloc (obmalloc.c:2163)
==24123== by 0x4F20799: PyObject_Malloc (obmalloc.c:616)
==24123== by 0x4F0455C: new_keys_object (dictobject.c:532)
==24123== by 0x4F07631: dictresize (dictobject.c:1139)
==24123== by 0x4F07958: insertion_resize (dictobject.c:992)
==24123== by 0x4F0CDCA: PyDict_SetDefault (dictobject.c:2818)
==24123== by 0x4F8335A: PyUnicode_InternInPlace (unicodeobject.c:15197)
==24123== by 0x4FF5DDF: r_object (marshal.c:1135)
==24123==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyMem_RawMalloc
fun:_PyMem_DebugRawAlloc
fun:_PyMem_DebugRawMalloc
fun:_PyMem_DebugMalloc
fun:PyObject_Malloc
fun:new_keys_object
fun:dictresize
fun:insertion_resize
fun:PyDict_SetDefault
fun:PyUnicode_InternInPlace
fun:r_object
}
==24123== LEAK SUMMARY:
==24123== definitely lost: 0 bytes in 0 blocks
==24123== indirectly lost: 0 bytes in 0 blocks
==24123== possibly lost: 1,231,995 bytes in 7,491 blocks
==24123== still reachable: 0 bytes in 0 blocks
==24123== suppressed: 0 bytes in 0 blocks
==24123==
==24123== For counts of detected and suppressed errors, rerun with: -v
==24123== ERROR SUMMARY: 929 errors from 556 contexts (suppressed: 0 from 0)
==2096== Memcheck, a memory error detector
==2096== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==2096== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==2096== Command: ./a.out
==2096==
==2096== Conditional jump or move depends on uninitialised value(s)
==2096== at 0x54279E0: __wcsnlen_sse4_1 (strlen.S:147)
==2096== by 0x5414EC1: wcsrtombs (wcsrtombs.c:104)
==2096== by 0x539AB20: wcstombs (wcstombs.c:34)
==2096== by 0x4FDE9AB: wcstombs (stdlib.h:154)
==2096== by 0x4FDE9AB: Py_EncodeLocale (fileutils.c:491)
==2096== by 0x4FE10B1: _Py_wstat (getpath.c:124)
==2096== by 0x4FE10B1: isxfile (getpath.c:175)
==2096== by 0x4FE10B1: calculate_path (getpath.c:551)
==2096== by 0x4FE1E00: Py_GetProgramFullPath (getpath.c:872)
==2096== by 0x4FCEE94: _PySys_Init (sysmodule.c:1830)
==2096== by 0x4FC0797: _Py_InitializeEx_Private (pylifecycle.c:377)
==2096== by 0x108778: main (a.c:5)
==2096== Uninitialised value was created by a stack allocation
==2096== at 0x4E965B0: ??? (in /usr/local/lib/libpython3.5m.so.1.0)
==2096==
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:__wcsnlen_sse4_1
fun:wcsrtombs
fun:wcstombs
fun:wcstombs
fun:Py_EncodeLocale
fun:_Py_wstat
fun:isxfile
fun:calculate_path
fun:Py_GetProgramFullPath
fun:_PySys_Init
fun:_Py_InitializeEx_Private
fun:main
}
==2096== Conditional jump or move depends on uninitialised value(s)
==2096== at 0x5427A61: __wcsnlen_sse4_1 (strlen.S:161)
==2096== by 0x5414EC1: wcsrtombs (wcsrtombs.c:104)
==2096== by 0x539AB20: wcstombs (wcstombs.c:34)
==2096== by 0x4FDE9AB: wcstombs (stdlib.h:154)
==2096== by 0x4FDE9AB: Py_EncodeLocale (fileutils.c:491)
==2096== by 0x4FE10B1: _Py_wstat (getpath.c:124)
==2096== by 0x4FE10B1: isxfile (getpath.c:175)
==2096== by 0x4FE10B1: calculate_path (getpath.c:551)
==2096== by 0x4FE1E00: Py_GetProgramFullPath (getpath.c:872)
==2096== by 0x4FCEE94: _PySys_Init (sysmodule.c:1830)
==2096== by 0x4FC0797: _Py_InitializeEx_Private (pylifecycle.c:377)
==2096== by 0x108778: main (a.c:5)
==2096== Uninitialised value was created by a stack allocation
==2096== at 0x4E965B0: ??? (in /usr/local/lib/libpython3.5m.so.1.0)
==2096==
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:__wcsnlen_sse4_1
fun:wcsrtombs
fun:wcstombs
fun:wcstombs
fun:Py_EncodeLocale
fun:_Py_wstat
fun:isxfile
fun:calculate_path
fun:Py_GetProgramFullPath
fun:_PySys_Init
fun:_Py_InitializeEx_Private
fun:main
}
==2096==
==2096== HEAP SUMMARY:
==2096== in use at exit: 487,658 bytes in 425 blocks
==2096== total heap usage: 4,919 allocs, 4,494 frees, 2,824,291 bytes allocated
==2096==
==2096== 520 bytes in 1 blocks are possibly lost in loss record 183 of 306
==2096== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==2096== by 0x4F0E377: _PyObject_Alloc (obmalloc.c:1376)
==2096== by 0x4F0E377: _PyObject_Malloc (obmalloc.c:1386)
==2096== by 0x4FE4D11: _PyObject_GC_Alloc (gcmodule.c:1696)
==2096== by 0x4FE4D11: _PyObject_GC_Malloc (gcmodule.c:1718)
==2096== by 0x4FE5009: _PyObject_GC_NewVar (gcmodule.c:1747)
==2096== by 0x4EDC500: PyFrame_New (frameobject.c:673)
==2096== by 0x4F9ABF9: _PyEval_EvalCodeWithName (ceval.c:3829)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F99D61: fast_function (ceval.c:4818)
==2096== by 0x4F99D61: call_function (ceval.c:4745)
==2096== by 0x4F99D61: PyEval_EvalFrameEx (ceval.c:3251)
==2096==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyObject_Alloc
fun:_PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyFrame_New
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
}
==2096== 520 bytes in 1 blocks are possibly lost in loss record 184 of 306
==2096== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==2096== by 0x4F0E377: _PyObject_Alloc (obmalloc.c:1376)
==2096== by 0x4F0E377: _PyObject_Malloc (obmalloc.c:1386)
==2096== by 0x4FE4D11: _PyObject_GC_Alloc (gcmodule.c:1696)
==2096== by 0x4FE4D11: _PyObject_GC_Malloc (gcmodule.c:1718)
==2096== by 0x4FE5009: _PyObject_GC_NewVar (gcmodule.c:1747)
==2096== by 0x4EDC500: PyFrame_New (frameobject.c:673)
==2096== by 0x4F99C82: fast_function (ceval.c:4807)
==2096== by 0x4F99C82: call_function (ceval.c:4745)
==2096== by 0x4F99C82: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F99D61: fast_function (ceval.c:4818)
==2096== by 0x4F99D61: call_function (ceval.c:4745)
==2096== by 0x4F99D61: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F99D61: fast_function (ceval.c:4818)
==2096== by 0x4F99D61: call_function (ceval.c:4745)
==2096== by 0x4F99D61: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F99D61: fast_function (ceval.c:4818)
==2096== by 0x4F99D61: call_function (ceval.c:4745)
==2096== by 0x4F99D61: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyObject_Alloc
fun:_PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyFrame_New
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
}
==2096== 528 bytes in 1 blocks are possibly lost in loss record 187 of 306
==2096== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==2096== by 0x4F0E377: _PyObject_Alloc (obmalloc.c:1376)
==2096== by 0x4F0E377: _PyObject_Malloc (obmalloc.c:1386)
==2096== by 0x4FE4D11: _PyObject_GC_Alloc (gcmodule.c:1696)
==2096== by 0x4FE4D11: _PyObject_GC_Malloc (gcmodule.c:1718)
==2096== by 0x4FE5009: _PyObject_GC_NewVar (gcmodule.c:1747)
==2096== by 0x4EDC500: PyFrame_New (frameobject.c:673)
==2096== by 0x4F9ABF9: _PyEval_EvalCodeWithName (ceval.c:3829)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9B5E2: PyEval_EvalCodeEx (ceval.c:4054)
==2096== by 0x4F8DE26: builtin___build_class__ (bltinmodule.c:176)
==2096== by 0x4F096E2: PyCFunction_Call (methodobject.c:98)
==2096== by 0x4F9A404: call_function (ceval.c:4720)
==2096== by 0x4F9A404: PyEval_EvalFrameEx (ceval.c:3251)
==2096==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyObject_Alloc
fun:_PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyFrame_New
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:PyEval_EvalCodeEx
fun:builtin___build_class__
fun:PyCFunction_Call
fun:call_function
fun:PyEval_EvalFrameEx
}
==2096== 528 bytes in 1 blocks are possibly lost in loss record 188 of 306
==2096== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==2096== by 0x4F0E377: _PyObject_Alloc (obmalloc.c:1376)
==2096== by 0x4F0E377: _PyObject_Malloc (obmalloc.c:1386)
==2096== by 0x4FE4D11: _PyObject_GC_Alloc (gcmodule.c:1696)
==2096== by 0x4FE4D11: _PyObject_GC_Malloc (gcmodule.c:1718)
==2096== by 0x4FE5009: _PyObject_GC_NewVar (gcmodule.c:1747)
==2096== by 0x4EDC500: PyFrame_New (frameobject.c:673)
==2096== by 0x4F99C82: fast_function (ceval.c:4807)
==2096== by 0x4F99C82: call_function (ceval.c:4745)
==2096== by 0x4F99C82: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F99D61: fast_function (ceval.c:4818)
==2096== by 0x4F99D61: call_function (ceval.c:4745)
==2096== by 0x4F99D61: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyObject_Alloc
fun:_PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyFrame_New
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
}
==2096== 536 bytes in 1 blocks are possibly lost in loss record 189 of 306
==2096== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==2096== by 0x4F0E377: _PyObject_Alloc (obmalloc.c:1376)
==2096== by 0x4F0E377: _PyObject_Malloc (obmalloc.c:1386)
==2096== by 0x4FE4D11: _PyObject_GC_Alloc (gcmodule.c:1696)
==2096== by 0x4FE4D11: _PyObject_GC_Malloc (gcmodule.c:1718)
==2096== by 0x4FE5009: _PyObject_GC_NewVar (gcmodule.c:1747)
==2096== by 0x4EDC500: PyFrame_New (frameobject.c:673)
==2096== by 0x4F9ABF9: _PyEval_EvalCodeWithName (ceval.c:3829)
==2096== by 0x4F9B5E2: PyEval_EvalCodeEx (ceval.c:4054)
==2096== by 0x4EDD1FC: function_call (funcobject.c:627)
==2096== by 0x4EABCD7: PyObject_Call (abstract.c:2166)
==2096== by 0x4F1CB4C: slot_tp_new (typeobject.c:6324)
==2096== by 0x4F20AC4: type_call (typeobject.c:890)
==2096== by 0x4EABCD7: PyObject_Call (abstract.c:2166)
==2096==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyObject_Alloc
fun:_PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyFrame_New
fun:_PyEval_EvalCodeWithName
fun:PyEval_EvalCodeEx
fun:function_call
fun:PyObject_Call
fun:slot_tp_new
fun:type_call
fun:PyObject_Call
}
==2096== 600 bytes in 1 blocks are possibly lost in loss record 195 of 306
==2096== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==2096== by 0x4F0E377: _PyObject_Alloc (obmalloc.c:1376)
==2096== by 0x4F0E377: _PyObject_Malloc (obmalloc.c:1386)
==2096== by 0x4FE4D11: _PyObject_GC_Alloc (gcmodule.c:1696)
==2096== by 0x4FE4D11: _PyObject_GC_Malloc (gcmodule.c:1718)
==2096== by 0x4FE5009: _PyObject_GC_NewVar (gcmodule.c:1747)
==2096== by 0x4EDC500: PyFrame_New (frameobject.c:673)
==2096== by 0x4F99C82: fast_function (ceval.c:4807)
==2096== by 0x4F99C82: call_function (ceval.c:4745)
==2096== by 0x4F99C82: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F99D61: fast_function (ceval.c:4818)
==2096== by 0x4F99D61: call_function (ceval.c:4745)
==2096== by 0x4F99D61: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9B5E2: PyEval_EvalCodeEx (ceval.c:4054)
==2096== by 0x4EDD104: function_call (funcobject.c:627)
==2096== by 0x4EABCD7: PyObject_Call (abstract.c:2166)
==2096== by 0x4EAC1F7: call_function_tail (abstract.c:2192)
==2096== by 0x4EAC1F7: callmethod (abstract.c:2261)
==2096== by 0x4EAC1F7: PyObject_CallMethod (abstract.c:2285)
==2096==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyObject_Alloc
fun:_PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyFrame_New
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:PyEval_EvalCodeEx
fun:function_call
fun:PyObject_Call
fun:call_function_tail
fun:callmethod
fun:PyObject_CallMethod
}
==2096== 632 bytes in 1 blocks are possibly lost in loss record 196 of 306
==2096== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==2096== by 0x4F0E377: _PyObject_Alloc (obmalloc.c:1376)
==2096== by 0x4F0E377: _PyObject_Malloc (obmalloc.c:1386)
==2096== by 0x4FE4D11: _PyObject_GC_Alloc (gcmodule.c:1696)
==2096== by 0x4FE4D11: _PyObject_GC_Malloc (gcmodule.c:1718)
==2096== by 0x4FE5009: _PyObject_GC_NewVar (gcmodule.c:1747)
==2096== by 0x4EDC500: PyFrame_New (frameobject.c:673)
==2096== by 0x4F9ABF9: _PyEval_EvalCodeWithName (ceval.c:3829)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F99D61: fast_function (ceval.c:4818)
==2096== by 0x4F99D61: call_function (ceval.c:4745)
==2096== by 0x4F99D61: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyObject_Alloc
fun:_PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyFrame_New
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
}
==2096== 648 bytes in 1 blocks are possibly lost in loss record 199 of 306
==2096== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==2096== by 0x4F0EE57: _PyObject_Alloc (obmalloc.c:1376)
==2096== by 0x4F0EE57: _PyObject_Realloc (obmalloc.c:1666)
==2096== by 0x4FE5077: _PyObject_GC_Resize (gcmodule.c:1760)
==2096== by 0x4EDC4A4: PyFrame_New (frameobject.c:686)
==2096== by 0x4F9ABF9: _PyEval_EvalCodeWithName (ceval.c:3829)
==2096== by 0x4F9B5E2: PyEval_EvalCodeEx (ceval.c:4054)
==2096== by 0x4EDD104: function_call (funcobject.c:627)
==2096== by 0x4EABCD7: PyObject_Call (abstract.c:2166)
==2096== by 0x4F914E6: PyEval_CallObjectWithKeywords (ceval.c:4595)
==2096== by 0x4FA7736: _PyCodec_Lookup (codecs.c:154)
==2096== by 0x4FBFEAA: get_codec_name (pylifecycle.c:186)
==2096== by 0x4FBFEAA: get_locale_encoding (pylifecycle.c:225)
==2096== by 0x4FBFEAA: initfsencoding.isra.6.part.7 (pylifecycle.c:926)
==2096== by 0x4FC0C18: initfsencoding (pylifecycle.c:415)
==2096== by 0x4FC0C18: _Py_InitializeEx_Private (pylifecycle.c:417)
==2096==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyObject_Alloc
fun:_PyObject_Realloc
fun:_PyObject_GC_Resize
fun:PyFrame_New
fun:_PyEval_EvalCodeWithName
fun:PyEval_EvalCodeEx
fun:function_call
fun:PyObject_Call
fun:PyEval_CallObjectWithKeywords
fun:_PyCodec_Lookup
fun:get_codec_name
fun:get_locale_encoding
fun:initfsencoding.isra.6.part.7
fun:initfsencoding
fun:_Py_InitializeEx_Private
}
==2096== 1,688 bytes in 3 blocks are possibly lost in loss record 279 of 306
==2096== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==2096== by 0x4F0E377: _PyObject_Alloc (obmalloc.c:1376)
==2096== by 0x4F0E377: _PyObject_Malloc (obmalloc.c:1386)
==2096== by 0x4FE4D11: _PyObject_GC_Alloc (gcmodule.c:1696)
==2096== by 0x4FE4D11: _PyObject_GC_Malloc (gcmodule.c:1718)
==2096== by 0x4FE5009: _PyObject_GC_NewVar (gcmodule.c:1747)
==2096== by 0x4EDC500: PyFrame_New (frameobject.c:673)
==2096== by 0x4F99C82: fast_function (ceval.c:4807)
==2096== by 0x4F99C82: call_function (ceval.c:4745)
==2096== by 0x4F99C82: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9860A: fast_function (ceval.c:4828)
==2096== by 0x4F9860A: call_function (ceval.c:4745)
==2096== by 0x4F9860A: PyEval_EvalFrameEx (ceval.c:3251)
==2096==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyObject_Alloc
fun:_PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyFrame_New
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
}
==2096== 1,704 bytes in 3 blocks are possibly lost in loss record 280 of 306
==2096== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==2096== by 0x4F0E377: _PyObject_Alloc (obmalloc.c:1376)
==2096== by 0x4F0E377: _PyObject_Malloc (obmalloc.c:1386)
==2096== by 0x4FE4D11: _PyObject_GC_Alloc (gcmodule.c:1696)
==2096== by 0x4FE4D11: _PyObject_GC_Malloc (gcmodule.c:1718)
==2096== by 0x4FE5009: _PyObject_GC_NewVar (gcmodule.c:1747)
==2096== by 0x4EDC500: PyFrame_New (frameobject.c:673)
==2096== by 0x4F99C82: fast_function (ceval.c:4807)
==2096== by 0x4F99C82: call_function (ceval.c:4745)
==2096== by 0x4F99C82: PyEval_EvalFrameEx (ceval.c:3251)
==2096== by 0x4F9B513: _PyEval_EvalCodeWithName (ceval.c:4033)
==2096== by 0x4F9B5E2: PyEval_EvalCodeEx (ceval.c:4054)
==2096== by 0x4EDD104: function_call (funcobject.c:627)
==2096== by 0x4EABCD7: PyObject_Call (abstract.c:2166)
==2096== by 0x4EACD49: _PyObject_CallMethodIdObjArgs (abstract.c:2424)
==2096== by 0x4FB2B42: PyImport_ImportModuleLevelObject (import.c:1589)
==2096==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:_PyObject_Alloc
fun:_PyObject_Malloc
fun:_PyObject_GC_Alloc
fun:_PyObject_GC_Malloc
fun:_PyObject_GC_NewVar
fun:PyFrame_New
fun:fast_function
fun:call_function
fun:PyEval_EvalFrameEx
fun:_PyEval_EvalCodeWithName
fun:PyEval_EvalCodeEx
fun:function_call
fun:PyObject_Call
fun:_PyObject_CallMethodIdObjArgs
fun:PyImport_ImportModuleLevelObject
}
==2096== LEAK SUMMARY:
==2096== definitely lost: 0 bytes in 0 blocks
==2096== indirectly lost: 0 bytes in 0 blocks
==2096== possibly lost: 7,904 bytes in 14 blocks
==2096== still reachable: 479,754 bytes in 411 blocks
==2096== suppressed: 0 bytes in 0 blocks
==2096== Reachable blocks (those to which a pointer was found) are not shown.
==2096== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==2096==
==2096== For counts of detected and suppressed errors, rerun with: -v
==2096== ERROR SUMMARY: 1486 errors from 12 contexts (suppressed: 198 from 43)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment