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 larry
Recipients Arfrever, Jim.Jewett, Trundle, alex, asvetlov, barry, bfroehle, chris.jerdonek, daniel.urban, david.villa, dmalcolm, eric.smith, ezio.melotti, gregory.p.smith, gvanrossum, jcea, jkloth, larry, mark.dickinson, ncoghlan, pitrou, scoder, serhiy.storchaka, skrah, v+python
Date 2013-03-09.21:28:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362864480.94.0.968425465408.issue16612@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for pointing that out!  I've fixed it in my local branch, though I'm fooling around with some new syntax so I'm not ready to publish it yet.

It's not a general problem, exactly; it's a problem with extension types.  After just a little tweaking and refactoring, the extension interface now lets you override the behavior in a fine-grained way.  So path_t is declared on the stack, but a pointer is passed in to the impl.
History
Date User Action Args
2013-03-09 21:28:01larrysetrecipients: + larry, gvanrossum, barry, gregory.p.smith, jcea, mark.dickinson, ncoghlan, pitrou, scoder, eric.smith, jkloth, ezio.melotti, Arfrever, v+python, alex, Trundle, asvetlov, skrah, dmalcolm, daniel.urban, chris.jerdonek, Jim.Jewett, serhiy.storchaka, bfroehle, david.villa
2013-03-09 21:28:00larrysetmessageid: <1362864480.94.0.968425465408.issue16612@psf.upfronthosting.co.za>
2013-03-09 21:28:00larrylinkissue16612 messages
2013-03-09 21:28:00larrycreate