You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: parser_trim_buffers properly initializes word pointers in read_csv
closespandas-dev#13703
Author: Ivan Nazarov <[email protected]>
Closespandas-dev#13788 from ivannz/parser_trim_fix and squashes the following commits:
d59624e [Ivan Nazarov] Moved the test to 'c_parser_only'
9b521f6 [Ivan Nazarov] Improved the clarity and logic of the test
629198d [Ivan Nazarov] Referenced issue in the test, rewrote the bugfix description
834c851 [Ivan Nazarov] Improved readability of bugfix description; minor style fixes of the test
e0b4c83 [Ivan Nazarov] flake8 style test correction
020d706 [Ivan Nazarov] Updated WHATSNEW with the bug fix information
bdba66f [Ivan Nazarov] Rewritten the 'parser_trim_buffers' test
5ab3636 [Ivan Nazarov] Expanded the explanation of the patch
a831dbb [Ivan Nazarov] Moved 'parser_trim_buffers' test to its proper place
07b4647 [Ivan Nazarov] praser_trim_fix: More stressful test
2120719 [Ivan Nazarov] A memory 'stress' test of parser.pyx to cause corruption or segfault
434f1e0 [Ivan Nazarov] FIX: 'parser_trim_buffers' properly initializes word pointers
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -675,6 +675,7 @@ Performance Improvements
675
675
Bug Fixes
676
676
~~~~~~~~~
677
677
678
+
- Bug in ``pd.read_csv()``, which may cause a segfault or corruption when iterating in large chunks over a stream/file under rare circumstances (:issue:`13703`)
678
679
- Bug in ``io.json.json_normalize()``, where non-ascii keys raised an exception (:issue:`13213`)
679
680
- Bug in ``SparseSeries`` with ``MultiIndex`` ``[]`` indexing may raise ``IndexError`` (:issue:`13144`)
680
681
- Bug in ``SparseSeries`` with ``MultiIndex`` ``[]`` indexing result may have normal ``Index`` (:issue:`13144`)
0 commit comments