Skip to content

Instrumentation breaks code with "pass" #4

@michaelpradel

Description

@michaelpradel

Example:

class C:
    def foo(self): pass
    def bar(self): pass

After instrumentation, there's a syntax error. Looks like the root cause is in the whitespace-related parts of the instrumentation code added to support _l_.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions