python-greenlet / greenlet

Lightweight in-process concurrent programming
Other
1.63k stars 247 forks source link

Support for AIX with XLC compiler #413

Open JordanStopford opened 2 months ago

JordanStopford commented 2 months ago

I've been playing around with trying to get this working but have hit upon a blocker with the assembler bits in greenlet, more specifically, not knowing what on earth it should be doing!

I can see there is support for gcc on AIX but none for XLC, so popping this in as a request. Happy to test any patches and report back