Message 336651 - Python tracker

Message336651

Author Carlos Ramos
Recipients Carlos Ramos
Date 2019-02-26.11:44:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551181447.91.0.36050465631.issue36121@roundup.psfhosted.org>
In-reply-to
Content
The function csv.field_size_limit gets and sets a global variable. It would be useful to change this limit in a per-reader or per-thread basis, so that a library can change it without affecting global state.
History
Date User Action Args
2019-02-26 11:44:07Carlos Ramossetrecipients: + Carlos Ramos
2019-02-26 11:44:07Carlos Ramossetmessageid: <1551181447.91.0.36050465631.issue36121@roundup.psfhosted.org>
2019-02-26 11:44:07Carlos Ramoslinkissue36121 messages
2019-02-26 11:44:07Carlos Ramoscreate