How to find who is decref'ing Py_None on me!

Neil Schemenauer nascheme at news.cnri.reston.va.us
Wed Aug 9 15:13:59 EDT 2000


Warren Postma <embed at NOSPAM.geocities.com> wrote:
>Anybody done this and can tell me a good debugging technique?

Using sys.getrefcount(None) before and after running various
things may give some clues.

  Neil



More information about the Python-list mailing list