bpo-27580: Add support of null characters in csv#28808
bpo-27580: Add support of null characters in csv#28808serhiy-storchaka merged 2 commits intopython:mainfrom
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. |
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