[New-bugs-announce] [issue15479] Allow MAX_STRING_LENGTH limits to be changed at runtime

Chris Jerdonek report at bugs.python.org
Sat Jul 28 18:13:52 CEST 2012


New submission from Chris Jerdonek:

This issue is to allow the MAX_STRING_LENGTH limit defined in Python/traceback.c to be changed at runtime, as discussed in issue 15463, as well as the two related limits:

#define MAX_STRING_LENGTH 100
#define MAX_FRAME_DEPTH 100
#define MAX_NTHREADS 100

http://hg.python.org/cpython/file/ddf15cd9be4a/Python/traceback.c#l16

----------
messages: 166661
nosy: cjerdonek, haypo
priority: normal
severity: normal
status: open
title: Allow MAX_STRING_LENGTH limits to be changed at runtime
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15479>
_______________________________________


More information about the New-bugs-announce mailing list