]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129409: Fix Integer overflow - SEGV while writing data more than 2GB in CSV file...
authorSrinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <thatiparthysreenivas@gmail.com>
Wed, 29 Jan 2025 11:15:47 +0000 (16:45 +0530)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2025 11:15:47 +0000 (11:15 +0000)
commit97b0ef05d987ebef354512b516a246feb411e815
treebbabd3efebbd9fe239944fd650a05a2cd12a9fae
parent4815131910cec72805ad2966e7af1e2eba49fe51
gh-129409: Fix Integer overflow -  SEGV while writing data more than 2GB in CSV file (#129413)
Misc/NEWS.d/next/Library/2025-01-29-14-30-54.gh-issue-129409.JZbOE6.rst [new file with mode: 0644]
Modules/_csv.c