Alex Rembish

Results 6 issues of Alex Rembish

Google Places API also supports autocomplete. So I added simple support of it.

Hey there, I wrote few tests for `fastrpc.dumps` method. Can you check 'em? Alex

How to reproduce: ```python from fastrpc import dumps x = [] x.append(x) dumps(x) ```

```bash ((python8.0.1)) $ ./setup.py sdist running sdist running egg_info creating fastrpc.egg-info writing fastrpc.egg-info/PKG-INFO writing top-level names to fastrpc.egg-info/top_level.txt writing dependency_links to fastrpc.egg-info/dependency_links.txt writing manifest file 'fastrpc.egg-info/SOURCES.txt' reading manifest file 'fastrpc.egg-info/SOURCES.txt'...

FastRPC internal structure can't be subclassable (cause of bad PEP-253 implementation, see "Preparing a type for subtyping" paragraph). So programmer literally can't extend any of this structures with some extra...