AN Long

Results 171 comments of AN Long

I think we should have an alias for `ThriftGrammerError` for don't break unit test and users' codes. And maybe we can declare a module level `__getattr__` which descibed in [PEP...

Can you add some basic test cases for this?

I think you are using GCC4. Please upgrade GCC version.

@xxd819240366 upgrade GCC to higher version should resolve this issue.

Cool @chenyanlann , I think we should add a `pyproject.toml` file to specify the third party dependencies' versions which been used when building, like cython.

I think the server will close connect after handle one request if you remove the look.

Seems the test cases are excepecting error `socket.timeout`, so this will be a breaking change?

Python3.5 and former versions is already dead: https://python-release-cycle.glitch.me/ , so I think it's ok to migrate to using `async def`.

@pearu Hi I saw some answer on stackoverflow, said they have a little different behaviors: https://stackoverflow.com/a/49477233 I think migrate to `async def` is a good choice since Python 3.4 and...

I think wrk is sending some incompatible requests, but meinheld should not exit cause someone may make a DOS attack on it.