mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
chore: get PyPy 3.7 wheels using NumPy 1.20 (#2837)
* chore: get PyPy 3.7 wheels using NumPy 1.20 * Add Valgrind suppressions after NumPy update Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net>
This commit is contained in:
@@ -115,21 +115,3 @@
|
||||
fun:_PyImport_FindSharedFuncptr
|
||||
fun:_PyImport_LoadDynamicModuleWithSpec
|
||||
}
|
||||
|
||||
# Not really CPython-specific, see link
|
||||
{
|
||||
dlopen leak (https://stackoverflow.com/questions/1542457/memory-leak-reported-by-valgrind-in-dlopen)
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
...
|
||||
fun:dl_open_worker
|
||||
fun:_dl_catch_exception
|
||||
fun:_dl_open
|
||||
fun:dlopen_doit
|
||||
fun:_dl_catch_exception
|
||||
fun:_dl_catch_error
|
||||
fun:_dlerror_run
|
||||
fun:dlopen@@GLIBC_2.2.5
|
||||
fun:_PyImport_FindSharedFuncptr
|
||||
fun:_PyImport_LoadDynamicModuleWithSpec
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user