René's URL Explorer Experiment


Title: csv: fix csv escape fieldsep by widehyo1 · Pull Request #8260 · RustPython/RustPython · GitHub

Open Graph Title: csv: fix csv escape fieldsep by widehyo1 · Pull Request #8260 · RustPython/RustPython

X Title: csv: fix csv escape fieldsep by widehyo1 · Pull Request #8260 · RustPython/RustPython

Description: This PR follows our AI policy. Summary csv.reader did not pass a dialect's escapechar into csv_core, so an escape character worked only when supplied as an explicit keyword argument. The first commit passes the dialect value through to csv_core, fixing escaped delimiters inside quoted fields. csv_core does not apply its escape setting to unquoted fields. The second commit adds a small RustPython QUOTE_NONE parser path: an escape character makes the following byte data, so an escaped delimiter does not split a field. import csv class EscapedExcel(csv.excel): quoting = csv.QUOTE_NONE escapechar = "\\" list(csv.reader(["abc\\,def\\r\\n"], dialect=EscapedExcel())) # before: [["abc\\", "def"]] # after: [["abc,def"]] # matches CPython Summary by CodeRabbit Bug Fixes Improved CSV parsing for dialects and defaults with custom escapechar, ensuring consistent behavior across dialect resolution paths. Enhanced QUOTE_NONE handling with escapechar and skipinitialspace, including correct escaped separators and whitespace processing. Added stricter input validation (record termination, field size limits, and UTF-8 decoding) and ensured trailing escapes are handled gracefully. Tests Added a regression test for QUOTE_NONE with escapechar and skipinitialspace to verify correct field parsing.

Open Graph Description: This PR follows our AI policy. Summary csv.reader did not pass a dialect's escapechar into csv_core, so an escape character worked only when supplied as an explicit keyword argument. The first...

X Description: This PR follows our AI policy. Summary csv.reader did not pass a dialect's escapechar into csv_core, so an escape character worked only when supplied as an explicit keyword argument. The f...

