Commit 3b265787 authored by Bruce Merry's avatar Bruce Merry Committed by Jason Rhinelander
Browse files

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.
parent 086d53e8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment