Commit Graph

3 Commits

Author SHA1 Message Date
Semyon Proshev
90a381b2f1 PY-20662 Fixed: Making any magic method async displays an error, even though it is sometimes legal
Mark __call__ builtin as allowed to be async
2016-09-15 19:20:12 +03:00
Semyon Proshev
aacd5e6781 Fix Py3UnresolvedReferencesInspectionTest.testAsyncInitMethod and PythonHighlightingTest.testAsyncBuiltinMethods 2016-08-02 21:15:05 +03:00
Semyon Proshev
30381b3b10 PY-19775 Fixed: Unresolved attribute reference on attribute defined inside async def __init__
Highlight builtin methods (except __aiter__, __aenter__, __aexit__, __anext__) which are not allowed to be async
2016-08-01 21:28:24 +03:00