pybind11/tests/test_embed
Stefan Lietzau d27b39e15d Add test case for memory leak when using lambdas
Using a function as an argument to a C++ object causes a reference cycle
that the garbage collector is somehow not able to break, causing the
corresponding C++ object to leak.
2018-02-14 10:00:06 +01:00
..
catch.cpp Silence new MSVC C++17 deprecation warnings 2017-12-23 09:00:45 -04:00
CMakeLists.txt Fix segfault when reloading interpreter with external modules (#1092) 2018-01-11 19:46:10 -04:00
external_module.cpp Fix segfault when reloading interpreter with external modules (#1092) 2018-01-11 19:46:10 -04:00
test_interpreter.cpp Add test case for memory leak when using lambdas 2018-02-14 10:00:06 +01:00
test_interpreter.py Add Catch framework for testing embedding support and C++-side features 2017-05-28 02:12:24 +02:00