Files
jedi/jedi/evaluate
micbou cf5f06f378 Do not cache unimportable compiled module (#1079)
From the issue:

The issue can be reproduced by getting the description of the QtBluetooth module from PyQt5 on Windows:

import jedi
completions = jedi.Script('import PyQt5.QtBlueTooth').completions()
completions[0].description

It's hard to write a test for it so we don't write one for it.
2018-04-10 19:10:05 +02:00
..
2018-04-05 01:11:04 +02:00
2018-04-05 01:11:04 +02:00
2018-03-18 17:09:44 +01:00
2018-01-16 23:56:35 +01:00
2018-03-17 19:41:26 +01:00
2018-03-17 19:41:26 +01:00
2017-12-04 19:18:30 +01:00