Message194592
Actually there is a misunderstanding underlying you Tulip patch. Tulip needs to support Python 3.3 as well as Python 3.4, so it needs to do a little dance trying to import BaseSelector (or some other key class) from select and if that fails fall back to its own selectors.py.
Since you aren't changing the BaseSelector API at all this is trivial and I can take care of it. |
|
Date |
User |
Action |
Args |
2013-08-06 23:33:16 | gvanrossum | set | recipients:
+ gvanrossum, pitrou, giampaolo.rodola, christian.heimes, meador.inge, neologix, rosslagerwall, sbt, felipecruz |
2013-08-06 23:33:16 | gvanrossum | set | messageid: <1375831996.78.0.842152197232.issue16853@psf.upfronthosting.co.za> |
2013-08-06 23:33:16 | gvanrossum | link | issue16853 messages |
2013-08-06 23:33:16 | gvanrossum | create | |
|