Skip to content

Support disabling C extensions via IMMUTABLES_EXT=0#117

Open
mgorny wants to merge 1 commit intoMagicStack:masterfrom
mgorny:opt-ext
Open

Support disabling C extensions via IMMUTABLES_EXT=0#117
mgorny wants to merge 1 commit intoMagicStack:masterfrom
mgorny:opt-ext

Conversation

@mgorny
Copy link

@mgorny mgorny commented May 13, 2024

Support using IMMUTABLES_EXT environment variable to control whether the C extension is built explicitly. When set to a value other than 1, the extension built is disabled. This is helpful e.g. for future Python versions where the extension does not work (this is affecting 3.13 right now, but having an explicit option is more future-proof).

Support using IMMUTABLES_EXT environment variable to control whether
the C extension is built explicitly.  When set to a value other than 1,
the extension built is disabled.  This is helpful e.g. for future Python
versions where the extension does not work (this is affecting 3.13 right
now, but having an explicit option is more future-proof).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant