gastrodon
gastrodon copied to clipboard
Dont fail importing GenericMeta in python3.7
GenericMeta is not needed anymore in python3.7 (see PEP-560) and does not exist anymore in the typing module.
For backward compatibilty with python3.6, the GenericMeta type is kept
in code and a GenericMeta
class is created when the import fails.
Any news on when this would be merged into master?
This would be very interesting to merge.
I second that