-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redefined UNDEFINED to only use enum facade if type-checking. (#286)
* Redefined UNDEFINED to only use enum facade if type-checking. This should also ensure consistent pickle behaviour should anyone attempt to pass stuff between processes (e.g. with a ProcessPoolExecutor). * Stopped PDOC3 complaining about UndefinedType __new__ override.
- Loading branch information
Nekokatt
authored
Oct 9, 2020
1 parent
e46a71c
commit 52b7345
Showing
3 changed files
with
55 additions
and
50 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
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
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