Hey Pythonistas! Victor Stinner just made a good point at #python. The py3k has no magic method and type slot for bytes. Python has magic methods like __int__ for int(ob) and __str__ for str(ob). Are you considering to add a __bytes__ method and tp_bytes? I can think of a bunch of use cases for a magic method. Christian