Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# converting user instance to buffer
class C:
pass
c = C()
try:
d = bytes(c)
except TypeError:
print('TypeError')