[New-bugs-announce] [issue36121] csv: Non global alternative to csv.field_size_limit

Carlos Ramos report at bugs.python.org
Tue Feb 26 06:44:07 EST 2019


New submission from Carlos Ramos <vnmabus at gmail.com>:

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.

----------
components: Extension Modules
messages: 336651
nosy: Carlos Ramos
priority: normal
severity: normal
status: open
title: csv: Non global alternative to csv.field_size_limit
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36121>
_______________________________________


More information about the New-bugs-announce mailing list