The builtins/typing module are not causing recursions. They are using annotations to give results.

This commit is contained in:
Dave Halter
2018-10-31 09:58:20 +01:00
parent 4a5cb389b7
commit 52aa5b6764
2 changed files with 3 additions and 1 deletions

View File

@@ -103,7 +103,7 @@ for a in re.finditer('a', 'a'):
#? int()
a.start()
#? str() bytes()
#?
re.sub('a', 'a')
#? str() bytes()
re.sub('a', 'a', 'f')