Skip to content

Doesn't appear to trace into multiprocessing.Process() #609

@rossburton

Description

@rossburton

I've wrapped a block of code that basically does:

class Parser(multiprocessing.Process):
    ...

for i in range(0, self.num_processes):
    parser = Parser()
    parser.start()

The resulting trace shows multiprocessing fork but doesn't show anything from the children.

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