Make it possible to access properties again

This time we catch all exceptions and try to avoid issues for the user.

This is only happening when working with an Interpreter. I don't feel this is
necessary otherwise.

See #1299
This commit is contained in:
Dave Halter
2019-08-11 16:24:19 +02:00
parent a7accf4171
commit c3d40949b1
6 changed files with 45 additions and 13 deletions
+2
View File
@@ -11,6 +11,8 @@ Changelog
- ``*args``/``**kwargs`` resolving. If possible Jedi replaces the parameters
with the actual alternatives.
- Better support for enums/dataclasses
- When using Interpreter, properties are now executed, since a lot of people
have complained about this. Discussion in #1299.
New APIs: