Closed ionelmc closed 9 years ago
Basically test that Proxy.__new__(Proxy) doesn't segfault if used and raises ValueError(missing factory blabla) instead.
Proxy.__new__(Proxy)
Fixed in https://github.com/ionelmc/python-lazy-object-proxy/commit/bf052f584fe6feca2661ae59832fda125f7d42aa
Basically test that
Proxy.__new__(Proxy)
doesn't segfault if used and raises ValueError(missing factory blabla) instead.