ionelmc / python-lazy-object-proxy

A fast and thorough lazy object proxy.
BSD 2-Clause "Simplified" License
247 stars 36 forks source link

Add Py_VISIT(self->factory) to fix memory leak #8

Closed alvinchow86 closed 9 years ago

ionelmc commented 9 years ago

Committed in https://github.com/ionelmc/python-lazy-object-proxy/commit/5e57f4872ff8f7b5ee74eb21d6401d6b44e1f64a, thanks.

alvinchow86 commented 9 years ago

awesome, thanks!

ionelmc commented 9 years ago

@alvinchow86 Let me know if it works fine for you, if everything is fine I'm gonna make a release in a day or two.