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.smith, eric.snow, gregory.p.smith, ncoghlan, twouters
Date 2012-03-16.19:38:19
SpamBayes Score 0.0020801637
Marked as misclassified No
Message-id <1331926699.92.0.733217547029.issue14331@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like MAXPATHLEN is 4096 on our systems.  The offending code that caused a stack overflow segfault shows over 100 Python/import.c function calls in its backtrace.
History
Date User Action Args
2012-03-16 19:38:19gregory.p.smithsetrecipients: + gregory.p.smith, twouters, brett.cannon, ncoghlan, eric.smith, eric.snow
2012-03-16 19:38:19gregory.p.smithsetmessageid: <1331926699.92.0.733217547029.issue14331@psf.upfronthosting.co.za>
2012-03-16 19:38:19gregory.p.smithlinkissue14331 messages
2012-03-16 19:38:19gregory.p.smithcreate