mweagle / Sparta

go microservices, powered by AWS Lambda
https://gosparta.io
MIT License
716 stars 48 forks source link

Upgrade cgo to Python 3.6 runtime #49

Closed ryansb closed 7 years ago

ryansb commented 7 years ago

Change string handling to encode/decode from bytes types since Python 3 distinguishes bytes vs. unicode instead of having different encodings on str's.

mweagle commented 7 years ago

Thanks @ryansb !