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 gregory.p.smith
Recipients brett.cannon, eric.snow, gregory.p.smith, ncoghlan, python-dev, serhiy.storchaka, stutzbach
Date 2014-01-27.01:52:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390787558.68.0.938892264725.issue19081@psf.upfronthosting.co.za>
In-reply-to
Content
Updated to make that function (zipimporter_init) easier to follow by not repurposing the path variable mid-function and allocate the local path buffer rather than keeping it on the stack.
History
Date User Action Args
2014-01-27 01:52:39gregory.p.smithsetrecipients: + gregory.p.smith, brett.cannon, ncoghlan, stutzbach, python-dev, eric.snow, serhiy.storchaka
2014-01-27 01:52:38gregory.p.smithsetmessageid: <1390787558.68.0.938892264725.issue19081@psf.upfronthosting.co.za>
2014-01-27 01:52:38gregory.p.smithlinkissue19081 messages
2014-01-27 01:52:35gregory.p.smithcreate