Skip to content

AttributeError: class UserDict has no attribute '__class__' #31

Description

@techtonik

Looks like tracer chokes on UserDict, which doesn't have __class__ attribute.

>>> from UserDict import UserDict as _UserDict
>>> _UserDict
<class UserDict.UserDict at 0x01AEBD88>
>>> _UserDict.__class__
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: class UserDict has no attribute '__class__'
>>>

SQLite DB contains this error_message: class UserDict has no attribute '__class__'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions