-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exekall: Fix handling of parametrized classes
FIX Some classes like dict can now be parametrized, e.g. dict[int, str]. They do not behave exactly like their deprecated typing counterpart (e.g. typing.Dict), so ensure they are handled consistently by exekall.
- Loading branch information
1 parent
7996874
commit 78c7e98
Showing
1 changed file
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters