------------------
* Added support for pickling. The pickled value is going to be the wrapped object *without* any Proxy container.
* Fixed a memory management issue in the C extension (reference cycles weren't garbage collected due to improper
handling in the C extension). Contributed by Alvin Chow in
`8 <https://github.com/ionelmc/python-lazy-object-proxy/pull/8>`_.