casadi 3.6.7__cp27-none-manylinux2010_x86_64.whl → 3.7.0__cp27-none-manylinux2010_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. casadi/_casadi.so +0 -0
  2. casadi/casadi-cli +0 -0
  3. casadi/casadi.py +6068 -3036
  4. casadi/cbc +0 -0
  5. casadi/clp +0 -0
  6. casadi/cmake/casadi-config-version.cmake +1 -1
  7. casadi/cmake/casadi-targets-release.cmake +5 -5
  8. casadi/cmake/casadi-targets.cmake +5 -5
  9. casadi/{lib64/cmake/tinyxml2/tinyxml2-config-version.cmake → cmake/libzip/libzip-config-version.cmake} +4 -18
  10. casadi/cmake/libzip/libzip-config.cmake +69 -0
  11. casadi/cmake/libzip/libzip-targets-release.cmake +19 -0
  12. casadi/{lib64/cmake/tinyxml2/tinyxml2-static-targets.cmake → cmake/libzip/libzip-targets.cmake} +11 -7
  13. casadi/cmake/libzip/modules/FindMbedTLS.cmake +141 -0
  14. casadi/cmake/libzip/modules/FindNettle.cmake +141 -0
  15. casadi/cmake/libzip/modules/Findzstd.cmake +186 -0
  16. casadi/include/casadi/casadi.i +194 -44
  17. casadi/include/casadi/config.h +11 -11
  18. casadi/include/casadi/core/archiver.hpp +58 -0
  19. casadi/include/casadi/core/blazing_spline.hpp +47 -0
  20. casadi/include/casadi/core/calculus.hpp +57 -2
  21. casadi/include/casadi/core/casadi_common.hpp +37 -0
  22. casadi/include/casadi/core/casadi_meta.hpp +15 -0
  23. casadi/include/casadi/core/casadi_misc.hpp +7 -0
  24. casadi/include/casadi/core/code_generator.hpp +95 -17
  25. casadi/include/casadi/core/core.hpp +5 -0
  26. casadi/include/casadi/core/dae_builder.hpp +283 -141
  27. casadi/include/casadi/core/dm.hpp +3 -0
  28. casadi/include/casadi/core/filesystem.hpp +58 -0
  29. casadi/include/casadi/core/fmu.hpp +51 -16
  30. casadi/include/casadi/core/function.hpp +19 -0
  31. casadi/include/casadi/core/generic_matrix.hpp +214 -7
  32. casadi/include/casadi/core/generic_shared.hpp +318 -0
  33. casadi/include/casadi/core/generic_shared_impl.hpp +214 -0
  34. casadi/include/casadi/core/generic_shared_internal.hpp +215 -0
  35. casadi/include/casadi/core/generic_type.hpp +3 -0
  36. casadi/include/casadi/core/global_options.hpp +10 -0
  37. casadi/include/casadi/core/integrator.hpp +41 -7
  38. casadi/include/casadi/core/matrix_decl.hpp +67 -0
  39. casadi/include/casadi/core/mx.hpp +63 -2
  40. casadi/include/casadi/core/options.hpp +6 -3
  41. casadi/include/casadi/core/optistack.hpp +43 -9
  42. casadi/include/casadi/core/printable.hpp +8 -0
  43. casadi/include/casadi/core/resource.hpp +107 -0
  44. casadi/include/casadi/core/runtime/casadi_blazing_1d_boor_eval.hpp +112 -0
  45. casadi/include/casadi/core/runtime/casadi_blazing_2d_boor_eval.hpp +311 -0
  46. casadi/include/casadi/core/runtime/casadi_blazing_3d_boor_eval.hpp +645 -0
  47. casadi/include/casadi/core/runtime/casadi_blazing_de_boor.hpp +101 -0
  48. casadi/include/casadi/core/runtime/casadi_nlp.hpp +8 -2
  49. casadi/include/casadi/core/runtime/casadi_printme.hpp +25 -0
  50. casadi/include/casadi/core/serializer.hpp +12 -4
  51. casadi/include/casadi/core/serializing_stream.hpp +3 -0
  52. casadi/include/casadi/core/shared_object.hpp +73 -161
  53. casadi/include/casadi/core/sparsity.hpp +13 -1
  54. casadi/include/casadi/core/sparsity_interface.hpp +19 -1
  55. casadi/include/casadi/core/sx.hpp +41 -0
  56. casadi/include/casadi/core/sx_elem.hpp +25 -0
  57. casadi/include/casadi/core/xml_node.hpp +5 -0
  58. casadi/include/casadi/doc.i +9703 -6539
  59. casadi/include/casadi/doc_merged.i +6483 -4447
  60. casadi/include/casadi/valgrind-casadi.supp +138 -0
  61. casadi/include/casadi/valgrind-python.supp +2470 -0
  62. casadi/include/licenses/libz-external/LICENSE +22 -0
  63. casadi/include/licenses/libz-external/contrib/dotzlib/LICENSE_1_0.txt +23 -0
  64. casadi/include/licenses/libzip-external/LICENSE +31 -0
  65. casadi/include/zconf.h +545 -0
  66. casadi/include/zip.h +528 -0
  67. casadi/include/zipconf.h +48 -0
  68. casadi/include/zlib.h +1938 -0
  69. casadi/libCbcSolver.so +0 -0
  70. casadi/libCbcSolver.so.3 +0 -0
  71. casadi/libCbcSolver.so.3.10.11 +0 -0
  72. casadi/libClpSolver.so +0 -0
  73. casadi/libClpSolver.so.1 +0 -0
  74. casadi/libClpSolver.so.1.14.9 +0 -0
  75. casadi/libbonmin.so +0 -0
  76. casadi/libbonmin.so.4 +0 -0
  77. casadi/libbonmin.so.4.8.9 +0 -0
  78. casadi/libcasadi.so +0 -0
  79. casadi/libcasadi.so.3.7 +0 -0
  80. casadi/libcasadi_archiver_libzip.so +0 -0
  81. casadi/libcasadi_archiver_libzip.so.3.7 +0 -0
  82. casadi/libcasadi_conic_cbc.so +0 -0
  83. casadi/libcasadi_conic_cbc.so.3.7 +0 -0
  84. casadi/libcasadi_conic_clp.so +0 -0
  85. casadi/libcasadi_conic_clp.so.3.7 +0 -0
  86. casadi/libcasadi_conic_cplex.so +0 -0
  87. casadi/libcasadi_conic_cplex.so.3.7 +0 -0
  88. casadi/libcasadi_conic_daqp.so +0 -0
  89. casadi/libcasadi_conic_daqp.so.3.7 +0 -0
  90. casadi/libcasadi_conic_gurobi.so +0 -0
  91. casadi/libcasadi_conic_gurobi.so.3.7 +0 -0
  92. casadi/libcasadi_conic_hpipm.so +0 -0
  93. casadi/libcasadi_conic_hpipm.so.3.7 +0 -0
  94. casadi/libcasadi_conic_ipqp.so +0 -0
  95. casadi/libcasadi_conic_ipqp.so.3.7 +0 -0
  96. casadi/libcasadi_conic_nlpsol.so +0 -0
  97. casadi/libcasadi_conic_nlpsol.so.3.7 +0 -0
  98. casadi/libcasadi_conic_osqp.so +0 -0
  99. casadi/libcasadi_conic_osqp.so.3.7 +0 -0
  100. casadi/libcasadi_conic_qpoases.so +0 -0
  101. casadi/libcasadi_conic_qpoases.so.3.7 +0 -0
  102. casadi/libcasadi_conic_qrqp.so +0 -0
  103. casadi/libcasadi_conic_qrqp.so.3.7 +0 -0
  104. casadi/libcasadi_conic_superscs.so +0 -0
  105. casadi/libcasadi_conic_superscs.so.3.7 +0 -0
  106. casadi/libcasadi_importer_shell.so +0 -0
  107. casadi/libcasadi_importer_shell.so.3.7 +0 -0
  108. casadi/libcasadi_integrator_collocation.so +0 -0
  109. casadi/libcasadi_integrator_collocation.so.3.7 +0 -0
  110. casadi/libcasadi_integrator_cvodes.so +0 -0
  111. casadi/libcasadi_integrator_cvodes.so.3.7 +0 -0
  112. casadi/libcasadi_integrator_idas.so +0 -0
  113. casadi/libcasadi_integrator_idas.so.3.7 +0 -0
  114. casadi/libcasadi_integrator_rk.so +0 -0
  115. casadi/libcasadi_integrator_rk.so.3.7 +0 -0
  116. casadi/libcasadi_interpolant_bspline.so +0 -0
  117. casadi/libcasadi_interpolant_bspline.so.3.7 +0 -0
  118. casadi/libcasadi_interpolant_linear.so +0 -0
  119. casadi/libcasadi_interpolant_linear.so.3.7 +0 -0
  120. casadi/libcasadi_linsol_csparse.so +0 -0
  121. casadi/libcasadi_linsol_csparse.so.3.7 +0 -0
  122. casadi/libcasadi_linsol_csparsecholesky.so +0 -0
  123. casadi/libcasadi_linsol_csparsecholesky.so.3.7 +0 -0
  124. casadi/libcasadi_linsol_lapacklu.so +0 -0
  125. casadi/libcasadi_linsol_lapacklu.so.3.7 +0 -0
  126. casadi/libcasadi_linsol_lapackqr.so +0 -0
  127. casadi/libcasadi_linsol_lapackqr.so.3.7 +0 -0
  128. casadi/libcasadi_linsol_ldl.so +0 -0
  129. casadi/libcasadi_linsol_ldl.so.3.7 +0 -0
  130. casadi/libcasadi_linsol_lsqr.so +0 -0
  131. casadi/libcasadi_linsol_lsqr.so.3.7 +0 -0
  132. casadi/libcasadi_linsol_ma27.so +0 -0
  133. casadi/libcasadi_linsol_ma27.so.3.7 +0 -0
  134. casadi/libcasadi_linsol_mumps.so +0 -0
  135. casadi/libcasadi_linsol_mumps.so.3.7 +0 -0
  136. casadi/libcasadi_linsol_qr.so +0 -0
  137. casadi/libcasadi_linsol_qr.so.3.7 +0 -0
  138. casadi/libcasadi_linsol_symbolicqr.so +0 -0
  139. casadi/libcasadi_linsol_symbolicqr.so.3.7 +0 -0
  140. casadi/libcasadi_linsol_tridiag.so +0 -0
  141. casadi/libcasadi_linsol_tridiag.so.3.7 +0 -0
  142. casadi/libcasadi_nlpsol_ampl.so +0 -0
  143. casadi/libcasadi_nlpsol_ampl.so.3.7 +0 -0
  144. casadi/libcasadi_nlpsol_blocksqp.so +0 -0
  145. casadi/libcasadi_nlpsol_blocksqp.so.3.7 +0 -0
  146. casadi/libcasadi_nlpsol_bonmin.so +0 -0
  147. casadi/libcasadi_nlpsol_bonmin.so.3.7 +0 -0
  148. casadi/libcasadi_nlpsol_feasiblesqpmethod.so +0 -0
  149. casadi/libcasadi_nlpsol_feasiblesqpmethod.so.3.7 +0 -0
  150. casadi/libcasadi_nlpsol_ipopt.so +0 -0
  151. casadi/libcasadi_nlpsol_ipopt.so.3.7 +0 -0
  152. casadi/libcasadi_nlpsol_knitro.so +0 -0
  153. casadi/libcasadi_nlpsol_knitro.so.3.7 +0 -0
  154. casadi/libcasadi_nlpsol_madnlp.so +0 -0
  155. casadi/libcasadi_nlpsol_madnlp.so.3.7 +0 -0
  156. casadi/libcasadi_nlpsol_qrsqp.so +0 -0
  157. casadi/libcasadi_nlpsol_qrsqp.so.3.7 +0 -0
  158. casadi/libcasadi_nlpsol_scpgen.so +0 -0
  159. casadi/libcasadi_nlpsol_scpgen.so.3.7 +0 -0
  160. casadi/libcasadi_nlpsol_snopt.so +0 -0
  161. casadi/libcasadi_nlpsol_snopt.so.3.7 +0 -0
  162. casadi/libcasadi_nlpsol_sqpmethod.so +0 -0
  163. casadi/libcasadi_nlpsol_sqpmethod.so.3.7 +0 -0
  164. casadi/libcasadi_nlpsol_worhp.so +0 -0
  165. casadi/libcasadi_nlpsol_worhp.so.3.7 +0 -0
  166. casadi/libcasadi_rootfinder_fast_newton.so +0 -0
  167. casadi/libcasadi_rootfinder_fast_newton.so.3.7 +0 -0
  168. casadi/libcasadi_rootfinder_kinsol.so +0 -0
  169. casadi/libcasadi_rootfinder_kinsol.so.3.7 +0 -0
  170. casadi/libcasadi_rootfinder_newton.so +0 -0
  171. casadi/libcasadi_rootfinder_newton.so.3.7 +0 -0
  172. casadi/libcasadi_rootfinder_nlpsol.so +0 -0
  173. casadi/libcasadi_rootfinder_nlpsol.so.3.7 +0 -0
  174. casadi/libcasadi_sundials_common.so +0 -0
  175. casadi/libcasadi_sundials_common.so.3.7 +0 -0
  176. casadi/libcasadi_xmlfile_tinyxml.so +0 -0
  177. casadi/libcasadi_xmlfile_tinyxml.so.3.7 +0 -0
  178. casadi/libcoinmumps.so +0 -0
  179. casadi/libcoinmumps.so.3 +0 -0
  180. casadi/libcoinmumps.so.3.0.1 +0 -0
  181. casadi/libdaqpstat.a +0 -0
  182. casadi/libindirect.a +0 -0
  183. casadi/libipopt.so +0 -0
  184. casadi/libipopt.so.3 +0 -0
  185. casadi/libipopt.so.3.14.11 +0 -0
  186. casadi/liblinsys.a +0 -0
  187. casadi/libosqp.a +0 -0
  188. casadi/libqdldl.a +0 -0
  189. casadi/libsipopt.so +0 -0
  190. casadi/libsipopt.so.3 +0 -0
  191. casadi/libsipopt.so.3.14.11 +0 -0
  192. casadi/libsuperscs.a +0 -0
  193. casadi/libz.a +0 -0
  194. casadi/libz.so +0 -0
  195. casadi/libz.so.1 +0 -0
  196. casadi/libz.so.1.3.1 +0 -0
  197. casadi/libzip.a +0 -0
  198. casadi/pkgconfig/casadi.pc +1 -1
  199. casadi/pkgconfig/libzip.pc +14 -0
  200. casadi/tools/__init__.py +3 -1
  201. casadi/tools/graph/graph.py +1 -1
  202. casadi/tools/structure.py +2 -2
  203. {casadi-3.6.7.dist-info → casadi-3.7.0.dist-info}/METADATA +1 -1
  204. {casadi-3.6.7.dist-info → casadi-3.7.0.dist-info}/RECORD +204 -178
  205. casadi/include/tinyxml2.h +0 -2380
  206. casadi/lib64/cmake/tinyxml2/tinyxml2-config.cmake +0 -57
  207. casadi/lib64/cmake/tinyxml2/tinyxml2-static-targets-release.cmake +0 -19
  208. casadi/lib64/libtinyxml2.a +0 -0
  209. casadi/lib64/pkgconfig/tinyxml2.pc +0 -10
  210. casadi/tools/structure3.py +0 -1441
  211. {casadi-3.6.7.dist-info → casadi-3.7.0.dist-info}/WHEEL +0 -0
