test_object = TestObject()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "venv3/lib/python3.5/site-packages/leancloud/object_.py", line 83, in __init__
    for k, v in attrs.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'

目前处于完全无法使用状态?

你好,Python3 SDK 的支持已经完成了,但是暂时还没有合并到 master 分支,如果想要试用的话请尝试 https://github.com/leancloud/python-sdk/tree/python37 这个分支下的代码。

在 LeanEngine 上跑 Python3 基本完成,但是有一些小 bug,预计这周可以搞定,敬请期待。