Skip to content

Commit

Permalink
Update valgrind suppressions
Browse files Browse the repository at this point in the history
Update valgrind suppressions and run cron-jobs on develop branch.
  • Loading branch information
dweindl committed Mar 10, 2025
1 parent 391c680 commit 08b258e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- uses: actions/checkout@v4
ref: ${{ github.event_name == 'schedule' && 'develop' || github.ref }}
- run: git fetch --prune --unshallow

- name: Install apt dependencies
Expand Down
14 changes: 14 additions & 0 deletions python/tests/valgrind-python.supp
Original file line number Diff line number Diff line change
Expand Up @@ -1036,3 +1036,17 @@
fun:_PyObject_MakeTpCall
fun:_PyEval_EvalFrameDefault
}

{
?
Memcheck:Leak
match-leak-kinds: definite
fun:*alloc
...
fun:setup_readline
fun:PyInit_readline
fun:_PyImport_LoadDynamicModuleWithSpec
fun:_imp_create_dynamic_impl
fun:_imp_create_dynamic
...
}

0 comments on commit 08b258e

Please sign in to comment.