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 pablogsal
Recipients corona10, pablogsal, vstinner
Date 2021-05-05.12:59:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620219550.64.0.62953589531.issue44049@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the suggestion! Unfortunately I am not very convinced since we already have the self imposed limitation for the maximum size of the string (this is to limit the execution time and memory) so there is no point of allowing bigger buffers. Also consider that this may happen on threads where the stack is much much smaller, so we cannot allow arbitrary length arrays.

Also, on a minor note, we use a restricted set of c99 supported by all compilers so we would need to check if this is supported in all of them.
History
Date User Action Args
2021-05-05 12:59:10pablogsalsetrecipients: + pablogsal, vstinner, corona10
2021-05-05 12:59:10pablogsalsetmessageid: <1620219550.64.0.62953589531.issue44049@roundup.psfhosted.org>
2021-05-05 12:59:10pablogsallinkissue44049 messages
2021-05-05 12:59:10pablogsalcreate