Message307693
> this creates a circular dependency functools <-> typing
Well, it doesn't since I explicitly import typing inside singledispatch. By the time this import happens, functools is fully imported. This would only be a problem if functools itself tried to use singledispatch with annotations. Not impossible but super unlikely. |
|
Date |
User |
Action |
Args |
2017-12-05 21:58:51 | lukasz.langa | set | recipients:
+ lukasz.langa, gvanrossum, rhettinger, yselivanov, levkivskyi |
2017-12-05 21:58:51 | lukasz.langa | set | messageid: <1512511131.58.0.213398074469.issue32227@psf.upfronthosting.co.za> |
2017-12-05 21:58:51 | lukasz.langa | link | issue32227 messages |
2017-12-05 21:58:51 | lukasz.langa | create | |
|