Skip to content

Cannot hash builtin functions #22

@astrojuanlu

Description

@astrojuanlu
In [5]: fh.hash_func(print)
...
    402 @property
    403 @utils.saveit
    404 def source_code(self):
--> 405     return self.pymodule.source_code

AttributeError: 'BuiltinModule' object has no attribute 'source_code'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions