ben
ben
i am using pypy+cppyy, and the code is below ``` import cppyy cppyy.cppdef(""" void hello(void (*f)()) { f(); } """) def hello_from_py(): print("Hello PyPy") cppyy.gbl.hello(hello_from_py) ``` the output is a...
Assertion '_elementPool.CurrentAllocs() == _elementPool.Untracked()' failed.
The source code like: ``` XMLError XMLDocument::LoadFile( FILE* fp ) { Clear(); // .... .... Parse(); // so why don't check error here return _errorID; } ``` but in another...