Closed
Description
In my project after upgrading from version 5.2 to 5.3 there is a problem with lazy properties that have nosetter.pascal-underscore accessor in their mapping.
- After accessing the property it remains uninitialized
- Each call to a property getter returns a new object
I have added tests which demonstrate the problem #3331
There is no such problem in version 5.2 #3332