Kaminario / krest

The Kaminario REST (krest) is a client library that provides ORM like interface for working with Kaminario K2 REST API
Other
5 stars 5 forks source link

Support copy.copy() on RestObject #17

Closed itsadok closed 2 years ago

itsadok commented 2 years ago

The copy module accesses object instances before calling their constructors, which causes an infinite recursion in getattr. This added check avoids the issue.