Skip to content

_get_python_inc_nt should use sysconfig.get_config_h_filename() #219

@zooba

Description

@zooba

In Python 3.13, we're moving the location of pyconfig.h on Windows (in order to support free threaded builds, it now has to be generated/updated at build time, so it can't be static).

To correctly find the file location, we should call sysconfig.get_config_h_filename() rather than assuming it'll be in the PC\ directory.

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