René's URL Explorer Experiment


Title: csv: handle empty fields with skipinitialspace by widehyo1 · Pull Request #8304 · RustPython/RustPython · GitHub

Open Graph Title: csv: handle empty fields with skipinitialspace by widehyo1 · Pull Request #8304 · RustPython/RustPython

X Title: csv: handle empty fields with skipinitialspace by widehyo1 · Pull Request #8304 · RustPython/RustPython

Description: Closes #xxxx This PR follows our AI policy Summary csv.reader(..., skipinitialspace=True) preprocessed each record by splitting it on the delimiter and trimming both ends of every piece. This had two problems: a field containing only spaces could produce an invalid Rust slice and panic; trailing spaces were removed even though only initial spaces should be ignored; delimiters inside quoted fields were treated as field boundaries, so valid quoted spaces could be removed before csv-core parsed the record. For example, the old preprocessing could change: 'a, "b, c", d' before passing it to csv-core, removing the space inside "b, c". The raw split-and-join preprocessing is now removed. A small per-item quote scanner classifies field starts, quote boundaries, doubled quotes, escapes, delimiters, and record terminators. The skipinitialspace preprocessing discards only actual initial-space events and copies every other source byte unchanged. The same scanner is consumed by the custom quote-mode reader, avoiding separate implementations of the quote and escape transitions. QUOTE_NOTNULL and QUOTE_STRINGS The CPython test also covers QUOTE_NOTNULL and QUOTE_STRINGS. For these modes, an empty unquoted field must become None, while a quoted empty field must remain an empty string: ',""' -> [None, ''] Both fields have empty decoded byte contents, so the conversion cannot be decided from the final field buffer alone. The reader must retain whether each field began with a quote. The existing custom QUOTE_NONE reader is therefore extended into a shared reader path for: QUOTE_NONE with an escape character; QUOTE_NOTNULL; QUOTE_STRINGS. Each parsed field carries its bytes and a was_quoted flag. The flag is used only when QUOTE_NOTNULL or QUOTE_STRINGS converts an empty unquoted field to None. This avoids separate, duplicated functions for the two modes while preserving the existing QUOTE_NONE escape behavior. Test_Csv.test_read_skipinitialspace is unmarked now that its regular, QUOTE_NOTNULL, and QUOTE_STRINGS cases pass. Scope This is intentionally a narrow reader fix. It does not introduce a complete CPython-style CSV state machine and does not change: strict parsing; records spanning multiple iterator items; multiline reader lifecycle; complete QUOTE_STRINGS numeric conversion; writer quoting or lineterminator handling. Testing temp/workspace/before-commit-csv.sh passed, including: cargo fmt --check cargo run --release Lib/test/test_csv.py 128 tests passed 6 skipped 21 expected failures cargo run -- extra_tests/snippets/stdlib_csv.py cargo clippy -p rustpython-stdlib --all-targets the configured workspace test suite related issue #8310 Summary by CodeRabbit Summary by CodeRabbit Bug Fixes Improved CSV reader behavior for quoted fields, including correct handling of escaped quotes, delimiters, and record/line termination. When skipinitialspace=True, initial-space trimming is now quote-aware, preserving spaces inside quoted fields. Empty unquoted fields and empty quoted fields are now handled distinctly (null vs empty string, as applicable). Refined parsing behavior when escapechar is configured. Tests Added a regression test for skipinitialspace=True ensuring spaces inside quoted fields are preserved.

Open Graph Description: Closes #xxxx This PR follows our AI policy Summary csv.reader(..., skipinitialspace=True) preprocessed each record by splitting it on the delimiter and trimming both ends of every piece. This had...

