Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

nogil fails to build under pyperformance --compile #52

@markshannon

Description

@markshannon

I get the error:

Assembler messages:
Fatal error: can't create Objects/mimalloc/alloc-aligned.o: No such file or directory

It appears pyperformance is building out of tree, and Objects/mimalloc/ doesn't exist in the build directory.
Manually creating the .../bench_tmpdir/build/Objects/mimalloc/ during the build allowed the build to complete.

Maybe add a Objects/mimalloc target to Makefile.pre.in ?

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