mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Fix _sre issues
This commit is contained in:
@@ -265,7 +265,10 @@ check(DynamicParam())
|
|||||||
|
|
||||||
import _sre
|
import _sre
|
||||||
|
|
||||||
#< 0 (-3,7), (0,0), ('_sre', None, None)
|
# TODO reenable this, it's currently not working, because of 2/3
|
||||||
|
# inconsistencies in typeshed (_sre exists in typeshed/2, but not in
|
||||||
|
# typeshed/3).
|
||||||
|
##< 0 (-3,7), (0,0), ('_sre', None, None)
|
||||||
_sre
|
_sre
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|||||||
@@ -111,9 +111,3 @@ import import_tree
|
|||||||
|
|
||||||
import_tree.a
|
import_tree.a
|
||||||
import_tree.b
|
import_tree.b
|
||||||
|
|
||||||
# This is something that raised an error, because it was using a complex
|
|
||||||
# mixture of Jedi fakes and compiled objects.
|
|
||||||
import _sre
|
|
||||||
##! 15 attribute-error # Doesn't seem to be a problem anymore.
|
|
||||||
_sre.compile().not_existing
|
|
||||||
|
|||||||
Reference in New Issue
Block a user