-
-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forward port benchmark for type checking
is_types.py had not been modernized. Remove any reference to the unicode builtin, which will never be present on Py3; stop using types.InstanceType which was only for old-style classes and never exists on Py3. Signed-off-by: Mats Wichmann <[email protected]>
- Loading branch information
Showing
1 changed file
with
27 additions
and
83 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