Chen Liang

Results 2 issues of Chen Liang

On Mac OS X, with py3.3, the extension got built (at least not seeing the warning), but on debian, celery will always give "no c extensions" warning

Category: Packaging and Release Management
Issue Type: Documentation
Operating System: macOS

``` payload += '{"index":{"_index":"'+statsdIndex+'","_type":"'+elasticTimerType+'"}}'+"\n"; ``` || ``` js var payload = []; payload.push({ index: '', _type: '' }); var result = JSON.stringify(payload); ``` it might be easier to maintain.

enhancement