Dean Moldovan
Dean Moldovan
This is awesome! I had no idea I wanted something like this, but now I probably won't be able to do without it. It has become my goto for quick...
> In regards to cleaning the build folder - do you mean the cached module binaries? Yes, those. > Another possibility is some sort of enabling/disabling module caching globally. That...
@yesint Can you post a complete code example (both C++ and Python sides) which reproduces the error that you're seeing?
> @yesint > Correct me if I'm wrong (I don't know internals of pybind11) but it seems that when clone() is called only C++ A_trampoline object is created but not...
@YannickJadoul Yes, that part could definitely be moved into C++. At that point, I guess pybind11 might be able to offer some utility to make that whole procedure easier and...