Skip to content

Limitation: Built-in functions not traced when functions_only=True #4

@Agent-Hellboy

Description

@Agent-Hellboy

This limitation occurs because:

Python's trace hook system only generates "call" events for Python functions, not built-in functions
Built-in functions are implemented in C and bypass the Python trace hook mechanism
Built-in methods (like list.append(), dict.get()) are also not traced

Workarounds:

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