X Description: Closes #xxxx This PR follows our AI policy Summary csv.reader(..., skipinitialspace=True) preprocessed each record by splitting it on the delimiter and trimming both ends of every piece. This had...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:bfc2c1f4-9cb7-5f47-4aca-3214539feecc
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE040:3A432B:43FDB36:5F5E5FE:6A5FB73F
html-safe-nonceea9bbb53b9dd90e02f9939e6963f57c16f5147e49e49680153eb8d46079109d9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMDQwOjNBNDMyQjo0M0ZEQjM2OjVGNUU1RkU6NkE1RkI3M0YiLCJ2aXNpdG9yX2lkIjoiMzg0OTk4MTAzOTIxNDU3MzM3NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacc89250c9a93b1d25222ef3e8396e24116f656e59a80050ad021a0a61f09d93e8
hovercard-subject-tagpull_request:4076407382
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/8304/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:altCloses #xxxx This PR follows our AI policy Summary csv.reader(..., skipinitialspace=True) preprocessed each record by splitting it on the delimiter and trimming both ends of every piece. This had...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonee0cfc367faf9c4c774d2a903897aa214c786247c4f45ffcee48cda2b819fb0c8
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
release94569c859bc88d6bf7de7e0ce3f2a11cd529a131
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/RustPython/RustPython/pull/8304/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F8304%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%2F8304%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/8304/files
Reloadhttps://github.com/RustPython/RustPython/pull/8304/files
Reloadhttps://github.com/RustPython/RustPython/pull/8304/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8304/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 294 https://github.com/RustPython/RustPython/issues
Pull requests 105 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-reader-space-handlinghttps://github.com/widehyo1/RustPython/tree/fix-csv-reader-space-handling
Conversation 10 https://github.com/RustPython/RustPython/pull/8304
Commits 2 https://github.com/RustPython/RustPython/pull/8304/commits
Checks 26 https://github.com/RustPython/RustPython/pull/8304/checks
Files changed 3 https://github.com/RustPython/RustPython/pull/8304/files
csv: handle empty fields with skipinitialspace https://github.com/RustPython/RustPython/pull/8304/files#top
Show all changes 2 commits https://github.com/RustPython/RustPython/pull/8304/files
0c75438 csv: handle empty fields with skipinitialspace widehyo1 Jul 17, 2026 https://github.com/RustPython/RustPython/pull/8304/commits/0c75438946dda9863602d2f2e49659a5b6aa9abc
0d784ab csv: make skipinitialspace quote-aware widehyo1 Jul 17, 2026 https://github.com/RustPython/RustPython/pull/8304/commits/0d784abb43f707a0dc523d56e45ed24fb91e06cc
Clear filters https://github.com/RustPython/RustPython/pull/8304/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8304/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8304/files
test_csv.py https://github.com/RustPython/RustPython/pull/8304/files#diff-dd5e5efc1566b1c1dc988769a04cc403d2416c8af5bf4785bec235d02a780813
csv.rs https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
stdlib_csv.py https://github.com/RustPython/RustPython/pull/8304/files#diff-3d834bd9b008124d1d115c12c5a34a5b18603e108f9ea2ea03f9d506bd9161bd
Lib/test/test_csv.pyhttps://github.com/RustPython/RustPython/pull/8304/files#diff-dd5e5efc1566b1c1dc988769a04cc403d2416c8af5bf4785bec235d02a780813
View file https://github.com/widehyo1/RustPython/blob/0d784abb43f707a0dc523d56e45ed24fb91e06cc/Lib/test/test_csv.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/8304/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/8304/files#diff-dd5e5efc1566b1c1dc988769a04cc403d2416c8af5bf4785bec235d02a780813
https://github.com/RustPython/RustPython/pull/8304/files#diff-dd5e5efc1566b1c1dc988769a04cc403d2416c8af5bf4785bec235d02a780813
crates/stdlib/src/csv.rshttps://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
View file https://github.com/widehyo1/RustPython/blob/0d784abb43f707a0dc523d56e45ed24fb91e06cc/crates/stdlib/src/csv.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/8304/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8304/files
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
https://github.com/RustPython/RustPython/pull/8304/files#diff-acf098d7e921238a0873aca66fb246b2f9e424ac9fac0419462c7cbad68c95a8
extra_tests/snippets/stdlib_csv.pyhttps://github.com/RustPython/RustPython/pull/8304/files#diff-3d834bd9b008124d1d115c12c5a34a5b18603e108f9ea2ea03f9d506bd9161bd
View file https://github.com/widehyo1/RustPython/blob/0d784abb43f707a0dc523d56e45ed24fb91e06cc/extra_tests/snippets/stdlib_csv.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/8304/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/8304/files#diff-3d834bd9b008124d1d115c12c5a34a5b18603e108f9ea2ea03f9d506bd9161bd
youknowonehttps://github.com/youknowone
Jul 18, 2026https://github.com/RustPython/RustPython/pull/8304/files#r3607930597
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8304/files
widehyo1https://github.com/widehyo1
Jul 18, 2026https://github.com/RustPython/RustPython/pull/8304/files#r3607973178
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
51a96d5https://github.com/RustPython/RustPython/pull/8304/commits/51a96d55a662d73cbba1b620ee047c011fc291d0
this review commenthttps://github.com/RustPython/RustPython/pull/8304#discussion_r3603100349
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8304/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.