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 vstinner
Recipients chris.jerdonek, ned.deily, python-dev, vstinner
Date 2012-07-30.11:19:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343647195.91.0.955061620122.issue15463@psf.upfronthosting.co.za>
In-reply-to
Content
> Issue #15463: the faulthandler module truncates strings to 500 characters,

It should be able for most setup. See the issue #15479 if you consider that something better should be implemented.

Long path names are handled differently on each platform, I don't want to add a test checking a path longer than 500 characters. You might add a new test for truncated path if limits become configurable (#15479).

I consider this issue as resolved.
History
Date User Action Args
2012-07-30 11:19:55vstinnersetrecipients: + vstinner, ned.deily, chris.jerdonek, python-dev
2012-07-30 11:19:55vstinnersetmessageid: <1343647195.91.0.955061620122.issue15463@psf.upfronthosting.co.za>
2012-07-30 11:19:55vstinnerlinkissue15463 messages
2012-07-30 11:19:55vstinnercreate