Daugeras <[email protected]> added the comment:
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 !! ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue35339> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