@@ -1414,3 +1414,2473 @@ fun:PyParser_ASTFromFile
1414
1414
  fun:_Py_InitializeCore
1415
1415
  }
1416
1416
 
1417
+ {
1418
+ <insert_a_suppression_name_here>
1419
+ Memcheck:Addr4
1420
+ fun:list_dealloc
1421
+ fun:PyObject_Dir
1422
+ fun:builtin_dir
1423
+ fun:cfunction_call
1424
+ fun:_PyObject_MakeTpCall
1425
+ }
1426
+
1427
+ {
1428
+ <insert_a_suppression_name_here>
1429
+ Memcheck:Addr4
1430
+ fun:list_dealloc
1431
+ fun:_PyEval_EvalFrameDefault
1432
+ fun:_PyEval_EvalCode
1433
+ fun:_PyFunction_Vectorcall
1434
+ fun:method_vectorcall
1435
+ fun:object_vacall
1436
+ }
1437
+
1438
+ {
1439
+ <insert_a_suppression_name_here>
1440
+ Memcheck:Addr4
1441
+ fun:unicode_dealloc
1442
+ fun:_PyEval_EvalFrameDefault
1443
+ fun:_PyEval_EvalCode
1444
+ fun:_PyFunction_Vectorcall
1445
+ fun:_PyEval_EvalFrameDefault
1446
+ }
1447
+
1448
+ {
1449
+ <insert_a_suppression_name_here>
1450
+ Memcheck:Addr4
1451
+ fun:unicode_dealloc
1452
+ fun:list_dealloc
1453
+ fun:_textiowrapper_writeflush
1454
+ }
1455
+
1456
+ {
1457
+ <insert_a_suppression_name_here>
1458
+ Memcheck:Addr4
1459
+ fun:object_dealloc
1460
+ fun:_textiowrapper_writeflush
1461
+ }
1462
+
1463
+ {
1464
+ <insert_a_suppression_name_here>
1465
+ Memcheck:Cond
1466
+ fun:unicode_dealloc
1467
+ fun:sys_pyfile_write
1468
+ fun:sys_write
1469
+ fun:PySys_WriteStderr
1470
+ fun:_ZN6casadiL12pythonloggerEPKclb
1471
+ }
1472
+
1473
+ {
1474
+ <insert_a_suppression_name_here>
1475
+ Memcheck:Addr4
1476
+ fun:PyMem_Free
1477
+ fun:_Py_DisplaySourceLine
1478
+ fun:PyTraceBack_Print
1479
+ fun:print_exception_recursive.cold
1480
+ }
1481
+
1482
+ {
1483
+ <insert_a_suppression_name_here>
1484
+ Memcheck:Addr4
1485
+ fun:PyMem_Free
1486
+ fun:PyTokenizer_Free
1487
+ fun:_Py_DisplaySourceLine
1488
+ fun:PyTraceBack_Print
1489
+ fun:print_exception_recursive.cold
1490
+ }
1491
+
1492
+ {
1493
+ <insert_a_suppression_name_here>
1494
+ Memcheck:Addr4
1495
+ fun:unicode_dealloc
1496
+ fun:textiowrapper_set_decoded_chars
1497
+ fun:_textiowrapper_readline
1498
+ fun:method_vectorcall_FASTCALL
1499
+ }
1500
+
1501
+ {
1502
+ <insert_a_suppression_name_here>
1503
+ Memcheck:Cond
1504
+ fun:object_dealloc
1505
+ fun:tupledealloc
1506
+ fun:textiowrapper_read_chunk
1507
+ fun:_textiowrapper_readline
1508
+ fun:method_vectorcall_FASTCALL
1509
+ }
1510
+
1511
+ {
1512
+ <insert_a_suppression_name_here>
1513
+ Memcheck:Addr4
1514
+ fun:PyObject_GC_Del
1515
+ ...
1516
+ fun:_PyGC_CollectNoFail
1517
+ }
1518
+
1519
+ {
1520
+ <insert_a_suppression_name_here>
1521
+ Memcheck:Value8
1522
+ fun:PyMem_Free
1523
+ fun:stringio_dealloc
1524
+ fun:list_ass_subscript
1525
+ fun:_PyEval_EvalFrameDefault
1526
+ }
1527
+
1528
+ {
1529
+ <insert_a_suppression_name_here>
1530
+ Memcheck:Addr4
1531
+ fun:list_dealloc
1532
+ fun:_textiowrapper_writeflush
1533
+ }
1534
+
1535
+ {
1536
+ <insert_a_suppression_name_here>
1537
+ Memcheck:Addr4
1538
+ fun:resize_compact
1539
+ fun:_PyUnicodeWriter_PrepareInternal
1540
+ fun:PyUnicode_Format
1541
+ fun:_PyEval_EvalFrameDefault
1542
+ fun:_PyEval_EvalCode
1543
+ fun:_PyFunction_Vectorcall
1544
+ }
1545
+
1546
+ {
1547
+ <insert_a_suppression_name_here>
1548
+ Memcheck:Cond
1549
+ fun:PyMem_Free
1550
+ fun:PyArena_Free
1551
+ fun:pyrun_file
1552
+ fun:PyRun_SimpleFileExFlags
1553
+ fun:Py_RunMain
1554
+ }
1555
+
1556
+ {
1557
+ <insert_a_suppression_name_here>
1558
+ Memcheck:Addr4
1559
+ fun:set_dealloc
1560
+ fun:dict_dealloc
1561
+ fun:subtype_dealloc
1562
+ fun:dict_dealloc
1563
+ fun:insertdict
1564
+ fun:PyDict_SetItemString
1565
+ fun:_PyImport_Cleanup
1566
+ }
1567
+
1568
+ {
1569
+ <insert_a_suppression_name_here>
1570
+ Memcheck:Addr4
1571
+ fun:PyMem_Free
1572
+ fun:module_dealloc
1573
+ fun:insertdict
1574
+ fun:_PyImport_Cleanup
1575
+ fun:Py_FinalizeEx
1576
+ fun:Py_Exit
1577
+ fun:handle_system_exit
1578
+ }
1579
+
1580
+ {
1581
+ <insert_a_suppression_name_here>
1582
+ Memcheck:Addr4
1583
+ fun:PyObject_GC_Del
1584
+ fun:sm_dealloc
1585
+ fun:free_keys_object
1586
+ fun:type_clear
1587
+ fun:collect
1588
+ fun:_PyGC_CollectNoFail
1589
+ }
1590
+
1591
+ {
1592
+ <insert_a_suppression_name_here>
1593
+ Memcheck:Cond
1594
+ fun:NpyIter_GetInnerFixedStrideArray
1595
+ fun:execute_ufunc_loop
1596
+ fun:ufunc_generic_fastcall
1597
+ fun:_PyEval_EvalFrameDefault
1598
+ fun:function_code_fastcall
1599
+ fun:dispatcher_vectorcall
1600
+ fun:_PyEval_EvalFrameDefault
1601
+ fun:function_code_fastcall
1602
+ fun:method_vectorcall
1603
+ fun:_PyEval_EvalFrameDefault
1604
+ fun:function_code_fastcall
1605
+ fun:_PyEval_EvalFrameDefault
1606
+ }
1607
+
1608
+ {
1609
+ <insert_a_suppression_name_here>
1610
+ Memcheck:Addr4
1611
+ fun:object_dealloc
1612
+ fun:_textiowrapper_writeflush
1613
+ fun:_io_TextIOWrapper_flush
1614
+ fun:method_vectorcall_NOARGS
1615
+ fun:_PyEval_EvalFrameDefault
1616
+ fun:function_code_fastcall
1617
+ fun:_PyEval_EvalFrameDefault
1618
+ fun:function_code_fastcall
1619
+ fun:method_vectorcall
1620
+ fun:_PyEval_EvalFrameDefault
1621
+ fun:function_code_fastcall
1622
+ fun:_PyEval_EvalFrameDefault
1623
+ }
1624
+
1625
+ {
1626
+ <insert_a_suppression_name_here>
1627
+ Memcheck:Addr4
1628
+ fun:PyObject_GC_Del
1629
+ fun:collect
1630
+ fun:_PyGC_CollectNoFail
1631
+ fun:_PyImport_Cleanup
1632
+ fun:Py_FinalizeEx
1633
+ fun:Py_Exit
1634
+ fun:handle_system_exit
1635
+ fun:PyErr_PrintEx
1636
+ fun:PyRun_SimpleFileExFlags
1637
+ fun:Py_RunMain
1638
+ fun:Py_BytesMain
1639
+ fun:(below main)
1640
+ }
1641
+
1642
+ {
1643
+ <insert_a_suppression_name_here>
1644
+ Memcheck:Addr4
1645
+ fun:PyObject_GC_Del
1646
+ fun:collect
1647
+ fun:_PyGC_CollectNoFail
1648
+ fun:_PyImport_Cleanup
1649
+ fun:Py_FinalizeEx
1650
+ fun:Py_Exit
1651
+ fun:handle_system_exit
1652
+ fun:PyErr_PrintEx
1653
+ fun:PyRun_SimpleFileExFlags
1654
+ fun:Py_RunMain
1655
+ fun:Py_BytesMain
1656
+ fun:(below main)
1657
+ }
1658
+
1659
+ {
1660
+ <insert_a_suppression_name_here>
1661
+ Memcheck:Addr4
1662
+ fun:PyObject_GC_Del
1663
+ fun:subtype_dealloc
1664
+ fun:collect
1665
+ fun:_PyGC_CollectNoFail
1666
+ fun:_PyImport_Cleanup
1667
+ fun:Py_FinalizeEx
1668
+ fun:Py_Exit
1669
+ fun:handle_system_exit
1670
+ fun:PyErr_PrintEx
1671
+ fun:PyRun_SimpleFileExFlags
1672
+ fun:Py_RunMain
1673
+ fun:Py_BytesMain
1674
+ }
1675
+
1676
+ {
1677
+ <insert_a_suppression_name_here>
1678
+ Memcheck:Addr4
1679
+ fun:PyObject_GC_Del
1680
+ fun:free_keys_object
1681
+ fun:type_clear
1682
+ fun:collect
1683
+ fun:_PyGC_CollectNoFail
1684
+ fun:_PyImport_Cleanup
1685
+ fun:Py_FinalizeEx
1686
+ fun:Py_Exit
1687
+ fun:handle_system_exit
1688
+ fun:PyErr_PrintEx
1689
+ fun:PyRun_SimpleFileExFlags
1690
+ fun:Py_RunMain
1691
+ }
1692
+
1693
+ {
1694
+ <insert_a_suppression_name_here>
1695
+ Memcheck:Addr4
1696
+ fun:PyObject_GC_Del
1697
+ fun:subtype_dealloc
1698
+ fun:tupledealloc
1699
+ fun:func_dealloc
1700
+ fun:free_keys_object
1701
+ fun:type_clear
1702
+ fun:collect
1703
+ fun:_PyGC_CollectNoFail
1704
+ fun:_PyImport_Cleanup
1705
+ fun:Py_FinalizeEx
1706
+ fun:Py_Exit
1707
+ fun:handle_system_exit
1708
+ }
1709
+
1710
+ {
1711
+ <insert_a_suppression_name_here>
1712
+ Memcheck:Addr4
1713
+ fun:PyObject_GC_Del
1714
+ fun:dict_dealloc
1715
+ fun:subtype_dealloc
1716
+ fun:free_keys_object
1717
+ fun:dict_tp_clear
1718
+ fun:collect
1719
+ fun:_PyGC_CollectNoFail
1720
+ fun:_PyImport_Cleanup
1721
+ fun:Py_FinalizeEx
1722
+ fun:Py_Exit
1723
+ fun:handle_system_exit
1724
+ fun:PyErr_PrintEx
1725
+ }
1726
+
1727
+ {
1728
+ <insert_a_suppression_name_here>
1729
+ Memcheck:Value8
1730
+ fun:PyObject_GC_Del
1731
+ fun:collect
1732
+ fun:_PyGC_CollectNoFail
1733
+ fun:_PyImport_Cleanup
1734
+ fun:Py_FinalizeEx
1735
+ fun:Py_Exit
1736
+ fun:handle_system_exit
1737
+ fun:PyErr_PrintEx
1738
+ fun:PyRun_SimpleFileExFlags
1739
+ fun:Py_RunMain
1740
+ fun:Py_BytesMain
1741
+ fun:(below main)
1742
+ }
1743
+
1744
+ {
1745
+ <insert_a_suppression_name_here>
1746
+ Memcheck:Addr4
1747
+ fun:PyMem_Free
1748
+ }
1749
+
1750
+ {
1751
+ <insert_a_suppression_name_here>
1752
+ Memcheck:Cond
1753
+ fun:PyMem_Free
1754
+ }
1755
+
1756
+ {
1757
+ <insert_a_suppression_name_here>
1758
+ Memcheck:Value8
1759
+ fun:PyMem_Free
1760
+ }
1761
+
1762
+ {
1763
+ <insert_a_suppression_name_here>
1764
+ Memcheck:Cond
1765
+ fun:unicode_dealloc
1766
+ }
1767
+
1768
+ {
1769
+ <insert_a_suppression_name_here>
1770
+ Memcheck:Value8
1771
+ fun:unicode_dealloc
1772
+ }
1773
+
1774
+ {
1775
+ <insert_a_suppression_name_here>
1776
+ Memcheck:Addr4
1777
+ fun:unicode_dealloc
1778
+ }
1779
+
1780
+ {
1781
+ <insert_a_suppression_name_here>
1782
+ Memcheck:Cond
1783
+ fun:PyObject_GC_Del
1784
+ fun:tupledealloc
1785
+ fun:type_dealloc
1786
+ fun:collect
1787
+ fun:_PyGC_CollectNoFail
1788
+ fun:_PyImport_Cleanup
1789
+ fun:Py_FinalizeEx
1790
+ fun:Py_Exit
1791
+ fun:handle_system_exit
1792
+ fun:PyErr_PrintEx
1793
+ fun:PyRun_SimpleFileExFlags
1794
+ fun:Py_RunMain
1795
+ }
1796
+
1797
+ {
1798
+ <insert_a_suppression_name_here>
1799
+ Memcheck:Value8
1800
+ fun:PyObject_GC_Del
1801
+ fun:tupledealloc
1802
+ fun:type_dealloc
1803
+ fun:collect
1804
+ fun:_PyGC_CollectNoFail
1805
+ fun:_PyImport_Cleanup
1806
+ fun:Py_FinalizeEx
1807
+ fun:Py_Exit
1808
+ fun:handle_system_exit
1809
+ fun:PyErr_PrintEx
1810
+ fun:PyRun_SimpleFileExFlags
1811
+ fun:Py_RunMain
1812
+ }
1813
+
1814
+ {
1815
+ <insert_a_suppression_name_here>
1816
+ Memcheck:Addr4
1817
+ fun:unicode_dealloc
1818
+ fun:insertdict
1819
+ fun:_PyModule_ClearDict
1820
+ fun:_PyImport_Cleanup
1821
+ fun:Py_FinalizeEx
1822
+ fun:Py_Exit
1823
+ fun:handle_system_exit
1824
+ fun:PyErr_PrintEx
1825
+ fun:PyRun_SimpleFileExFlags
1826
+ fun:Py_RunMain
1827
+ fun:Py_BytesMain
1828
+ fun:(below main)
1829
+ }
1830
+
1831
+ {
1832
+ <insert_a_suppression_name_here>
1833
+ Memcheck:Addr4
1834
+ fun:set_dealloc
1835
+ fun:insertdict
1836
+ fun:_PyModule_ClearDict
1837
+ fun:_PyImport_Cleanup
1838
+ fun:Py_FinalizeEx
1839
+ fun:Py_Exit
1840
+ fun:handle_system_exit
1841
+ fun:PyErr_PrintEx
1842
+ fun:PyRun_SimpleFileExFlags
1843
+ fun:Py_RunMain
1844
+ fun:Py_BytesMain
1845
+ fun:(below main)
1846
+ }
1847
+
1848
+ {
1849
+ <insert_a_suppression_name_here>
1850
+ Memcheck:Addr4
1851
+ fun:unicode_dealloc
1852
+ fun:dict_dealloc
1853
+ fun:module_dealloc
1854
+ fun:insertdict
1855
+ fun:_PyModule_ClearDict
1856
+ fun:_PyImport_Cleanup
1857
+ fun:Py_FinalizeEx
1858
+ fun:Py_Exit
1859
+ fun:handle_system_exit
1860
+ fun:PyErr_PrintEx
1861
+ fun:PyRun_SimpleFileExFlags
1862
+ fun:Py_RunMain
1863
+ }
1864
+
1865
+ {
1866
+ <insert_a_suppression_name_here>
1867
+ Memcheck:Addr4
1868
+ fun:list_dealloc
1869
+ fun:insertdict
1870
+ fun:_PyModule_ClearDict
1871
+ fun:_PyImport_Cleanup
1872
+ fun:Py_FinalizeEx
1873
+ fun:Py_Exit
1874
+ fun:handle_system_exit
1875
+ fun:PyErr_PrintEx
1876
+ fun:PyRun_SimpleFileExFlags
1877
+ fun:Py_RunMain
1878
+ fun:Py_BytesMain
1879
+ fun:(below main)
1880
+ }
1881
+
1882
+ {
1883
+ <insert_a_suppression_name_here>
1884
+ Memcheck:Addr4
1885
+ fun:unicode_dealloc
1886
+ fun:pattern_dealloc
1887
+ fun:dict_dealloc
1888
+ fun:insertdict
1889
+ fun:_PyModule_ClearDict
1890
+ fun:_PyImport_Cleanup
1891
+ fun:Py_FinalizeEx
1892
+ fun:Py_Exit
1893
+ fun:handle_system_exit
1894
+ fun:PyErr_PrintEx
1895
+ fun:PyRun_SimpleFileExFlags
1896
+ fun:Py_RunMain
1897
+ }
1898
+
1899
+ {
1900
+ <insert_a_suppression_name_here>
1901
+ Memcheck:Addr4
1902
+ fun:set_dealloc
1903
+ fun:meth_dealloc
1904
+ fun:insertdict
1905
+ fun:_PyModule_ClearDict
1906
+ fun:_PyImport_Cleanup
1907
+ fun:Py_FinalizeEx
1908
+ fun:Py_Exit
1909
+ fun:handle_system_exit
1910
+ fun:PyErr_PrintEx
1911
+ fun:PyRun_SimpleFileExFlags
1912
+ fun:Py_RunMain
1913
+ fun:Py_BytesMain
1914
+ }
1915
+
1916
+ {
1917
+ <insert_a_suppression_name_here>
1918
+ Memcheck:Addr4
1919
+ fun:list_dealloc
1920
+ fun:_PyImport_Cleanup
1921
+ fun:Py_FinalizeEx
1922
+ fun:Py_Exit
1923
+ fun:handle_system_exit
1924
+ fun:PyErr_PrintEx
1925
+ fun:PyRun_SimpleFileExFlags
1926
+ fun:Py_RunMain
1927
+ fun:Py_BytesMain
1928
+ fun:(below main)
1929
+ }
1930
+
1931
+ {
1932
+ <insert_a_suppression_name_here>
1933
+ Memcheck:Addr4
1934
+ fun:list_dealloc
1935
+ fun:free_keys_object
1936
+ fun:dict_tp_clear
1937
+ fun:collect
1938
+ fun:_PyGC_CollectNoFail
1939
+ fun:Py_FinalizeEx
1940
+ fun:Py_Exit
1941
+ fun:handle_system_exit
1942
+ fun:PyErr_PrintEx
1943
+ fun:PyRun_SimpleFileExFlags
1944
+ fun:Py_RunMain
1945
+ fun:Py_BytesMain
1946
+ }
1947
+
1948
+ {
1949
+ <insert_a_suppression_name_here>
1950
+ Memcheck:Addr4
1951
+ fun:unicode_dealloc
1952
+ fun:property_dealloc
1953
+ fun:free_keys_object
1954
+ fun:type_clear
1955
+ fun:collect
1956
+ fun:_PyGC_CollectNoFail
1957
+ fun:Py_FinalizeEx
1958
+ fun:Py_Exit
1959
+ fun:handle_system_exit
1960
+ fun:PyErr_PrintEx
1961
+ fun:PyRun_SimpleFileExFlags
1962
+ fun:Py_RunMain
1963
+ }
1964
+
1965
+ {
1966
+ <insert_a_suppression_name_here>
1967
+ Memcheck:Addr4
1968
+ fun:unicode_dealloc
1969
+ fun:_PyEval_EvalFrameDefault
1970
+ fun:_PyEval_EvalCode
1971
+ fun:method_vectorcall
1972
+ fun:_PyEval_EvalFrameDefault
1973
+ fun:_PyEval_EvalCode
1974
+ fun:method_vectorcall
1975
+ fun:_PyEval_EvalFrameDefault
1976
+ fun:function_code_fastcall
1977
+ fun:_PyEval_EvalFrameDefault
1978
+ fun:_PyEval_EvalCode
1979
+ fun:_PyFunction_Vectorcall
1980
+ }
1981
+
1982
+ {
1983
+ <insert_a_suppression_name_here>
1984
+ Memcheck:Addr4
1985
+ fun:PyMem_Realloc
1986
+ fun:resize_buffer.lto_priv.1
1987
+ fun:_io_StringIO___init__
1988
+ fun:_PyObject_MakeTpCall
1989
+ fun:_PyEval_EvalFrameDefault
1990
+ fun:gen_send_ex
1991
+ fun:builtin_next
1992
+ fun:cfunction_vectorcall_FASTCALL
1993
+ fun:_PyEval_EvalFrameDefault
1994
+ fun:function_code_fastcall
1995
+ fun:method_vectorcall
1996
+ fun:_PyEval_EvalFrameDefault
1997
+ }
1998
+
1999
+ {
2000
+ <insert_a_suppression_name_here>
2001
+ Memcheck:Addr4
2002
+ fun:PyMem_Free
2003
+ fun:stringio_dealloc
2004
+ fun:list_ass_subscript
2005
+ fun:_PyEval_EvalFrameDefault
2006
+ fun:gen_send_ex
2007
+ fun:builtin_next
2008
+ fun:cfunction_vectorcall_FASTCALL
2009
+ fun:_PyEval_EvalFrameDefault
2010
+ fun:function_code_fastcall
2011
+ fun:method_vectorcall
2012
+ fun:_PyEval_EvalFrameDefault
2013
+ fun:gen_send_ex
2014
+ }
2015
+
2016
+ {
2017
+ <insert_a_suppression_name_here>
2018
+ Memcheck:Addr4
2019
+ fun:list_dealloc
2020
+ fun:_PyAccu_Finish
2021
+ fun:make_intermediate
2022
+ fun:method_vectorcall_NOARGS
2023
+ fun:_PyEval_EvalFrameDefault
2024
+ fun:gen_send_ex
2025
+ fun:builtin_next
2026
+ fun:cfunction_vectorcall_FASTCALL
2027
+ fun:_PyEval_EvalFrameDefault
2028
+ fun:function_code_fastcall
2029
+ fun:method_vectorcall
2030
+ fun:_PyEval_EvalFrameDefault
2031
+ }
2032
+
2033
+ {
2034
+ <insert_a_suppression_name_here>
2035
+ Memcheck:Cond
2036
+ fun:set_dealloc
2037
+ fun:dict_dealloc
2038
+ fun:subtype_dealloc
2039
+ fun:dict_dealloc
2040
+ fun:insertdict
2041
+ fun:PyDict_SetItemString
2042
+ fun:_PyImport_Cleanup
2043
+ fun:Py_FinalizeEx
2044
+ fun:Py_Exit
2045
+ fun:handle_system_exit
2046
+ fun:PyErr_PrintEx
2047
+ fun:PyRun_SimpleFileExFlags
2048
+ }
2049
+
2050
+ {
2051
+ <insert_a_suppression_name_here>
2052
+ Memcheck:Addr4
2053
+ fun:unicode_dealloc
2054
+ fun:dict_dealloc
2055
+ fun:module_dealloc
2056
+ fun:insertdict
2057
+ fun:_PyImport_Cleanup
2058
+ fun:Py_FinalizeEx
2059
+ fun:Py_Exit
2060
+ fun:handle_system_exit
2061
+ fun:PyErr_PrintEx
2062
+ fun:PyRun_SimpleFileExFlags
2063
+ fun:Py_RunMain
2064
+ fun:Py_BytesMain
2065
+ }
2066
+
2067
+ {
2068
+ <insert_a_suppression_name_here>
2069
+ Memcheck:Addr4
2070
+ fun:unicode_dealloc
2071
+ fun:func_dealloc
2072
+ fun:free_keys_object
2073
+ fun:type_clear
2074
+ fun:collect
2075
+ fun:_PyGC_CollectNoFail
2076
+ fun:_PyImport_Cleanup
2077
+ fun:Py_FinalizeEx
2078
+ fun:Py_Exit
2079
+ fun:handle_system_exit
2080
+ fun:PyErr_PrintEx
2081
+ fun:PyRun_SimpleFileExFlags
2082
+ }
2083
+
2084
+ {
2085
+ <insert_a_suppression_name_here>
2086
+ Memcheck:Cond
2087
+ fun:unicode_dealloc
2088
+ fun:func_dealloc
2089
+ fun:insertdict
2090
+ fun:_PyModule_ClearDict
2091
+ fun:_PyImport_Cleanup
2092
+ fun:Py_FinalizeEx
2093
+ fun:Py_Exit
2094
+ fun:handle_system_exit
2095
+ fun:PyErr_PrintEx
2096
+ fun:PyRun_SimpleFileExFlags
2097
+ fun:Py_RunMain
2098
+ fun:Py_BytesMain
2099
+ }
2100
+
2101
+ {
2102
+ <insert_a_suppression_name_here>
2103
+ Memcheck:Addr4
2104
+ fun:PyObject_GC_Del
2105
+ fun:__pyx_tp_dealloc_5numpy_6random_6mtrand_RandomState
2106
+ fun:method_dealloc
2107
+ fun:insertdict
2108
+ fun:_PyModule_ClearDict
2109
+ fun:_PyImport_Cleanup
2110
+ fun:Py_FinalizeEx
2111
+ fun:Py_Exit
2112
+ fun:handle_system_exit
2113
+ fun:PyErr_PrintEx
2114
+ fun:PyRun_SimpleFileExFlags
2115
+ fun:Py_RunMain
2116
+ }
2117
+
2118
+ {
2119
+ <insert_a_suppression_name_here>
2120
+ Memcheck:Cond
2121
+ fun:object_dealloc
2122
+ fun:code_dealloc
2123
+ fun:func_dealloc
2124
+ fun:insertdict
2125
+ fun:_PyModule_ClearDict
2126
+ fun:_PyImport_Cleanup
2127
+ fun:Py_FinalizeEx
2128
+ fun:Py_Exit
2129
+ fun:handle_system_exit
2130
+ fun:PyErr_PrintEx
2131
+ fun:PyRun_SimpleFileExFlags
2132
+ fun:Py_RunMain
2133
+ }
2134
+
2135
+ {
2136
+ <insert_a_suppression_name_here>
2137
+ Memcheck:Addr4
2138
+ fun:PyObject_GC_Del
2139
+ fun:subtype_dealloc
2140
+ fun:collect
2141
+ fun:_PyGC_CollectNoFail
2142
+ fun:Py_FinalizeEx
2143
+ fun:Py_Exit
2144
+ fun:handle_system_exit
2145
+ fun:PyErr_PrintEx
2146
+ fun:PyRun_SimpleFileExFlags
2147
+ fun:Py_RunMain
2148
+ fun:Py_BytesMain
2149
+ fun:(below main)
2150
+ }
2151
+
2152
+ {
2153
+ <insert_a_suppression_name_here>
2154
+ Memcheck:Addr4
2155
+ fun:PyObject_GC_Del
2156
+ fun:free_keys_object
2157
+ fun:dict_tp_clear
2158
+ fun:collect
2159
+ fun:_PyGC_CollectNoFail
2160
+ fun:Py_FinalizeEx
2161
+ fun:Py_Exit
2162
+ fun:handle_system_exit
2163
+ fun:PyErr_PrintEx
2164
+ fun:PyRun_SimpleFileExFlags
2165
+ fun:Py_RunMain
2166
+ fun:Py_BytesMain
2167
+ }
2168
+
2169
+ {
2170
+ <insert_a_suppression_name_here>
2171
+ Memcheck:Value8
2172
+ fun:PyObject_GC_Del
2173
+ fun:collect
2174
+ fun:_PyGC_CollectNoFail
2175
+ fun:Py_FinalizeEx
2176
+ fun:Py_Exit
2177
+ fun:handle_system_exit
2178
+ fun:PyErr_PrintEx
2179
+ fun:PyRun_SimpleFileExFlags
2180
+ fun:Py_RunMain
2181
+ fun:Py_BytesMain
2182
+ fun:(below main)
2183
+ }
2184
+
2185
+ {
2186
+ <insert_a_suppression_name_here>
2187
+ Memcheck:Addr4
2188
+ fun:PyMem_Free
2189
+ fun:code_dealloc
2190
+ fun:func_dealloc
2191
+ fun:free_keys_object
2192
+ fun:dict_tp_clear
2193
+ fun:collect
2194
+ fun:_PyGC_CollectNoFail
2195
+ fun:Py_FinalizeEx
2196
+ fun:Py_Exit
2197
+ fun:handle_system_exit
2198
+ fun:PyErr_PrintEx
2199
+ fun:PyRun_SimpleFileExFlags
2200
+ }
2201
+
2202
+ {
2203
+ <insert_a_suppression_name_here>
2204
+ Memcheck:Addr4
2205
+ fun:PyObject_GC_Del
2206
+ fun:subtype_dealloc
2207
+ fun:cell_dealloc
2208
+ fun:tupledealloc
2209
+ fun:func_dealloc
2210
+ fun:free_keys_object
2211
+ fun:dict_tp_clear
2212
+ fun:collect
2213
+ fun:_PyGC_CollectNoFail
2214
+ fun:Py_FinalizeEx
2215
+ fun:Py_Exit
2216
+ fun:handle_system_exit
2217
+ }
2218
+
2219
+ {
2220
+ <insert_a_suppression_name_here>
2221
+ Memcheck:Leak
2222
+ match-leak-kinds: definite
2223
+ fun:malloc
2224
+ fun:resize_scopes
2225
+ fun:dl_open_worker
2226
+ fun:_dl_catch_exception
2227
+ fun:_dl_open
2228
+ fun:dlopen_doit
2229
+ fun:_dl_catch_exception
2230
+ fun:_dl_catch_error
2231
+ fun:_dlerror_run
2232
+ fun:dlopen@@GLIBC_2.2.5
2233
+ fun:_PyImport_FindSharedFuncptr
2234
+ fun:_imp_create_dynamic
2235
+ fun:cfunction_vectorcall_FASTCALL
2236
+ }
2237
+
2238
+ {
2239
+ <insert_a_suppression_name_here>
2240
+ Memcheck:Addr4
2241
+ fun:list_dealloc
2242
+ fun:_PyEval_EvalFrameDefault
2243
+ fun:_PyEval_EvalCode
2244
+ fun:_PyFunction_Vectorcall
2245
+ fun:_PyEval_EvalFrameDefault
2246
+ fun:function_code_fastcall
2247
+ fun:method_vectorcall
2248
+ fun:_PyEval_EvalFrameDefault
2249
+ fun:function_code_fastcall
2250
+ fun:_PyEval_EvalFrameDefault
2251
+ fun:_PyEval_EvalCode
2252
+ fun:_PyFunction_Vectorcall
2253
+ }
2254
+
2255
+ {
2256
+ <insert_a_suppression_name_here>
2257
+ Memcheck:Addr4
2258
+ fun:set_dealloc
2259
+ fun:free_keys_object
2260
+ fun:dict_tp_clear
2261
+ fun:collect
2262
+ fun:_PyGC_CollectNoFail
2263
+ fun:_PyImport_Cleanup
2264
+ fun:Py_FinalizeEx
2265
+ fun:Py_Exit
2266
+ fun:handle_system_exit
2267
+ fun:PyErr_PrintEx
2268
+ fun:PyRun_SimpleFileExFlags
2269
+ fun:Py_RunMain
2270
+ }
2271
+
2272
+ {
2273
+ <insert_a_suppression_name_here>
2274
+ Memcheck:Addr4
2275
+ fun:unicode_dealloc
2276
+ fun:dict_dealloc
2277
+ fun:subtype_dealloc
2278
+ fun:insertdict
2279
+ fun:_PyModule_ClearDict
2280
+ fun:_PyImport_Cleanup
2281
+ fun:Py_FinalizeEx
2282
+ fun:Py_Exit
2283
+ fun:handle_system_exit
2284
+ fun:PyErr_PrintEx
2285
+ fun:PyRun_SimpleFileExFlags
2286
+ fun:Py_RunMain
2287
+ }
2288
+
2289
+ {
2290
+ <insert_a_suppression_name_here>
2291
+ Memcheck:Addr4
2292
+ fun:PyObject_GC_Del
2293
+ fun:meth_dealloc
2294
+ fun:free_keys_object
2295
+ fun:type_clear
2296
+ fun:collect
2297
+ fun:_PyGC_CollectNoFail
2298
+ fun:Py_FinalizeEx
2299
+ fun:Py_Exit
2300
+ fun:handle_system_exit
2301
+ fun:PyErr_PrintEx
2302
+ fun:PyRun_SimpleFileExFlags
2303
+ fun:Py_RunMain
2304
+ }
2305
+
2306
+ {
2307
+ <insert_a_suppression_name_here>
2308
+ Memcheck:Addr4
2309
+ fun:unicode_dealloc
2310
+ fun:pattern_dealloc
2311
+ fun:free_keys_object
2312
+ fun:type_clear
2313
+ fun:collect
2314
+ fun:_PyGC_CollectNoFail
2315
+ fun:Py_FinalizeEx
2316
+ fun:Py_Exit
2317
+ fun:handle_system_exit
2318
+ fun:PyErr_PrintEx
2319
+ fun:PyRun_SimpleFileExFlags
2320
+ fun:Py_RunMain
2321
+ }
2322
+
2323
+ {
2324
+ <insert_a_suppression_name_here>
2325
+ Memcheck:Cond
2326
+ fun:PyObject_GC_Del
2327
+ fun:subtype_dealloc
2328
+ fun:collect
2329
+ fun:_PyGC_CollectNoFail
2330
+ fun:Py_FinalizeEx
2331
+ fun:Py_Exit
2332
+ fun:handle_system_exit
2333
+ fun:PyErr_PrintEx
2334
+ fun:PyRun_SimpleFileExFlags
2335
+ fun:Py_RunMain
2336
+ fun:Py_BytesMain
2337
+ fun:(below main)
2338
+ }
2339
+
2340
+ {
2341
+ <insert_a_suppression_name_here>
2342
+ Memcheck:Addr4
2343
+ fun:PyObject_GC_Del
2344
+ fun:dict_dealloc
2345
+ fun:func_dealloc
2346
+ fun:free_keys_object
2347
+ fun:type_clear
2348
+ fun:collect
2349
+ fun:_PyGC_CollectNoFail
2350
+ fun:Py_FinalizeEx
2351
+ fun:Py_Exit
2352
+ fun:handle_system_exit
2353
+ fun:PyErr_PrintEx
2354
+ fun:PyRun_SimpleFileExFlags
2355
+ }
2356
+
2357
+ {
2358
+ <insert_a_suppression_name_here>
2359
+ Memcheck:Addr4
2360
+ fun:list_dealloc
2361
+ fun:dict_dealloc
2362
+ fun:subtype_dealloc
2363
+ fun:frame_dealloc
2364
+ fun:frame_dealloc
2365
+ }
2366
+
2367
+ {
2368
+ <insert_a_suppression_name_here>
2369
+ Memcheck:Addr4
2370
+ fun:unicode_dealloc
2371
+ fun:func_dealloc
2372
+ fun:free_keys_object
2373
+ fun:dict_tp_clear
2374
+ fun:collect
2375
+ fun:_PyGC_CollectNoFail
2376
+ fun:_PyImport_Cleanup
2377
+ fun:Py_FinalizeEx
2378
+ fun:Py_Exit
2379
+ fun:handle_system_exit
2380
+ fun:PyErr_PrintEx
2381
+ fun:PyRun_SimpleFileExFlags
2382
+ }
2383
+
2384
+ {
2385
+ <insert_a_suppression_name_here>
2386
+ Memcheck:Addr4
2387
+ fun:unicode_dealloc
2388
+ fun:pattern_dealloc
2389
+ fun:free_keys_object
2390
+ fun:type_clear
2391
+ fun:collect
2392
+ fun:_PyGC_CollectNoFail
2393
+ fun:Py_FinalizeEx
2394
+ fun:Py_Exit
2395
+ fun:handle_system_exit
2396
+ fun:PyErr_PrintEx
2397
+ fun:PyRun_SimpleFileExFlags
2398
+ fun:Py_RunMain
2399
+ }
2400
+
2401
+ {
2402
+ <insert_a_suppression_name_here>
2403
+ Memcheck:Addr4
2404
+ fun:unicode_dealloc
2405
+ fun:pattern_dealloc
2406
+ fun:free_keys_object
2407
+ fun:type_clear
2408
+ fun:collect
2409
+ fun:_PyGC_CollectNoFail
2410
+ fun:Py_FinalizeEx
2411
+ fun:Py_Exit
2412
+ fun:handle_system_exit
2413
+ fun:PyErr_PrintEx
2414
+ fun:PyRun_SimpleFileExFlags
2415
+ fun:Py_RunMain
2416
+ }
2417
+
2418
+ {
2419
+ <insert_a_suppression_name_here>
2420
+ Memcheck:Value8
2421
+ fun:_sre_SRE_Pattern_match
2422
+ fun:method_vectorcall_FASTCALL_KEYWORDS
2423
+ fun:_PyEval_EvalFrameDefault
2424
+ fun:function_code_fastcall
2425
+ fun:method_vectorcall
2426
+ fun:_PyEval_EvalFrameDefault
2427
+ fun:_PyEval_EvalCode
2428
+ fun:_PyFunction_Vectorcall
2429
+ fun:_PyEval_EvalFrameDefault
2430
+ fun:function_code_fastcall
2431
+ fun:_PyEval_EvalFrameDefault
2432
+ fun:_PyEval_EvalCode
2433
+ }
2434
+
2435
+ {
2436
+ <insert_a_suppression_name_here>
2437
+ Memcheck:Addr4
2438
+ fun:PyObject_GC_Del
2439
+ fun:meth_dealloc
2440
+ fun:free_keys_object
2441
+ fun:type_clear
2442
+ fun:collect
2443
+ fun:_PyGC_CollectNoFail
2444
+ fun:Py_FinalizeEx
2445
+ fun:Py_Exit
2446
+ fun:handle_system_exit
2447
+ fun:PyErr_PrintEx
2448
+ fun:PyRun_SimpleFileExFlags
2449
+ fun:Py_RunMain
2450
+ }
2451
+
2452
+ {
2453
+ <insert_a_suppression_name_here>
2454
+ Memcheck:Addr4
2455
+ fun:unicode_dealloc
2456
+ fun:dict_dealloc
2457
+ fun:subtype_dealloc
2458
+ fun:insertdict
2459
+ fun:_PyModule_ClearDict
2460
+ fun:_PyImport_Cleanup
2461
+ fun:Py_FinalizeEx
2462
+ fun:Py_Exit
2463
+ fun:handle_system_exit
2464
+ fun:PyErr_PrintEx
2465
+ fun:PyRun_SimpleFileExFlags
2466
+ fun:Py_RunMain
2467
+ }
2468
+
2469
+ {
2470
+ <insert_a_suppression_name_here>
2471
+ Memcheck:Addr4
2472
+ fun:set_dealloc
2473
+ fun:free_keys_object
2474
+ fun:dict_tp_clear
2475
+ fun:collect
2476
+ fun:_PyGC_CollectNoFail
2477
+ fun:_PyImport_Cleanup
2478
+ fun:Py_FinalizeEx
2479
+ fun:Py_Exit
2480
+ fun:handle_system_exit
2481
+ fun:PyErr_PrintEx
2482
+ fun:PyRun_SimpleFileExFlags
2483
+ fun:Py_RunMain
2484
+ }
2485
+
2486
+ {
2487
+ <insert_a_suppression_name_here>
2488
+ Memcheck:Addr4
2489
+ fun:list_dealloc
2490
+ fun:_PyEval_EvalFrameDefault
2491
+ fun:_PyEval_EvalCode
2492
+ fun:_PyFunction_Vectorcall
2493
+ fun:_PyEval_EvalFrameDefault
2494
+ fun:function_code_fastcall
2495
+ fun:method_vectorcall
2496
+ fun:_PyEval_EvalFrameDefault
2497
+ fun:function_code_fastcall
2498
+ fun:_PyEval_EvalFrameDefault
2499
+ fun:_PyEval_EvalCode
2500
+ fun:_PyFunction_Vectorcall
2501
+ }
2502
+
2503
+ {
2504
+ <insert_a_suppression_name_here>
2505
+ Memcheck:Value8
2506
+ fun:list_dealloc
2507
+ fun:_PyAccu_Finish
2508
+ fun:make_intermediate
2509
+ fun:method_vectorcall_NOARGS
2510
+ fun:_PyEval_EvalFrameDefault
2511
+ fun:gen_send_ex
2512
+ fun:builtin_next
2513
+ fun:cfunction_vectorcall_FASTCALL
2514
+ fun:_PyEval_EvalFrameDefault
2515
+ fun:function_code_fastcall
2516
+ fun:method_vectorcall
2517
+ fun:_PyEval_EvalFrameDefault
2518
+ }
2519
+
2520
+ {
2521
+ <insert_a_suppression_name_here>
2522
+ Memcheck:Addr4
2523
+ fun:object_dealloc
2524
+ fun:tupledealloc
2525
+ fun:textiowrapper_read_chunk
2526
+ fun:_textiowrapper_readline
2527
+ fun:method_vectorcall_FASTCALL
2528
+ fun:PyObject_VectorcallMethod
2529
+ fun:PyFile_GetLine
2530
+ fun:_Py_DisplaySourceLine
2531
+ fun:PyTraceBack_Print
2532
+ fun:print_exception_recursive.cold
2533
+ fun:_PyErr_Display
2534
+ fun:PyErr_Display
2535
+ }
2536
+
2537
+ {
2538
+ <insert_a_suppression_name_here>
2539
+ Memcheck:Addr4
2540
+ fun:unicode_dealloc
2541
+ fun:textiowrapper_clear
2542
+ fun:textiowrapper_dealloc
2543
+ fun:_Py_DisplaySourceLine
2544
+ fun:PyTraceBack_Print
2545
+ fun:print_exception_recursive.cold
2546
+ fun:_PyErr_Display
2547
+ fun:PyErr_Display
2548
+ fun:sys_excepthook
2549
+ fun:cfunction_vectorcall_FASTCALL
2550
+ fun:_PyObject_VectorcallTstate.lto_priv.0
2551
+ fun:_PyErr_PrintEx.part.0
2552
+ }
2553
+
2554
+ {
2555
+ <insert_a_suppression_name_here>
2556
+ Memcheck:Addr4
2557
+ fun:object_dealloc
2558
+ fun:_io_TextIOWrapper_read
2559
+ fun:method_vectorcall_FASTCALL
2560
+ fun:_PyEval_EvalFrameDefault
2561
+ fun:_PyEval_EvalCode
2562
+ fun:method_vectorcall
2563
+ fun:_PyEval_EvalFrameDefault
2564
+ fun:function_code_fastcall
2565
+ fun:_PyEval_EvalFrameDefault
2566
+ fun:_PyEval_EvalCode
2567
+ fun:_PyFunction_Vectorcall
2568
+ fun:method_vectorcall
2569
+ }
2570
+
2571
+ {
2572
+ <insert_a_suppression_name_here>
2573
+ Memcheck:Addr4
2574
+ fun:unicode_dealloc
2575
+ fun:_PyEval_EvalFrameDefault
2576
+ fun:_PyEval_EvalCode
2577
+ fun:method_vectorcall
2578
+ fun:_PyEval_EvalFrameDefault
2579
+ fun:function_code_fastcall
2580
+ fun:_PyEval_EvalFrameDefault
2581
+ fun:_PyEval_EvalCode
2582
+ fun:_PyFunction_Vectorcall
2583
+ fun:method_vectorcall
2584
+ fun:_PyEval_EvalFrameDefault
2585
+ fun:_PyEval_EvalCode
2586
+ }
2587
+
2588
+ {
2589
+ <insert_a_suppression_name_here>
2590
+ Memcheck:Addr4
2591
+ fun:set_dealloc
2592
+ fun:insertdict
2593
+ fun:_PyObject_GenericSetAttrWithDict
2594
+ fun:PyObject_SetAttr
2595
+ fun:_PyEval_EvalFrameDefault
2596
+ fun:function_code_fastcall
2597
+ fun:_PyEval_EvalFrameDefault
2598
+ fun:_PyEval_EvalCode
2599
+ fun:_PyFunction_Vectorcall
2600
+ fun:_PyEval_EvalFrameDefault
2601
+ fun:_PyEval_EvalCode
2602
+ fun:method_vectorcall
2603
+ }
2604
+
2605
+ {
2606
+ <insert_a_suppression_name_here>
2607
+ Memcheck:Addr4
2608
+ fun:PyMem_Free
2609
+ fun:_sre_SRE_Scanner_search
2610
+ fun:cfunction_vectorcall_NOARGS
2611
+ fun:_PyObject_VectorcallTstate.lto_priv.0
2612
+ fun:calliter_iternext
2613
+ fun:_PyEval_EvalFrameDefault
2614
+ fun:_PyEval_EvalCode
2615
+ fun:_PyFunction_Vectorcall
2616
+ fun:_PyEval_EvalFrameDefault
2617
+ fun:function_code_fastcall
2618
+ fun:method_vectorcall
2619
+ fun:_PyEval_EvalFrameDefault
2620
+ }
2621
+
2622
+ {
2623
+ <insert_a_suppression_name_here>
2624
+ Memcheck:Addr4
2625
+ fun:_PyBytes_Resize
2626
+ fun:_pickle_dumps
2627
+ fun:cfunction_vectorcall_FASTCALL_KEYWORDS
2628
+ fun:_PyEval_EvalFrameDefault
2629
+ fun:function_code_fastcall
2630
+ fun:method_vectorcall
2631
+ fun:_PyEval_EvalFrameDefault
2632
+ fun:function_code_fastcall
2633
+ fun:_PyEval_EvalFrameDefault
2634
+ fun:_PyEval_EvalCode
2635
+ fun:_PyFunction_Vectorcall
2636
+ fun:method_vectorcall
2637
+ }
2638
+
2639
+ {
2640
+ <insert_a_suppression_name_here>
2641
+ Memcheck:Addr4
2642
+ fun:unicode_dealloc
2643
+ fun:Pickler_dealloc
2644
+ fun:_pickle_dumps
2645
+ fun:cfunction_vectorcall_FASTCALL_KEYWORDS
2646
+ fun:_PyEval_EvalFrameDefault
2647
+ fun:function_code_fastcall
2648
+ fun:method_vectorcall
2649
+ fun:_PyEval_EvalFrameDefault
2650
+ fun:function_code_fastcall
2651
+ fun:_PyEval_EvalFrameDefault
2652
+ fun:_PyEval_EvalCode
2653
+ fun:_PyFunction_Vectorcall
2654
+ }
2655
+
2656
+ {
2657
+ <insert_a_suppression_name_here>
2658
+ Memcheck:Addr4
2659
+ fun:unicode_dealloc
2660
+ fun:_PyEval_EvalFrameDefault
2661
+ fun:_PyEval_EvalCode
2662
+ fun:method_vectorcall
2663
+ fun:_PyEval_EvalFrameDefault
2664
+ fun:function_code_fastcall
2665
+ fun:method_vectorcall
2666
+ fun:_PyEval_EvalFrameDefault
2667
+ fun:function_code_fastcall
2668
+ fun:_PyEval_EvalFrameDefault
2669
+ fun:_PyEval_EvalCode
2670
+ fun:_PyFunction_Vectorcall
2671
+ }
2672
+
2673
+ {
2674
+ <insert_a_suppression_name_here>
2675
+ Memcheck:Addr4
2676
+ fun:object_dealloc
2677
+ fun:dict_dealloc
2678
+ fun:insertdict
2679
+ fun:_PyModule_ClearDict
2680
+ fun:_PyImport_Cleanup
2681
+ fun:Py_FinalizeEx
2682
+ fun:Py_Exit
2683
+ fun:handle_system_exit
2684
+ fun:PyErr_PrintEx
2685
+ fun:PyRun_SimpleFileExFlags
2686
+ fun:Py_RunMain
2687
+ fun:Py_BytesMain
2688
+ }
2689
+
2690
+ {
2691
+ <insert_a_suppression_name_here>
2692
+ Memcheck:Addr4
2693
+ fun:PyMem_Free
2694
+ fun:_list_clear
2695
+ fun:_PyImport_Cleanup
2696
+ fun:Py_FinalizeEx
2697
+ fun:Py_Exit
2698
+ fun:handle_system_exit
2699
+ fun:PyErr_PrintEx
2700
+ fun:PyRun_SimpleFileExFlags
2701
+ fun:Py_RunMain
2702
+ fun:Py_BytesMain
2703
+ }
2704
+
2705
+ {
2706
+ <insert_a_suppression_name_here>
2707
+ Memcheck:Cond
2708
+ fun:PyObject_GC_Del
2709
+ fun:collect
2710
+ fun:_PyGC_CollectNoFail
2711
+ fun:Py_FinalizeEx
2712
+ fun:Py_Exit
2713
+ fun:handle_system_exit
2714
+ fun:PyErr_PrintEx
2715
+ fun:PyRun_SimpleFileExFlags
2716
+ fun:Py_RunMain
2717
+ fun:Py_BytesMain
2718
+ }
2719
+
2720
+ {
2721
+ <insert_a_suppression_name_here>
2722
+ Memcheck:Addr4
2723
+ fun:unicode_dealloc
2724
+ fun:_PyEval_EvalFrameDefault
2725
+ fun:gen_send_ex
2726
+ fun:builtin_next
2727
+ fun:cfunction_vectorcall_FASTCALL
2728
+ fun:_PyEval_EvalFrameDefault
2729
+ fun:function_code_fastcall
2730
+ fun:method_vectorcall
2731
+ fun:_PyEval_EvalFrameDefault
2732
+ fun:function_code_fastcall
2733
+ fun:method_vectorcall
2734
+ fun:_PyEval_EvalFrameDefault
2735
+ }
2736
+
2737
+ {
2738
+ <insert_a_suppression_name_here>
2739
+ Memcheck:Cond
2740
+ fun:PyMem_Free
2741
+ fun:stringio_dealloc
2742
+ fun:list_ass_subscript
2743
+ fun:_PyEval_EvalFrameDefault
2744
+ fun:gen_send_ex
2745
+ fun:builtin_next
2746
+ fun:cfunction_vectorcall_FASTCALL
2747
+ fun:_PyEval_EvalFrameDefault
2748
+ fun:function_code_fastcall
2749
+ fun:method_vectorcall
2750
+ fun:_PyEval_EvalFrameDefault
2751
+ fun:_PyEval_EvalCode
2752
+ }
2753
+
2754
+
2755
+ {
2756
+ <insert_a_suppression_name_here>
2757
+ Memcheck:Addr4
2758
+ fun:unicode_dealloc
2759
+ fun:dict_dealloc
2760
+ fun:Unpickler_dealloc
2761
+ fun:_pickle_loads
2762
+ fun:cfunction_vectorcall_FASTCALL_KEYWORDS
2763
+ fun:_PyEval_EvalFrameDefault
2764
+ fun:function_code_fastcall
2765
+ fun:method_vectorcall
2766
+ fun:_PyEval_EvalFrameDefault
2767
+ fun:function_code_fastcall
2768
+ fun:_PyEval_EvalFrameDefault
2769
+ fun:_PyEval_EvalCode
2770
+ }
2771
+
2772
+ {
2773
+ <insert_a_suppression_name_here>
2774
+ Memcheck:Cond
2775
+ fun:PyObject_GC_Del
2776
+ fun:free_keys_object
2777
+ fun:dict_tp_clear
2778
+ fun:collect
2779
+ fun:_PyGC_CollectNoFail
2780
+ fun:Py_FinalizeEx
2781
+ fun:Py_Exit
2782
+ fun:handle_system_exit
2783
+ fun:PyErr_PrintEx
2784
+ fun:PyRun_SimpleFileExFlags
2785
+ fun:Py_RunMain
2786
+ fun:Py_BytesMain
2787
+ }
2788
+
2789
+ {
2790
+ <insert_a_suppression_name_here>
2791
+ Memcheck:Cond
2792
+ fun:list_dealloc
2793
+ fun:listiter_next
2794
+ fun:_PyEval_EvalFrameDefault
2795
+ fun:_PyEval_EvalCode
2796
+ fun:_PyFunction_Vectorcall
2797
+ fun:_PyEval_EvalFrameDefault
2798
+ fun:_PyEval_EvalCode
2799
+ fun:_PyFunction_Vectorcall
2800
+ fun:_PyEval_EvalFrameDefault
2801
+ fun:function_code_fastcall
2802
+ fun:_PyEval_EvalFrameDefault
2803
+ fun:_PyEval_EvalCode
2804
+ }
2805
+
2806
+ {
2807
+ <insert_a_suppression_name_here>
2808
+ Memcheck:Addr4
2809
+ fun:list_dealloc
2810
+ fun:_PyEval_EvalFrameDefault
2811
+ fun:_PyEval_EvalCode
2812
+ fun:_PyFunction_Vectorcall
2813
+ fun:_PyEval_EvalFrameDefault
2814
+ fun:_PyEval_EvalCode
2815
+ fun:_PyFunction_Vectorcall
2816
+ fun:_PyEval_EvalFrameDefault
2817
+ fun:_PyEval_EvalCode
2818
+ fun:method_vectorcall
2819
+ fun:_PyEval_EvalFrameDefault
2820
+ fun:function_code_fastcall
2821
+ }
2822
+
2823
+ {
2824
+ <insert_a_suppression_name_here>
2825
+ Memcheck:Addr4
2826
+ fun:list_dealloc
2827
+ fun:_PyEval_EvalFrameDefault
2828
+ fun:_PyEval_EvalCode
2829
+ fun:method_vectorcall
2830
+ fun:_PyEval_EvalFrameDefault
2831
+ fun:function_code_fastcall
2832
+ fun:_PyEval_EvalFrameDefault
2833
+ fun:_PyEval_EvalCode
2834
+ fun:_PyFunction_Vectorcall
2835
+ fun:method_vectorcall
2836
+ fun:_PyEval_EvalFrameDefault
2837
+ fun:_PyEval_EvalCode
2838
+ }
2839
+
2840
+ {
2841
+ <insert_a_suppression_name_here>
2842
+ Memcheck:Cond
2843
+ fun:list_dealloc
2844
+ fun:_PyEval_EvalFrameDefault
2845
+ fun:_PyEval_EvalCode
2846
+ fun:_PyFunction_Vectorcall
2847
+ fun:_PyEval_EvalFrameDefault
2848
+ fun:_PyEval_EvalCode
2849
+ fun:_PyFunction_Vectorcall
2850
+ fun:_PyEval_EvalFrameDefault
2851
+ fun:_PyEval_EvalCode
2852
+ fun:method_vectorcall
2853
+ fun:_PyEval_EvalFrameDefault
2854
+ fun:function_code_fastcall
2855
+ }
2856
+
2857
+ {
2858
+ <insert_a_suppression_name_here>
2859
+ Memcheck:Value8
2860
+ fun:list_dealloc
2861
+ fun:_PyEval_EvalFrameDefault
2862
+ fun:_PyEval_EvalCode
2863
+ fun:method_vectorcall
2864
+ fun:_PyEval_EvalFrameDefault
2865
+ fun:function_code_fastcall
2866
+ fun:_PyEval_EvalFrameDefault
2867
+ fun:_PyEval_EvalCode
2868
+ fun:_PyFunction_Vectorcall
2869
+ fun:method_vectorcall
2870
+ fun:_PyEval_EvalFrameDefault
2871
+ fun:_PyEval_EvalCode
2872
+ }
2873
+
2874
+ {
2875
+ <insert_a_suppression_name_here>
2876
+ Memcheck:Addr4
2877
+ fun:object_dealloc
2878
+ fun:_textiowrapper_writeflush
2879
+ fun:_io_TextIOWrapper_write
2880
+ fun:method_vectorcall_O
2881
+ fun:PyObject_VectorcallMethod
2882
+ fun:sys_pyfile_write_unicode
2883
+ fun:sys_pyfile_write
2884
+ fun:sys_write
2885
+ fun:PySys_WriteStdout
2886
+ }
2887
+
2888
+ {
2889
+ <insert_a_suppression_name_here>
2890
+ Memcheck:Cond
2891
+ fun:list_dealloc
2892
+ fun:_textiowrapper_writeflush
2893
+ }
2894
+
2895
+ {
2896
+ <insert_a_suppression_name_here>
2897
+ Memcheck:Addr4
2898
+ fun:list_dealloc
2899
+ fun:_PyEval_EvalFrameDefault
2900
+ fun:_PyEval_EvalCode
2901
+ fun:method_vectorcall
2902
+ fun:_PyEval_EvalFrameDefault
2903
+ fun:function_code_fastcall
2904
+ fun:_PyEval_EvalFrameDefault
2905
+ fun:_PyEval_EvalCode
2906
+ fun:_PyFunction_Vectorcall
2907
+ fun:method_vectorcall
2908
+ fun:_PyEval_EvalFrameDefault
2909
+ fun:_PyEval_EvalCode
2910
+ }
2911
+
2912
+ {
2913
+ <insert_a_suppression_name_here>
2914
+ Memcheck:Addr4
2915
+ fun:object_dealloc
2916
+ fun:_Py_DECREF
2917
+ fun:_Py_XDECREF
2918
+ fun:_ZL22SWIG_Python_str_AsCharP7_object
2919
+ fun:_ZN6casadi27python_string_to_std_stringB5cxx11EP7_object
2920
+ fun:_ZN6casadi6to_ptrEP7_objectPPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
2921
+ fun:_wrap_Sparsity_deserialize__SWIG_1
2922
+ fun:_wrap_Sparsity_deserialize
2923
+ fun:cfunction_call
2924
+ fun:PyObject_Call
2925
+ fun:_PyEval_EvalFrameDefault
2926
+ fun:_PyEval_EvalCode
2927
+ }
2928
+
2929
+ {
2930
+ <insert_a_suppression_name_here>
2931
+ Memcheck:Addr4
2932
+ fun:unicode_dealloc
2933
+ fun:_PyEval_EvalFrameDefault
2934
+ fun:function_code_fastcall
2935
+ fun:method_vectorcall
2936
+ fun:_PyEval_EvalFrameDefault
2937
+ fun:function_code_fastcall
2938
+ fun:_PyEval_EvalFrameDefault
2939
+ fun:_PyEval_EvalCode
2940
+ fun:_PyFunction_Vectorcall
2941
+ fun:method_vectorcall
2942
+ fun:_PyEval_EvalFrameDefault
2943
+ fun:_PyEval_EvalCode
2944
+ }
2945
+
2946
+ {
2947
+ <insert_a_suppression_name_here>
2948
+ Memcheck:Addr4
2949
+ fun:PyObject_GC_Del
2950
+ fun:dict_dealloc
2951
+ fun:free_keys_object
2952
+ fun:dict_tp_clear
2953
+ fun:collect
2954
+ fun:_PyGC_CollectNoFail
2955
+ fun:_PyImport_Cleanup
2956
+ fun:Py_FinalizeEx
2957
+ fun:Py_Exit
2958
+ fun:handle_system_exit
2959
+ fun:PyErr_PrintEx
2960
+ fun:PyRun_SimpleFileExFlags
2961
+ }
2962
+
2963
+ {
2964
+ <insert_a_suppression_name_here>
2965
+ Memcheck:Addr4
2966
+ fun:object_dealloc
2967
+ fun:dict_dealloc
2968
+ fun:insertdict
2969
+ fun:_PyModule_ClearDict
2970
+ fun:_PyImport_Cleanup
2971
+ fun:Py_FinalizeEx
2972
+ fun:Py_Exit
2973
+ fun:handle_system_exit
2974
+ fun:PyErr_PrintEx
2975
+ fun:PyRun_SimpleFileExFlags
2976
+ fun:Py_RunMain
2977
+ fun:Py_BytesMain
2978
+ }
2979
+
2980
+ {
2981
+ <insert_a_suppression_name_here>
2982
+ Memcheck:Cond
2983
+ fun:unicode_dealloc
2984
+ fun:func_clear
2985
+ fun:collect
2986
+ fun:_PyGC_CollectNoFail
2987
+ fun:Py_FinalizeEx
2988
+ fun:Py_Exit
2989
+ fun:handle_system_exit
2990
+ fun:PyErr_PrintEx
2991
+ fun:PyRun_SimpleFileExFlags
2992
+ fun:Py_RunMain
2993
+ fun:Py_BytesMain
2994
+ }
2995
+
2996
+ {
2997
+ <insert_a_suppression_name_here>
2998
+ Memcheck:Addr4
2999
+ fun:PyMem_Free
3000
+ fun:stringio_dealloc
3001
+ fun:list_ass_subscript
3002
+ fun:_PyEval_EvalFrameDefault
3003
+ fun:gen_send_ex
3004
+ fun:builtin_next
3005
+ fun:cfunction_vectorcall_FASTCALL
3006
+ fun:_PyEval_EvalFrameDefault
3007
+ fun:function_code_fastcall
3008
+ fun:method_vectorcall
3009
+ fun:_PyEval_EvalFrameDefault
3010
+ fun:function_code_fastcall
3011
+ }
3012
+
3013
+ {
3014
+ <insert_a_suppression_name_here>
3015
+ Memcheck:Cond
3016
+ fun:list_dealloc
3017
+ fun:_PyEval_EvalFrameDefault
3018
+ fun:_PyEval_EvalCode
3019
+ fun:_PyFunction_Vectorcall
3020
+ fun:_PyEval_EvalFrameDefault
3021
+ fun:function_code_fastcall
3022
+ fun:method_vectorcall
3023
+ fun:_PyEval_EvalFrameDefault
3024
+ fun:function_code_fastcall
3025
+ fun:_PyEval_EvalFrameDefault
3026
+ fun:_PyEval_EvalCode
3027
+ fun:_PyFunction_Vectorcall
3028
+ }
3029
+
3030
+ {
3031
+ <insert_a_suppression_name_here>
3032
+ Memcheck:Addr4
3033
+ fun:list_dealloc
3034
+ fun:dict_dealloc
3035
+ fun:subtype_dealloc
3036
+ fun:_PyEval_EvalFrameDefault
3037
+ fun:_PyEval_EvalCode
3038
+ fun:_PyFunction_Vectorcall
3039
+ fun:method_vectorcall
3040
+ fun:_PyEval_EvalFrameDefault
3041
+ fun:_PyEval_EvalCode
3042
+ fun:_PyObject_FastCallDictTstate
3043
+ fun:_PyObject_Call_Prepend
3044
+ fun:slot_tp_call
3045
+ }
3046
+
3047
+ {
3048
+ <insert_a_suppression_name_here>
3049
+ Memcheck:Value8
3050
+ fun:PyMem_Free
3051
+ fun:PyArena_Free
3052
+ fun:pyrun_file
3053
+ fun:PyRun_SimpleFileExFlags
3054
+ fun:Py_RunMain
3055
+ fun:Py_BytesMain
3056
+ }
3057
+
3058
+ {
3059
+ <insert_a_suppression_name_here>
3060
+ Memcheck:Cond
3061
+ fun:unicode_dealloc
3062
+ fun:func_clear
3063
+ fun:collect
3064
+ fun:_PyGC_CollectNoFail
3065
+ fun:Py_FinalizeEx
3066
+ fun:Py_Exit
3067
+ fun:handle_system_exit
3068
+ fun:PyErr_PrintEx
3069
+ fun:PyRun_SimpleFileExFlags
3070
+ fun:Py_RunMain
3071
+ fun:Py_BytesMain
3072
+ }
3073
+
3074
+ {
3075
+ <insert_a_suppression_name_here>
3076
+ Memcheck:Addr4
3077
+ fun:unicode_dealloc
3078
+ fun:pattern_dealloc
3079
+ fun:free_keys_object
3080
+ fun:dict_tp_clear
3081
+ fun:collect
3082
+ fun:_PyGC_CollectNoFail
3083
+ fun:Py_FinalizeEx
3084
+ fun:Py_Exit
3085
+ fun:handle_system_exit
3086
+ fun:PyErr_PrintEx
3087
+ fun:PyRun_SimpleFileExFlags
3088
+ fun:Py_RunMain
3089
+ }
3090
+
3091
+ {
3092
+ <insert_a_suppression_name_here>
3093
+ Memcheck:Cond
3094
+ fun:PyObject_GC_Del
3095
+ fun:tupledealloc
3096
+ fun:type_dealloc
3097
+ fun:free_keys_object
3098
+ fun:dict_tp_clear
3099
+ fun:collect
3100
+ fun:_PyGC_CollectNoFail
3101
+ fun:Py_FinalizeEx
3102
+ fun:Py_Exit
3103
+ fun:handle_system_exit
3104
+ fun:PyErr_PrintEx
3105
+ fun:PyRun_SimpleFileExFlags
3106
+ }
3107
+
3108
+ {
3109
+ <insert_a_suppression_name_here>
3110
+ Memcheck:Value8
3111
+ fun:PyObject_GC_Del
3112
+ fun:tupledealloc
3113
+ fun:type_dealloc
3114
+ fun:free_keys_object
3115
+ fun:dict_tp_clear
3116
+ fun:collect
3117
+ fun:_PyGC_CollectNoFail
3118
+ fun:Py_FinalizeEx
3119
+ fun:Py_Exit
3120
+ fun:handle_system_exit
3121
+ fun:PyErr_PrintEx
3122
+ fun:PyRun_SimpleFileExFlags
3123
+ }
3124
+
3125
+ {
3126
+ <insert_a_suppression_name_here>
3127
+ Memcheck:Param
3128
+ write(buf)
3129
+ fun:__libc_write
3130
+ fun:write
3131
+ fun:_Py_write_impl
3132
+ fun:_Py_write
3133
+ fun:_io_FileIO_write_impl.isra.8
3134
+ fun:_io_FileIO_write
3135
+ fun:method_vectorcall_O
3136
+ fun:_PyObject_VectorcallTstate
3137
+ fun:PyObject_VectorcallMethod.cold.1011
3138
+ fun:PyObject_CallMethodOneArg
3139
+ fun:_bufferedwriter_raw_write
3140
+ fun:_io_BufferedWriter_write_impl.isra.6
3141
+ fun:_io_BufferedWriter_write
3142
+ fun:method_vectorcall_O
3143
+ fun:_PyObject_VectorcallTstate
3144
+ fun:PyObject_VectorcallMethod.cold.1011
3145
+ fun:PyObject_CallMethodOneArg
3146
+ fun:_textiowrapper_writeflush
3147
+ fun:_io_TextIOWrapper_write_impl
3148
+ fun:_io_TextIOWrapper_write
3149
+ fun:cfunction_vectorcall_O
3150
+ }
3151
+
3152
+ {
3153
+ <insert_a_suppression_name_here>
3154
+ Memcheck:Leak
3155
+ match-leak-kinds: definite
3156
+ fun:malloc
3157
+ fun:_dl_map_object_deps
3158
+ fun:dl_open_worker
3159
+ fun:_dl_catch_exception
3160
+ fun:_dl_open
3161
+ fun:dlopen_doit
3162
+ fun:_dl_catch_exception
3163
+ fun:_dl_catch_error
3164
+ fun:_dlerror_run
3165
+ fun:dlopen@@GLIBC_2.2.5
3166
+ fun:_PyImport_FindSharedFuncptr
3167
+ fun:_PyImport_LoadDynamicModuleWithSpec
3168
+ fun:_imp_create_dynamic_impl.isra.21
3169
+ fun:_imp_create_dynamic
3170
+ }
3171
+
3172
+ {
3173
+ <insert_a_suppression_name_here>
3174
+ Memcheck:Leak
3175
+ match-leak-kinds: definite
3176
+ fun:malloc
3177
+ fun:_PyObject_Malloc
3178
+ fun:_PyObject_GC_Alloc
3179
+ fun:_PyObject_GC_Malloc
3180
+ fun:_PyObject_GC_NewVar
3181
+ fun:frame_alloc
3182
+ fun:_PyFrame_New_NoTrack
3183
+ fun:_PyEval_EvalCode.cold.2409
3184
+ fun:_PyFunction_Vectorcall
3185
+ fun:PyVectorcall_Call
3186
+ fun:_PyObject_Call
3187
+ fun:PyObject_Call
3188
+ fun:do_call_core
3189
+ fun:_PyEval_EvalFrameDefault
3190
+ fun:_PyEval_EvalFrame
3191
+ fun:function_code_fastcall
3192
+ fun:_PyFunction_Vectorcall
3193
+ fun:_PyObject_VectorcallTstate
3194
+ fun:PyObject_Vectorcall
3195
+ fun:call_function
3196
+ fun:_PyEval_EvalFrameDefault.cold.2975
3197
+ fun:_PyEval_EvalFrame
3198
+ fun:function_code_fastcall
3199
+ fun:_PyFunction_Vectorcall
3200
+ fun:_PyObject_VectorcallTstate
3201
+ fun:PyObject_Vectorcall
3202
+ fun:call_function
3203
+ fun:_PyEval_EvalFrameDefault.cold.2975
3204
+ }
3205
+
3206
+ {
3207
+ <insert_a_suppression_name_here>
3208
+ Memcheck:Leak
3209
+ match-leak-kinds: definite
3210
+ fun:malloc
3211
+ fun:_dl_map_object_deps
3212
+ fun:dl_open_worker
3213
+ fun:_dl_catch_exception
3214
+ fun:_dl_open
3215
+ fun:dlopen_doit
3216
+ fun:_dl_catch_exception
3217
+ fun:_dl_catch_error
3218
+ fun:_dlerror_run
3219
+ fun:dlopen@@GLIBC_2.2.5
3220
+ fun:_PyImport_FindSharedFuncptr
3221
+ fun:_PyImport_LoadDynamicModuleWithSpec
3222
+ fun:_imp_create_dynamic_impl.isra.21
3223
+ fun:_imp_create_dynamic
3224
+ }
3225
+
3226
+ {
3227
+ <insert_a_suppression_name_here>
3228
+ Memcheck:Addr4
3229
+ fun:unicode_dealloc
3230
+ fun:list_repr
3231
+ fun:PyObject_Str
3232
+ fun:PyFile_WriteObject
3233
+ fun:builtin_print
3234
+ fun:cfunction_vectorcall_FASTCALL_KEYWORDS
3235
+ fun:_PyEval_EvalFrameDefault
3236
+ fun:_PyEval_EvalCode
3237
+ fun:_PyEval_EvalCodeWithName
3238
+ fun:PyEval_EvalCodeEx
3239
+ fun:PyEval_EvalCode
3240
+ fun:run_eval_code_obj
3241
+ }
3242
+
3243
+ {
3244
+ <insert_a_suppression_name_here>
3245
+ Memcheck:Addr4
3246
+ fun:list_dealloc
3247
+ fun:frame_dealloc
3248
+ fun:function_code_fastcall
3249
+ fun:_PyEval_EvalFrameDefault
3250
+ fun:_PyEval_EvalCode
3251
+ fun:_PyFunction_Vectorcall
3252
+ fun:_PyEval_EvalFrameDefault
3253
+ fun:_PyEval_EvalCode
3254
+ fun:_PyFunction_Vectorcall
3255
+ fun:_PyEval_EvalFrameDefault
3256
+ fun:function_code_fastcall
3257
+ fun:_PyEval_EvalFrameDefault
3258
+ }
3259
+
3260
+ {
3261
+ <insert_a_suppression_name_here>
3262
+ Memcheck:Addr4
3263
+ fun:list_dealloc
3264
+ fun:_textiowrapper_writeflush
3265
+ fun:_io_TextIOWrapper_write
3266
+ fun:cfunction_vectorcall_O
3267
+ fun:_PyObject_VectorcallTstate.lto_priv.1
3268
+ fun:PyObject_CallOneArg.lto_priv.0
3269
+ fun:PyFile_WriteObject
3270
+ fun:builtin_print
3271
+ fun:cfunction_vectorcall_FASTCALL_KEYWORDS
3272
+ fun:_PyEval_EvalFrameDefault
3273
+ fun:function_code_fastcall
3274
+ fun:method_vectorcall
3275
+ }
3276
+
3277
+ {
3278
+ <insert_a_suppression_name_here>
3279
+ Memcheck:Cond
3280
+ fun:list_dealloc
3281
+ fun:_PyAccu_Finish
3282
+ fun:make_intermediate
3283
+ fun:method_vectorcall_NOARGS
3284
+ fun:_PyEval_EvalFrameDefault
3285
+ fun:gen_send_ex
3286
+ fun:builtin_next
3287
+ fun:cfunction_vectorcall_FASTCALL
3288
+ fun:_PyEval_EvalFrameDefault
3289
+ fun:function_code_fastcall
3290
+ fun:method_vectorcall
3291
+ fun:_PyEval_EvalFrameDefault
3292
+ }
3293
+
3294
+ {
3295
+ <insert_a_suppression_name_here>
3296
+ Memcheck:Cond
3297
+ fun:PyMem_Realloc
3298
+ fun:resize_buffer.lto_priv.1
3299
+ fun:_io_StringIO___init__
3300
+ fun:_PyObject_MakeTpCall
3301
+ fun:_PyEval_EvalFrameDefault
3302
+ fun:gen_send_ex
3303
+ fun:builtin_next
3304
+ fun:cfunction_vectorcall_FASTCALL
3305
+ fun:_PyEval_EvalFrameDefault
3306
+ fun:function_code_fastcall
3307
+ fun:method_vectorcall
3308
+ fun:_PyEval_EvalFrameDefault
3309
+ }
3310
+
3311
+ {
3312
+ <insert_a_suppression_name_here>
3313
+ Memcheck:Value8
3314
+ fun:object_dealloc
3315
+ fun:_textiowrapper_writeflush
3316
+ fun:_io_TextIOWrapper_write
3317
+ fun:method_vectorcall_O
3318
+ fun:PyObject_VectorcallMethod
3319
+ fun:sys_pyfile_write_unicode
3320
+ fun:sys_pyfile_write
3321
+ fun:sys_write
3322
+ fun:PySys_WriteStdout
3323
+ fun:_ZN6casadiL12pythonloggerEPKclb
3324
+ fun:_ZN6casadi6Logger18WriteFunThreadSafeEPKclb
3325
+ fun:_ZN6casadi6Logger5writeILb0EEEvPKcl
3326
+ }
3327
+
3328
+ {
3329
+ <insert_a_suppression_name_here>
3330
+ Memcheck:Cond
3331
+ fun:object_dealloc
3332
+ fun:_textiowrapper_writeflush
3333
+ fun:_io_TextIOWrapper_write
3334
+ fun:method_vectorcall_O
3335
+ fun:PyObject_VectorcallMethod
3336
+ fun:sys_pyfile_write_unicode
3337
+ fun:sys_pyfile_write
3338
+ fun:sys_write
3339
+ fun:PySys_WriteStdout
3340
+ fun:_ZN6casadiL12pythonloggerEPKclb
3341
+ fun:_ZN6casadi6Logger18WriteFunThreadSafeEPKclb
3342
+ fun:_ZN6casadi6Logger5writeILb0EEEvPKcl
3343
+ }
3344
+
3345
+ {
3346
+ <insert_a_suppression_name_here>
3347
+ Memcheck:Value8
3348
+ fun:list_dealloc
3349
+ fun:_textiowrapper_writeflush
3350
+ fun:_io_TextIOWrapper_write
3351
+ fun:method_vectorcall_O
3352
+ fun:PyObject_VectorcallMethod
3353
+ fun:sys_pyfile_write_unicode
3354
+ fun:sys_pyfile_write
3355
+ fun:sys_write
3356
+ fun:PySys_WriteStdout
3357
+ fun:_ZN6casadiL12pythonloggerEPKclb
3358
+ fun:_ZN6casadi6Logger18WriteFunThreadSafeEPKclb
3359
+ fun:_ZN6casadi6Logger5writeILb0EEEvPKcl
3360
+ }
3361
+
3362
+ {
3363
+ <insert_a_suppression_name_here>
3364
+ Memcheck:Addr4
3365
+ fun:unicode_dealloc
3366
+ fun:sys_pyfile_write
3367
+ fun:sys_write
3368
+ fun:PySys_WriteStderr
3369
+ fun:_ZN6casadiL12pythonloggerEPKclb
3370
+ }
3371
+
3372
+ {
3373
+ <insert_a_suppression_name_here>
3374
+ Memcheck:Addr4
3375
+ fun:PyObject_GC_Del
3376
+ fun:subtype_dealloc
3377
+ }
3378
+
3379
+ {
3380
+ <insert_a_suppression_name_here>
3381
+ Memcheck:Cond
3382
+ fun:unicode_dealloc
3383
+ fun:dict_dealloc
3384
+ fun:_PyImport_Cleanup
3385
+ }
3386
+
3387
+ {
3388
+ <insert_a_suppression_name_here>
3389
+ Memcheck:Addr4
3390
+ fun:PyMem_Free
3391
+ fun:module_dealloc
3392
+ fun:_PyImport_Cleanup
3393
+ }
3394
+
3395
+ {
3396
+ <insert_a_suppression_name_here>
3397
+ Memcheck:Addr4
3398
+ fun:list_dealloc
3399
+ fun:_textiowrapper_writeflush
3400
+ fun:_io_TextIOWrapper_write
3401
+ }
3402
+
3403
+ {
3404
+ <insert_a_suppression_name_here>
3405
+ Memcheck:Addr4
3406
+ fun:PyMem_Free
3407
+ fun:product_dealloc
3408
+ fun:_PyEval_EvalFrameDefault
3409
+ fun:function_code_fastcall
3410
+ }
3411
+
3412
+ {
3413
+ <insert_a_suppression_name_here>
3414
+ Memcheck:Cond
3415
+ fun:NpyIter_GetInnerFixedStrideArray
3416
+ fun:execute_ufunc_loop
3417
+ fun:ufunc_generic_fastcall
3418
+ fun:object_vacall
3419
+ fun:PyObject_CallFunctionObjArgs
3420
+ fun:binary_iop1
3421
+ fun:PyNumber_InPlaceMultiply
3422
+ fun:_PyEval_EvalFrameDefault
3423
+ fun:function_code_fastcall
3424
+ fun:_PyEval_EvalFrameDefault
3425
+ fun:function_code_fastcall
3426
+ fun:method_vectorcall
3427
+ }
3428
+
3429
+ {
3430
+ <insert_a_suppression_name_here>
3431
+ Memcheck:Addr4
3432
+ fun:unicode_dealloc
3433
+ fun:dict_repr
3434
+ fun:PyObject_Str
3435
+ fun:PyFile_WriteObject
3436
+ }
3437
+
3438
+ {
3439
+ <insert_a_suppression_name_here>
3440
+ Memcheck:Addr4
3441
+ fun:PyObject_GC_Del
3442
+ fun:subtype_dealloc
3443
+ fun:cell_dealloc
3444
+ fun:tupledealloc
3445
+ fun:func_clear
3446
+ }
3447
+
3448
+ {
3449
+ <insert_a_suppression_name_here>
3450
+ Memcheck:Cond
3451
+ fun:PyMem_Free
3452
+ fun:_sre_SRE_Pattern_split
3453
+ fun:method_vectorcall_FASTCALL_KEYWORDS
3454
+ fun:_PyEval_EvalFrameDefault
3455
+ fun:function_code_fastcall
3456
+ fun:_PyEval_EvalFrameDefault
3457
+ }
3458
+
3459
+ {
3460
+ <insert_a_suppression_name_here>
3461
+ Memcheck:Cond
3462
+ fun:unicode_dealloc
3463
+ fun:textiowrapper_set_decoded_chars
3464
+ fun:_textiowrapper_readline
3465
+ fun:textiowrapper_iternext
3466
+ fun:list_extend
3467
+ fun:method_vectorcall_O
3468
+ }
3469
+
3470
+ {
3471
+ <insert_a_suppression_name_here>
3472
+ Memcheck:Cond
3473
+ fun:NpyIter_GetInnerFixedStrideArray
3474
+ fun:execute_ufunc_loop
3475
+ fun:ufunc_generic_fastcall
3476
+ fun:_PyEval_EvalFrameDefault
3477
+ fun:_PyEval_EvalCode
3478
+ fun:_PyFunction_Vectorcall
3479
+ }
3480
+
3481
+ {
3482
+ <insert_a_suppression_name_here>
3483
+ Memcheck:Addr4
3484
+ fun:PyMem_Free
3485
+ fun:fortran_getattr
3486
+ fun:_PyEval_EvalFrameDefault
3487
+ fun:_PyEval_EvalCode
3488
+ fun:_PyEval_EvalCodeWithName
3489
+ }
3490
+
3491
+ {
3492
+ <insert_a_suppression_name_here>
3493
+ Memcheck:Addr4
3494
+ fun:object_dealloc
3495
+ fun:_textiowrapper_writeflush
3496
+ fun:_io_TextIOWrapper_flush
3497
+ fun:method_vectorcall_NOARGS
3498
+ fun:_PyEval_EvalFrameDefault
3499
+ }
3500
+
3501
+ {
3502
+ <insert_a_suppression_name_here>
3503
+ Memcheck:Cond
3504
+ fun:list_dealloc
3505
+ fun:PyObject_Dir
3506
+ fun:builtin_dir
3507
+ fun:cfunction_call
3508
+ fun:_PyObject_MakeTpCall
3509
+ fun:_PyEval_EvalFrameDefault
3510
+ }
3511
+ {
3512
+ <insert_a_suppression_name_here>
3513
+ Memcheck:Addr4
3514
+ fun:PyObject_GC_Del
3515
+ fun:dict_dealloc
3516
+ fun:subtype_dealloc
3517
+ fun:free_keys_object
3518
+ }
3519
+
3520
+ {
3521
+ <insert_a_suppression_name_here>
3522
+ Memcheck:Addr4
3523
+ fun:PyObject_GC_Del
3524
+ fun:subtype_dealloc
3525
+ fun:cell_dealloc
3526
+ fun:tupledealloc
3527
+ fun:func_clear
3528
+ fun:collect
3529
+ }
3530
+
3531
+ {
3532
+ <insert_a_suppression_name_here>
3533
+ Memcheck:Addr4
3534
+ fun:PyObject_GC_Del
3535
+ fun:dict_dealloc
3536
+ fun:cell_dealloc
3537
+ fun:tupledealloc
3538
+ fun:func_clear
3539
+ fun:collect
3540
+ }
3541
+
3542
+ {
3543
+ <insert_a_suppression_name_here>
3544
+ Memcheck:Value8
3545
+ fun:object_dealloc
3546
+ fun:code_dealloc
3547
+ fun:func_dealloc
3548
+ fun:insertdict
3549
+ fun:_PyModule_ClearDict
3550
+ }
3551
+
3552
+ {
3553
+ <insert_a_suppression_name_here>
3554
+ Memcheck:Cond
3555
+ fun:object_dealloc
3556
+ fun:textiowrapper_read_chunk
3557
+ fun:_textiowrapper_readline
3558
+ fun:textiowrapper_iternext
3559
+ }
3560
+
3561
+ {
3562
+ <insert_a_suppression_name_here>
3563
+ Memcheck:Addr4
3564
+ fun:object_dealloc
3565
+ fun:_textiowrapper_writeflush
3566
+ fun:_io_TextIOWrapper_flush
3567
+ fun:method_vectorcall_NOARGS
3568
+ fun:_PyEval_EvalFrameDefault
3569
+ }
3570
+
3571
+ {
3572
+ <insert_a_suppression_name_here>
3573
+ Memcheck:Value8
3574
+ fun:PyObject_GC_Del
3575
+ fun:dict_dealloc
3576
+ fun:func_clear
3577
+ fun:collect
3578
+ fun:_PyGC_CollectNoFail
3579
+ }
3580
+
3581
+ {
3582
+ <insert_a_suppression_name_here>
3583
+ Memcheck:Addr4
3584
+ fun:list_dealloc
3585
+ fun:dict_dealloc
3586
+ fun:func_clear
3587
+ fun:collect
3588
+ fun:_PyGC_CollectNoFail
3589
+ fun:Py_FinalizeEx
3590
+ }
3591
+
3592
+ {
3593
+ <insert_a_suppression_name_here>
3594
+ Memcheck:Value8
3595
+ fun:object_dealloc
3596
+ fun:code_dealloc
3597
+ fun:func_dealloc
3598
+ fun:cell_dealloc
3599
+ fun:tupledealloc
3600
+ }
3601
+ {
3602
+ <insert_a_suppression_name_here>
3603
+ Memcheck:Addr4
3604
+ fun:object_dealloc
3605
+ fun:_PyEval_EvalFrameDefault
3606
+ fun:function_code_fastcall
3607
+ fun:method_vectorcall
3608
+ }
3609
+
3610
+ {
3611
+ <insert_a_suppression_name_here>
3612
+ Memcheck:Addr4
3613
+ fun:unicode_dealloc
3614
+ fun:dict_dealloc
3615
+ fun:Pickler_dealloc
3616
+ fun:_pickle_dumps
3617
+ fun:cfunction_vectorcall_FASTCALL_KEYWORDS
3618
+ }
3619
+
3620
+ {
3621
+ <insert_a_suppression_name_here>
3622
+ Memcheck:Leak
3623
+ match-leak-kinds: definite
3624
+ fun:malloc
3625
+ fun:_dl_map_object_deps
3626
+ fun:dl_open_worker
3627
+ fun:_dl_catch_exception
3628
+ fun:_dl_open
3629
+ }
3630
+
3631
+ {
3632
+ <insert_a_suppression_name_here>
3633
+ Memcheck:Cond
3634
+ fun:PyObject_GC_Del
3635
+ fun:collect
3636
+ fun:_PyGC_CollectNoFail
3637
+ fun:_PyImport_Cleanup
3638
+ fun:Py_FinalizeEx
3639
+ fun:Py_Exit
3640
+ }
3641
+
3642
+ {
3643
+ <insert_a_suppression_name_here>
3644
+ Memcheck:Addr4
3645
+ fun:unicode_dealloc
3646
+ fun:_PyEval_EvalFrameDefault
3647
+ fun:gen_send_ex
3648
+ fun:_gen_throw
3649
+ fun:gen_throw
3650
+ fun:method_vectorcall_VARARGS
3651
+ fun:_PyEval_EvalFrameDefault
3652
+ }
3653
+
3654
+ {
3655
+ <insert_a_suppression_name_here>
3656
+ Memcheck:Addr4
3657
+ fun:PyObject_GC_Del
3658
+ fun:tupledealloc
3659
+ fun:type_dealloc
3660
+ fun:subtype_dealloc
3661
+ fun:dict_dealloc
3662
+ fun:subtype_clear
3663
+ fun:collect
3664
+ }
3665
+
3666
+ {
3667
+ <insert_a_suppression_name_here>
3668
+ Memcheck:Addr4
3669
+ fun:PyObject_GC_Del
3670
+ fun:subtype_dealloc
3671
+ fun:dict_dealloc
3672
+ fun:subtype_clear
3673
+ fun:collect
3674
+ fun:collect_with_callback
3675
+ }
3676
+
3677
+ {
3678
+ <insert_a_suppression_name_here>
3679
+ Memcheck:Cond
3680
+ fun:object_dealloc
3681
+ fun:_textiowrapper_writeflush
3682
+ fun:_io_TextIOWrapper_write
3683
+ fun:method_vectorcall_O
3684
+ fun:PyObject_VectorcallMethod
3685
+ }
3686
+
3687
+ {
3688
+ <insert_a_suppression_name_here>
3689
+ Memcheck:Cond
3690
+ fun:unicode_dealloc
3691
+ fun:list_dealloc
3692
+ fun:_textiowrapper_writeflush
3693
+ fun:_io_TextIOWrapper_flush
3694
+ fun:method_vectorcall_NOARGS
3695
+ fun:_PyEval_EvalFrameDefault
3696
+ }
3697
+
3698
+ {
3699
+ <insert_a_suppression_name_here>
3700
+ Memcheck:Addr4
3701
+ fun:PyMem_Free
3702
+ fun:list_sort_impl
3703
+ fun:PyList_Sort
3704
+ fun:PyObject_Dir
3705
+ fun:builtin_dir
3706
+ fun:cfunction_call
3707
+ }
3708
+
3709
+ {
3710
+ <insert_a_suppression_name_here>
3711
+ Memcheck:Value8
3712
+ fun:unicode_dealloc
3713
+ }
3714
+
3715
+ {
3716
+ <insert_a_suppression_name_here>
3717
+ Memcheck:Cond
3718
+ fun:unicode_dealloc
3719
+ }
3720
+
3721
+ {
3722
+ <insert_a_suppression_name_here>
3723
+ Memcheck:Addr4
3724
+ fun:unicode_dealloc
3725
+ }
3726
+
3727
+ {
3728
+ <insert_a_suppression_name_here>
3729
+ Memcheck:Value8
3730
+ fun:object_dealloc
3731
+ fun:_textiowrapper_writeflush
3732
+ }
3733
+
3734
+ {
3735
+ <insert_a_suppression_name_here>
3736
+ Memcheck:Cond
3737
+ fun:object_dealloc
3738
+ fun:_textiowrapper_writeflush
3739
+ }
3740
+
3741
+ {
3742
+ <insert_a_suppression_name_here>
3743
+ Memcheck:Addr4
3744
+ fun:list_dealloc
3745
+ fun:_textiowrapper_writeflush
3746
+ }
3747
+
3748
+ {
3749
+ <insert_a_suppression_name_here>
3750
+ Memcheck:Addr4
3751
+ fun:list_dealloc
3752
+ fun:frame_dealloc
3753
+ fun:function_code_fastcall
3754
+ fun:_PyEval_EvalFrameDefault
3755
+ fun:_PyEval_EvalCode
3756
+ fun:_PyFunction_Vectorcall
3757
+ }
3758
+
3759
+ {
3760
+ <insert_a_suppression_name_here>
3761
+ Memcheck:Addr4
3762
+ fun:unicode_dealloc
3763
+ fun:func_clear
3764
+ fun:collect
3765
+ fun:_PyGC_CollectNoFail
3766
+ fun:Py_FinalizeEx
3767
+ }
3768
+
3769
+ {
3770
+ <insert_a_suppression_name_here>
3771
+ Memcheck:Addr4
3772
+ fun:PyMem_Free
3773
+ fun:list_sort_impl
3774
+ fun:PyList_Sort
3775
+ fun:PyObject_Dir
3776
+ fun:builtin_dir
3777
+ fun:cfunction_call
3778
+ fun:_PyObject_MakeTpCall
3779
+ }
3780
+
3781
+ {
3782
+ <insert_a_suppression_name_here>
3783
+ Memcheck:Param
3784
+ write(buf)
3785
+ fun:__libc_write
3786
+ fun:write
3787
+ fun:_Py_write
3788
+ fun:_io_FileIO_write
3789
+ }
3790
+
3791
+ {
3792
+ <insert_a_suppression_name_here>
3793
+ Memcheck:Cond
3794
+ fun:PyUnicode_FindChar
3795
+ fun:_io_TextIOWrapper_write
3796
+ }
3797
+
3798
+ {
3799
+ <insert_a_suppression_name_here>
3800
+ Memcheck:Addr4
3801
+ fun:PyMem_Free
3802
+ fun:_Py_DisplaySourceLine
3803
+ fun:PyTraceBack_Print
3804
+ fun:print_exception_recursive.cold
3805
+ fun:_PyErr_Display
3806
+ fun:PyErr_Display
3807
+ fun:sys_excepthook
3808
+ fun:cfunction_vectorcall_FASTCALL
3809
+ fun:_PyObject_VectorcallTstate.lto_priv.0
3810
+ fun:_PyErr_PrintEx.part.0
3811
+ fun:_ZN6casadi25handle_director_exceptionEv
3812
+ fun:_ZNK21SwigDirector_Callback4evalERKSt6vectorIN6casadi6MatrixIdEESaIS3_EE
3813
+ }
3814
+
3815
+ {
3816
+ <insert_a_suppression_name_here>
3817
+ Memcheck:Addr4
3818
+ fun:object_dealloc
3819
+ fun:_Py_DECREF
3820
+ fun:_Py_XDECREF
3821
+ fun:_ZL22SWIG_Python_str_AsCharP7_object
3822
+ fun:_ZN6casadi27python_string_to_std_stringB5cxx11EP7_object
3823
+ fun:_ZN6casadi6to_ptrEP7_objectPPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
3824
+ fun:_wrap_Function_deserialize__SWIG_1
3825
+ fun:_wrap_Function_deserialize
3826
+ fun:cfunction_call
3827
+ fun:PyObject_Call
3828
+ fun:_PyEval_EvalFrameDefault
3829
+ fun:_PyEval_EvalCode
3830
+ }
3831
+
3832
+ {
3833
+ <insert_a_suppression_name_here>
3834
+ Memcheck:Leak
3835
+ match-leak-kinds: definite
3836
+ fun:malloc
3837
+ fun:malloc
3838
+ fun:resize_scopes
3839
+ fun:dl_open_worker_begin
3840
+ fun:_dl_catch_exception
3841
+ fun:dl_open_worker
3842
+ fun:_dl_catch_exception
3843
+ fun:_dl_open
3844
+ fun:dlopen_doit
3845
+ fun:_dl_catch_exception
3846
+ }
3847
+
3848
+ {
3849
+ <insert_a_suppression_name_here>
3850
+ Memcheck:Addr32
3851
+ fun:__wcscat_avx2
3852
+ fun:UnknownInlinedFun
3853
+ ...
3854
+ fun:config_init_pathconfig
3855
+ }
3856
+
3857
+ {
3858
+ <insert_a_suppression_name_here>
3859
+ Memcheck:Cond
3860
+ fun:__wcscat_avx2
3861
+ fun:UnknownInlinedFun
3862
+ ...
3863
+ fun:config_init_pathconfig
3864
+ }
3865
+
3866
+ {
3867
+ <insert_a_suppression_name_here>
3868
+ Memcheck:Leak
3869
+ match-leak-kinds: definite
3870
+ fun:malloc
3871
+ fun:UnknownInlinedFun
3872
+ ...
3873
+ fun:_PyObject_GC_NewVar
3874
+ ...
3875
+ fun:_PyEval_EvalFrameDefault
3876
+ }
3877
+
3878
+ {
3879
+ <insert_a_suppression_name_here>
3880
+ Memcheck:Param
3881
+ write(buf)
3882
+ fun:__libc_write
3883
+ fun:write
3884
+ ...
3885
+ fun:_Py_write
3886
+ }