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 paulfelix
Recipients christian.heimes, paulfelix
Date 2008-01-04.19:14:03
SpamBayes Score 0.027318459
Marked as misclassified No
Message-id <1199474043.87.0.643296096614.issue770280@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe not. With the addition of thread.stack_size([size]), it's fairly
easy to get around the problem by bumping up the stack size. It would be
nice if PyMarshal_ReadLastObjectFromFile didn't allocate a small file
buffer on the stack (think of the impact when *recursively* importing
many .pyc files).
History
Date User Action Args
2008-01-04 19:14:04paulfelixsetspambayes_score: 0.0273185 -> 0.027318459
recipients: + paulfelix, christian.heimes
2008-01-04 19:14:03paulfelixsetspambayes_score: 0.0273185 -> 0.0273185
messageid: <1199474043.87.0.643296096614.issue770280@psf.upfronthosting.co.za>
2008-01-04 19:14:03paulfelixlinkissue770280 messages
2008-01-04 19:14:03paulfelixcreate