Bruce Merry 3b265787f2 Document using atexit for module destructors on PyPy (#1169)
None of the three currently recommended approaches works on PyPy, due to
it not garbage collecting things when you want it to. Added a note with
example showing how to get interpreter shutdown callbacks using the Python
atexit module.
2017-11-24 10:19:45 -04:00
..
2017-11-01 22:48:36 -03:00
2016-10-20 15:21:34 +02:00
2017-11-01 22:48:36 -03:00