This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Daugeras
Recipients Daugeras, geoffreyspear
Date 2018-11-28.21:45:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543441502.08.0.788709270274.issue35339@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Geoffrey,

Indeed you where right, this is not a bug.
The link you provided did solve my problem.
I declared classes with attributes as strings, lists, etc... and indeed it was the reason for the issue.
I changed it to instantiate the attributes in the __init__ method of the class, and it solved the problems.
Thanks again !!
History
Date User Action Args
2018-11-28 21:45:02Daugerassetrecipients: + Daugeras, geoffreyspear
2018-11-28 21:45:02Daugerassetmessageid: <1543441502.08.0.788709270274.issue35339@psf.upfronthosting.co.za>
2018-11-28 21:45:02Daugeraslinkissue35339 messages
2018-11-28 21:45:02Daugerascreate