Skip to content

Rework SCons internal module loadingΒ #3871

@mwichmann

Description

@mwichmann

Recorded so it's in the issue tracker. With preview builds of Python 3.10 (where warnings are noisier than production Pythons), we get a lot of:

DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead

All the code which imports things like site_tools, etc. was reworked in the transition to supporting Python 3, but the approach taken is now deprecated and some further rework will be needed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions