Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitattributes
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,6 +34,9 @@ Lib/test/xmltestdata/* noeol
Lib/venv/scripts/common/activatetexteol=lf
Lib/venv/scripts/posix/*texteol=lf

# Prevent GitHub's web conflict editor from converting LF to CRLF
*.rsttexteol=lf

# CRLF files
[attr]dostexteol=crlf

Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
Fix crash in :mod:`csv` reader when iterating with a re-entrant iterator
that calls :func:`next` on the same reader from within ``__next__``.
Fix crash in :mod:`csv` reader when iterating with a re-entrant iterator
that calls :func:`next` on the same reader from within ``__next__``.
Loading