Opengraph URL: https://github.com/RustPython/RustPython/pull/8260

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:c87d5507-43f5-2461-f877-e1d3ec26e352
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA406:3FF3CA:3933F0B:4F33EE3:6A60E6E4
html-safe-nonce7ee49e1241a0039484e9f64c214334d16f37fd4e55045a7f4c5e40f0dfdc342f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNDA2OjNGRjNDQTozOTMzRjBCOjRGMzNFRTM6NkE2MEU2RTQiLCJ2aXNpdG9yX2lkIjoiODYzMTI2NjY3MDM5MTkxMjE2NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac3393a767db48c7130d16978fe2dbfd1bfc371ffeeef538c08adc06af2f5fde2c
hovercard-subject-tagpull_request:4038640015
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/RustPython/RustPython/pull/8260/files
twitter:imagehttps://avatars.githubusercontent.com/u/87641474?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/87641474?s=400&v=4
og:image:altThis PR follows our AI policy. Summary csv.reader did not pass a dialect's escapechar into csv_core, so an escape character worked only when supplied as an explicit keyword argument. The first...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None1957f194e271fe30a03dc862496c17190cace7b76c3327faf05645d99ab7da7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/RustPython/RustPython git https://github.com/RustPython/RustPython.git
octolytics-dimension-user_id39710557
octolytics-dimension-user_loginRustPython
octolytics-dimension-repository_id135201145
octolytics-dimension-repository_nwoRustPython/RustPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id135201145
octolytics-dimension-repository_network_root_nwoRustPython/RustPython
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasece4ea0e3ce641f8f789b539253752038d78f1cfe
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/RustPython/RustPython/pull/8260/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F8260%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F8260%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=RustPython%2FRustPython
Reloadhttps://github.com/RustPython/RustPython/pull/8260/files
Reloadhttps://github.com/RustPython/RustPython/pull/8260/files
Reloadhttps://github.com/RustPython/RustPython/pull/8260/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8260/files
RustPython https://github.com/RustPython
RustPythonhttps://github.com/RustPython/RustPython
Notifications https://github.com/login?return_to=%2FRustPython%2FRustPython
Fork 1.5k https://github.com/login?return_to=%2FRustPython%2FRustPython
Star 22.2k https://github.com/login?return_to=%2FRustPython%2FRustPython
Code https://github.com/RustPython/RustPython
Issues 293 https://github.com/RustPython/RustPython/issues
Pull requests 102 https://github.com/RustPython/RustPython/pulls
Discussions https://github.com/RustPython/RustPython/discussions
Actions https://github.com/RustPython/RustPython/actions
Projects https://github.com/RustPython/RustPython/projects
Models https://github.com/RustPython/RustPython/models
Wiki https://github.com/RustPython/RustPython/wiki
Security and quality 0 https://github.com/RustPython/RustPython/security
Insights https://github.com/RustPython/RustPython/pulse
Code https://github.com/RustPython/RustPython
Issues https://github.com/RustPython/RustPython/issues
Pull requests https://github.com/RustPython/RustPython/pulls
Discussions https://github.com/RustPython/RustPython/discussions
Actions https://github.com/RustPython/RustPython/actions
Projects https://github.com/RustPython/RustPython/projects
Models https://github.com/RustPython/RustPython/models
Wiki https://github.com/RustPython/RustPython/wiki
Security and quality https://github.com/RustPython/RustPython/security
Insights https://github.com/RustPython/RustPython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FRustPython%2FRustPython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FRustPython%2FRustPython%2Fissues%2Fnew%2Fchoose
youknowonehttps://github.com/youknowone
RustPython:mainhttps://github.com/RustPython/RustPython/tree/main
widehyo1:fix-csv-escape-fieldsephttps://github.com/widehyo1/RustPython/tree/fix-csv-escape-fieldsep
Conversation 7 https://github.com/RustPython/RustPython/pull/8260
Commits 4 https://github.com/RustPython/RustPython/pull/8260/commits
Checks 26 https://github.com/RustPython/RustPython/pull/8260/checks
Files changed 3 https://github.com/RustPython/RustPython/pull/8260/files
csv: fix csv escape fieldsep https://github.com/RustPython/RustPython/pull/8260/files#top
Show all changes 4 commits https://github.com/RustPython/RustPython/pull/8260/files
600eb44 csv: apply dialect escapechar when reading widehyo1 Jul 12, 2026 https://github.com/RustPython/RustPython/pull/8260/commits/600eb446531a1c27cee3d455af87655daafc2bba
562aba0 csv: handle escaped delimiters with QUOTE_NONE widehyo1 Jul 12, 2026 https://github.com/RustPython/RustPython/pull/8260/commits/562aba0ddfb8ee089ce3c5b11934b3ee9f842cad
f9105a4 csv: respect skipinitialspace with QUOTE_NONE widehyo1 Jul 12, 2026 https://github.com/RustPython/RustPython/pull/8260/commits/f9105a4645fad260c058ab04868a319c3f3c5646
0ef9af9 csv: deduplicate reader dialect configuration widehyo1 Jul 12, 2026 https://github.com/RustPython/RustPython/pull/8260/commits/0ef9af95b146a6399f12c4a560f7301f54512f72
Clear filters https://github.com/RustPython/RustPython/pull/8260/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8260/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8260/files
test_csv.py https://github.com/RustPython/RustPython/pull/8260/files#diff-dd5e5efc1566b1c1dc988769a04cc403d2416c8af5bf4785bec235d02a780813
csv.rs https://github.com/RustPython/RustPython/pull/8260/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
stdlib_csv.py https://github.com/RustPython/RustPython/pull/8260/files#diff-3d834bd9b008124d1d115c12c5a34a5b18603e108f9ea2ea03f9d506bd9161bd
Lib/test/test_csv.pyhttps://github.com/RustPython/RustPython/pull/8260/files#diff-dd5e5efc1566b1c1dc988769a04cc403d2416c8af5bf4785bec235d02a780813
View file https://github.com/widehyo1/RustPython/blob/0ef9af95b146a6399f12c4a560f7301f54512f72/Lib/test/test_csv.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/8260/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/8260/files#diff-dd5e5efc1566b1c1dc988769a04cc403d2416c8af5bf4785bec235d02a780813
https://github.com/RustPython/RustPython/pull/8260/files#diff-dd5e5efc1566b1c1dc988769a04cc403d2416c8af5bf4785bec235d02a780813
https://github.com/RustPython/RustPython/pull/8260/files#diff-dd5e5efc1566b1c1dc988769a04cc403d2416c8af5bf4785bec235d02a780813
crates/stdlib/src/csv.rshttps://github.com/RustPython/RustPython/pull/8260/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
View file https://github.com/widehyo1/RustPython/blob/0ef9af95b146a6399f12c4a560f7301f54512f72/crates/stdlib/src/csv.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/8260/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/8260/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8260/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8260/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8260/files
https://github.com/RustPython/RustPython/pull/8260/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8260/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8260/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
extra_tests/snippets/stdlib_csv.pyhttps://github.com/RustPython/RustPython/pull/8260/files#diff-3d834bd9b008124d1d115c12c5a34a5b18603e108f9ea2ea03f9d506bd9161bd
View file https://github.com/widehyo1/RustPython/blob/0ef9af95b146a6399f12c4a560f7301f54512f72/extra_tests/snippets/stdlib_csv.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/8260/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/8260/files#diff-3d834bd9b008124d1d115c12c5a34a5b18603e108f9ea2ea03f9d506bd9161bd
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8260/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.