gastrodon icon indicating copy to clipboard operation
gastrodon copied to clipboard

Dont fail importing GenericMeta in python3.7

Open chabotsi opened this issue 6 years ago • 3 comments

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.

chabotsi avatar Feb 15 '19 10:02 chabotsi

Any news on when this would be merged into master?

rhasan avatar Nov 27 '19 10:11 rhasan

This would be very interesting to merge.

jesusfbes avatar Dec 16 '20 08:12 jesusfbes

I second that

magdasalatka avatar Apr 09 '21 09:04 magdasalatka