SIPp / pysipp

SIPp for Humans - launch multiple agents with Python
GNU General Public License v2.0
179 stars 55 forks source link

OS X support #17

Open goodboy opened 8 years ago

goodboy commented 8 years ago

In an effort to avoid alienating our friends with a taste for shiny, juicy, paper thin apples.

goodboy commented 6 years ago

Just waiting for some feedback from someone having successfully used this branch and then we'll merge it.

OTH if we decide to lock in py3 we can use selectors and avoid being stuck on a subpar loop ;)

vodik commented 6 years ago

Linking #34 - but I don't think this patch will work for Windows - select there only works on sockets.

goodboy commented 5 years ago

@vodik as per #47 and the CI results here seems like on py3 we're royally ded. I'm hoping moving to selectors will resolve this but we need #42 and deprecation of py2 first I'm thinking.

goodboy commented 1 year ago

Probably deprecated by #87 if the lurkerz approve 🤔