MagicStack / immutables

A high-performance immutable mapping type for Python.
Other
1.14k stars 57 forks source link

restore compilation for aix/sunos #98

Closed mattp- closed 1 year ago

mattp- commented 1 year ago

the CFLAGs being tacked on aren't compatible on those platforms, I've tried to add the equivalent. signed-char is the default on sunstudio as such have left it unadded.

mattp- commented 1 year ago

unsure why these checks are failing, I don't think its related to my change