immutables icon indicating copy to clipboard operation
immutables copied to clipboard

Support disabling C extensions via `IMMUTABLES_EXT=0`

Open mgorny opened this issue 1 month ago • 0 comments

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).

mgorny avatar May 13 '24 13:05 mgorny