If I unpack the dill 0.2.2 tarball, cd to the unpacked directory, import it directly into a python 2.7.6 session started via /usr/bin/python on Ubuntu 14.04, and try importing atexit and serializing ...
.. module:: atexit :synopsis: Register and execute cleanup functions. Note: The functions registered via this module are not called when the program is killed by a ...