django / asgi_ipc

IPC-based ASGI channel layer
BSD 3-Clause "New" or "Revised" License
37 stars 13 forks source link

Support older versions Python v2.7 struct.pack (fixes #17) #18

Closed caronc closed 7 years ago

caronc commented 7 years ago

It turns out it's not a big change to add compatibility to older versions of Python (v2.7). The following allows asgi_ipc to work with CentOS/RedHat 7.x

andrewgodwin commented 7 years ago

Yes, Python 2.7.6 made this fix. I'm not going to make a point of officially supporting 2.7.5, but this is small enough I'll bring it in.