Comment 1 for bug 785179

Revision history for this message
Andrew Wilkins (axwalk) wrote :

There was a pretty dumb assumption in pushy/client.py, that .pyc contents would be useable in older interpreters. This previously held true so long as no Python 2.5/2.6 features were used. Something appears to have changed in 2.7 that makes the .pyc files unuseable by prior versions.

I think I will have to change pushy/client.py to always transmit the source. This may have a minor impact on the speed up connection creation.