This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ezio.melotti, pitrou, poq, rhettinger
Date 2011-08-19.14:09:52
SpamBayes Score 7.054284e-05
Marked as misclassified No
Message-id <1313762993.53.0.568208347037.issue12778@psf.upfronthosting.co.za>
In-reply-to
Content
> I actually looked into doing this for issue #12134, but it didn't seem 
> so simple; Since C has no yield, I think the iterator would need to
> maintain its own stack to keep track of where it is in the object tree 
> it's encoding...

The encoder doesn't have to be turned into an iterator. It would just need to call a given callable (fp.write) at regular intervals and that would be enough to C-accelerate dump().

My patch actually provides a good foundation for this.
History
Date User Action Args
2011-08-19 14:09:53pitrousetrecipients: + pitrou, rhettinger, ezio.melotti, poq
2011-08-19 14:09:53pitrousetmessageid: <1313762993.53.0.568208347037.issue12778@psf.upfronthosting.co.za>
2011-08-19 14:09:52pitroulinkissue12778 messages
2011-08-19 14:09:52pitroucreate