Ask HN: Anyone on macOS 15.x having issues with gevent/greenlet?
Been debugging an issue with a colleague for a few days now and we are coming up empty handed. Most of our production app relies on gevent. The application works on macOS 12.x, 13.x and on all flavors of Linux ... but as of now 15.x is causing some very hard to debug issues. I get a sense this has something to do with the way gevent is patching things like `socket`. Instead of seeing immediate feedback like a failure to connect to an external resource, the app just silently hangs/fails.
I am reaching out here as a last ditch effort to try and see if anyone else in the community has experienced issues specifically in regards to the combo of macos 15 and gevent.
Have you created an issue in their github?