Fortunately enough the code change was minor. The biggest challenge was getting the decorator function and the class instance to communicate somehow...past that point it was simple.
I would rather focus on my current problem (beside CorePost enhancements) of Twisted not installing under PyPy. PyPy does wonders for Twisted. Some of the issues are documented here: http://stackoverflow.com/questions/5126039/how-to-install-twisted-10-2-0-with-pypy-1-4-1 The solution seems pretty trivial (see last comment). Getting Twisted to install under PyPy would be a major boom. Right now all the PyPy guys have to do PYTHONPATH hacks. My initial perf tests with PyPy/Twisted were the reason I chose Twisted over let's say Node.js. I just like Python more and the inline callback support is brilliant. Is there a Twisted bug for the PyPy installation issue? Jacek On Mon, Sep 5, 2011 at 7:09 PM, Glyph Lefkowitz <[email protected]>wrote: > > On Sep 5, 2011, at 10:46 AM, Jacek Furmankiewicz wrote: > > And the re-designed version 0.0.6 is out on PyPI. > > > I'm glad I made that suggestion. That kind of turnaround is pretty > impressive! Any way I can convince you to fix Twisted bugs that fast? (Since > you're doing HTTP POSTs, <http://twistedmatrix.com/trac/ticket/288>, > perhaps?) > > Congrats on the new version, > > -glyph > > _______________________________________________ > Twisted-web mailing list > [email protected] > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web > >
_______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
