-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-36121: Override field_size_limit per csv.reader object #12071
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
bpo-36121: Override field_size_limit per csv.reader object #12071
Conversation
b10f1dc
to
be2a5ec
Compare
be2a5ec
to
f2d530f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this feature will be accepted, but I have some comments.
Misc/NEWS.d/next/Library/2019-02-27-16-53-43.bpo-36121.AbiDLw.rst
Outdated
Show resolved
Hide resolved
Thanks, it took me a while but I made the changes you requested. |
I don't know the typical times for a PR like this one to be accepted, but if it helps to find the motivation to accept it, the original bug was submitted because of this conversation in the Scipy repository: scipy/scipy#9854 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run of test_csv:
Ran 107 tests in 0.327s
OK
It would be good to add in csv.rst:
Changed in version 3.12
This PR is stale because it has been open for 30 days with no activity. |
https://bugs.python.org/issue36121