Open alanjds opened 8 years ago
I think we can create a build profile for pyston disabling all the features it currently does not support (like profiling). Regarding the specific error, we can simply be a bit more tolerant and inspect the values before going on (read: before calling the .split())
I got a generic
AttributeError: 'NoneType' object has no attribute 'split'
when trying to build under the Python provided docker imagepyston/pyston
.Some more details and discussion occurred on Gitter: https://gitter.im/dropbox/pyston?at=576b0221c7594b5f0dd1da74
Not sure if patches shoud land on uWSGI or Pyston, but they are incompatible right now.
(cross-posted with https://github.com/dropbox/pyston/issues/1264)