kms70847
Results
2
comments of
kms70847
At least one other person has had this problem: https://stackoverflow.com/questions/50741455/toastnotifier-object-has-no-attribute-classatom This appears to occur when the initial assignment of `classAtom` fails at https://github.com/jithurjacob/Windows-10-Toast-Notifications/blob/master/win10toast/__init__.py#L78. Since the except block does nothing but...
This could be solved by keeping a set of "seen" object ids as you iterate down the repr chain. Not sure if this can be done natively, though. CPython appears...