-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-27580: Add support of null characters in csv #28808
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
Conversation
csv
.
@smontanaro, please take a look. For unknown reasons I cannot add you to reviewers. |
Maybe that's by design. :-) LGTM. I assume |
You don't have to necessarily do it here, but just a note to myself that we should update the cpython/Modules/_xxtestfuzz/fuzzer.c Lines 356 to 360 in 0219017
to generate inputs with nulls, such as in the json fuzzer here: cpython/Modules/_xxtestfuzz/fuzzer.c Lines 166 to 169 in 0219017
in this or a follow up PR. |
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.
lgtm
I have not found a good place for this. It was not documented that ASCII NUL is special. Perhaps a NEWS entry will be enough. |
@ammaraskar, I have no experience with fuzzers. Feel free to add a new test if it is useful. |
#97503 is requesting a backport to 3.10 |
https://bugs.python.org/issue27580