Jonathan De Wachter
Jonathan De Wachter
Same happened to me.
I've been browsing the Python documentation a lot recently, haven't seen anything about C headers. I come to wonder is it customary to provide a C API to your Python...
After investigation, it results exactly when the internal C++ instance is destroyed. ``` def __dealloc__(self): if self.p_soundrecorder is not NULL: print("aaa") del self.p_soundrecorder print("bbb") ``` The message "aaa" is printed,...
I'm not familiar with container technologies. Can't help you... However, I appreciate your contribution, perhaps edit wiki with recipe ?
You're right andd actually I'm aware of that, I'll look into that soon!
Too busy until Sept 10th :( but no, it wouldn't require a lot of changes (just updating to minor API changes and recompile) Sorry
I'm late on this one because I just noticed this issue (it didn't show up in my Github notifications :/). I like docstrings and I think we should add them...
Autodoc needs your version of pySFML (with docstrings) installed in order to generate the documentation and I have uncommited local changes. I prefer to avoid messing up my workspace before...
Actually I'm completely in favor of this! Moving to in code documentation will also be a nice opportunity to update the whole documentation all along (I'm sure there are many...