This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA 00/13] series #4 of c++ in python


This is another series addressing the use of C++ in the Python layer.
For this series, I looked at two things: explicit decrefs and use of
make_cleanup_py_decref.

After this series most of the explicit decrefs are done in Python
class destructors.  So, this is probably the last such series.  It is
based on the earlier series.

This series fixes a few latent bugs.  It culminates in the removal of
make_cleanup_py_decref and make_cleanup_py_xdecref.

I've built and tested it locally against Python 2 and Python 3, but
I'm also sending it through the buildbot.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]