René's URL Explorer Experiment


Title: ffi: No interior NULs (part 1) by joshuamegnauth54 · Pull Request #8245 · RustPython/RustPython · GitHub

Open Graph Title: ffi: No interior NULs (part 1) by joshuamegnauth54 · Pull Request #8245 · RustPython/RustPython

X Title: ffi: No interior NULs (part 1) by joshuamegnauth54 · Pull Request #8245 · RustPython/RustPython

Description: (This is WIP; the Windows code doesn't even compile yet 😆 Opening as placeholder + CodeRabbit lints ) Interior NULs is a security hazard for C-style strings. A NUL byte truncates a string which can lead the caller and callee to see two different strings. It can cause path traversal attacks where a path in Python looks complete but it is interpreted differently through FFI. RustPython needs to handle this for some of its C-API as well as raw libc or Windows calls. Both Rust's standard library as well as Rustix handle interior NULs for us with CStrings, so this mostly affects Windows or areas where we have raw bytes that weren't checked by CString. Finally, this PR is non-exhaustive. I will have to rely heavily on CodeRabbit to help lint it to ensure that interior NUL checks are only introduced for FFI and not outside of it. Most of RustPython seems to handle interior NULs already due to CString as well as WideCString. AI disclosure: I relied on AI to ensure I'm solving this problem correctly. Mainly, I used it to check if the FFI functions I'm modifying need to handle interior NULs. Sources: https://owasp.org/www-community/attacks/Embedding_Null_Code python/cpython#111656 Assisted-by: Codex:gpt-5.4 Closes #xxxx This PR follows our AI policy Summary Summary by CodeRabbit Bug Fixes Improved Windows path, registry, networking, and environment-variable handling. Embedded null characters in strings are now detected consistently and reported as clear Python errors instead of being silently mishandled. Wide-character conversions now validate input and propagate failures safely. Improved Windows file-extension detection for executable-related behavior. Refactor Standardized string conversion and null-termination behavior across platform integrations.

Open Graph Description: (This is WIP; the Windows code doesn't even compile yet 😆 Opening as placeholder + CodeRabbit lints ) Interior NULs is a security hazard for C-style strings. A NUL byte truncates a string which...

X Description: (This is WIP; the Windows code doesn't even compile yet 😆 Opening as placeholder + CodeRabbit lints ) Interior NULs is a security hazard for C-style strings. A NUL byte truncates a string w...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:fc4deed5-6ab0-20ca-d707-bf2ddbf19b2f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD992:2C555C:8010D8:A914D6:6A5B9E61
html-safe-noncee01675bb880dc6f75e4103560a6e1a60df21e57fc9d14fda4602fe7bd81b83a5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEOTkyOjJDNTU1Qzo4MDEwRDg6QTkxNEQ2OjZBNUI5RTYxIiwidmlzaXRvcl9pZCI6IjQyMjM3OTExMTU4MTQ1ODAxNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac97ecfa7bcbddd57e82293d212f500c6ff47cfa37e993771a5cdaf9832ce066fc
hovercard-subject-tagpull_request:4018763228
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/8245/files
twitter:imagehttps://avatars.githubusercontent.com/u/48846352?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/48846352?s=400&v=4
og:image:alt(This is WIP; the Windows code doesn't even compile yet 😆 Opening as placeholder + CodeRabbit lints ) Interior NULs is a security hazard for C-style strings. A NUL byte truncates a string which...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
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
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/RustPython/RustPython/pull/8245/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F8245%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
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%2F8245%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/8245/files
Reloadhttps://github.com/RustPython/RustPython/pull/8245/files
Reloadhttps://github.com/RustPython/RustPython/pull/8245/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8245/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 291 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
joshuamegnauth54https://github.com/joshuamegnauth54
RustPython:mainhttps://github.com/RustPython/RustPython/tree/main
joshuamegnauth54:host_env-windows-nulshttps://github.com/joshuamegnauth54/RustPython/tree/host_env-windows-nuls
Conversation 17 https://github.com/RustPython/RustPython/pull/8245
Commits 1 https://github.com/RustPython/RustPython/pull/8245/commits
Checks 25 https://github.com/RustPython/RustPython/pull/8245/checks
Files changed https://github.com/RustPython/RustPython/pull/8245/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8245/files
ffi: No interior NULs (part 1) https://github.com/RustPython/RustPython/pull/8245/files#top
Show all changes 1 commit https://github.com/RustPython/RustPython/pull/8245/files
6f595cd ffi: No interior NULs (part 1) joshuamegnauth54 Jul 9, 2026 https://github.com/RustPython/RustPython/pull/8245/commits/6f595cda2bc3f4f90710b68b93e6b3fb9eb0f695
Clear filters https://github.com/RustPython/RustPython/pull/8245/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8245/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8245/files
ctypes.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-0c472fcbece94f09d8398d170b05bde9f0b147557347c454000d0a7252190fc8
fileutils.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-70d1bf37d9d92575484e3b8b9c47cfb1c5874a1bf545def2c971b0ff318a5749
nt.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
overlapped.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-7e2f99e16fdeb7fab78d91635cfa4c21110ea0fbab750edb97f94fd221c00a6c
winapi.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-20da0028d67b16371ed93c0bac8ba15bc0ce6c3f36074505fc3601ba8097276c
windows.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-7e0460268b5e7ba6b7fc91c9b05ff44186de10e4c1d659b1beeec01844c4a5bc
winreg.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-fe15b3e713597f9cee065f34f9655011be6903aaba5c9ece0d7720ce5c283dc6
overlapped.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-bb8ee5bb0761c7423d34995edf5470ad459baa28266d730cbad6080a05f05893
exceptions.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-f527bc3e68302079a32d6da36816531e3e22dd31ff91ef0ff0f2688673712747
base.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-16c64cd355bd8034d61677ad8e407239d548e0e35c48ee05e951e03e93aa1781
function.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-d4cf72f95963a6d3e08f9e7e53594d6b5e2cc7711afbc0b490894d97dc8d8648
_winapi.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-97cc2c90c1227b573945558c6c4684b975fb88fd8c4097e212a5594ded208b9a
nt.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-b6dbcd2c4153830809b8a9bda455dd41046ee3d8db21e0e79b636a15dde0d936
winreg.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-fbbcd38a6f03e74ddc021462a194790feb35e14066e7f17daa92069683a4848a
lib.rs https://github.com/RustPython/RustPython/pull/8245/files#diff-888bafd2550a25787ca01f836cb396c4f0cd717b63bed661161c7b87db0ad773
crates/host_env/src/ctypes.rshttps://github.com/RustPython/RustPython/pull/8245/files#diff-0c472fcbece94f09d8398d170b05bde9f0b147557347c454000d0a7252190fc8
View file https://github.com/RustPython/RustPython/blob/6f595cda2bc3f4f90710b68b93e6b3fb9eb0f695/crates/host_env/src/ctypes.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/8245/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/8245/files#diff-0c472fcbece94f09d8398d170b05bde9f0b147557347c454000d0a7252190fc8
https://github.com/RustPython/RustPython/pull/8245/files#diff-0c472fcbece94f09d8398d170b05bde9f0b147557347c454000d0a7252190fc8
https://github.com/RustPython/RustPython/pull/8245/files#diff-0c472fcbece94f09d8398d170b05bde9f0b147557347c454000d0a7252190fc8
https://github.com/RustPython/RustPython/pull/8245/files#diff-0c472fcbece94f09d8398d170b05bde9f0b147557347c454000d0a7252190fc8
https://github.com/RustPython/RustPython/pull/8245/files#diff-0c472fcbece94f09d8398d170b05bde9f0b147557347c454000d0a7252190fc8
https://github.com/RustPython/RustPython/pull/8245/files#diff-0c472fcbece94f09d8398d170b05bde9f0b147557347c454000d0a7252190fc8
coderabbitaihttps://github.com/apps/coderabbitai
Jul 18, 2026https://github.com/RustPython/RustPython/pull/8245/files#r3607168135
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8245/files
https://github.com/RustPython/RustPython/pull/8245/files#diff-0c472fcbece94f09d8398d170b05bde9f0b147557347c454000d0a7252190fc8
https://github.com/RustPython/RustPython/pull/8245/files#diff-0c472fcbece94f09d8398d170b05bde9f0b147557347c454000d0a7252190fc8
https://github.com/RustPython/RustPython/pull/8245/files#diff-0c472fcbece94f09d8398d170b05bde9f0b147557347c454000d0a7252190fc8
crates/host_env/src/fileutils.rshttps://github.com/RustPython/RustPython/pull/8245/files#diff-70d1bf37d9d92575484e3b8b9c47cfb1c5874a1bf545def2c971b0ff318a5749
View file https://github.com/RustPython/RustPython/blob/6f595cda2bc3f4f90710b68b93e6b3fb9eb0f695/crates/host_env/src/fileutils.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/8245/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/8245/files#diff-70d1bf37d9d92575484e3b8b9c47cfb1c5874a1bf545def2c971b0ff318a5749
https://github.com/RustPython/RustPython/pull/8245/files#diff-70d1bf37d9d92575484e3b8b9c47cfb1c5874a1bf545def2c971b0ff318a5749
https://github.com/RustPython/RustPython/pull/8245/files#diff-70d1bf37d9d92575484e3b8b9c47cfb1c5874a1bf545def2c971b0ff318a5749
https://github.com/RustPython/RustPython/pull/8245/files#diff-70d1bf37d9d92575484e3b8b9c47cfb1c5874a1bf545def2c971b0ff318a5749
crates/host_env/src/nt.rshttps://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
View file https://github.com/RustPython/RustPython/blob/6f595cda2bc3f4f90710b68b93e6b3fb9eb0f695/crates/host_env/src/nt.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/8245/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
coderabbitaihttps://github.com/apps/coderabbitai
Jul 18, 2026https://github.com/RustPython/RustPython/pull/8245/files#r3607168139
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8245/files
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
coderabbitaihttps://github.com/apps/coderabbitai
Jul 18, 2026https://github.com/RustPython/RustPython/pull/8245/files#r3607168142
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8245/files
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
https://github.com/RustPython/RustPython/pull/8245/files#diff-3df76f567fd36f94f81724208d27173956cfd5ab3b89ae4ce94f5e2c28a61ce8
crates/host_env/src/overlapped.rshttps://github.com/RustPython/RustPython/pull/8245/files#diff-7e2f99e16fdeb7fab78d91635cfa4c21110ea0fbab750edb97f94fd221c00a6c
View file https://github.com/RustPython/RustPython/blob/6f595cda2bc3f4f90710b68b93e6b3fb9eb0f695/crates/host_env/src/overlapped.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/8245/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/8245/files#diff-7e2f99e16fdeb7fab78d91635cfa4c21110ea0fbab750edb97f94fd221c00a6c
https://github.com/RustPython/RustPython/pull/8245/files#diff-7e2f99e16fdeb7fab78d91635cfa4c21110ea0fbab750edb97f94fd221c00a6c
https://github.com/RustPython/RustPython/pull/8245/files#diff-7e2f99e16fdeb7fab78d91635cfa4c21110ea0fbab750edb97f94fd221c00a6c
https://github.com/RustPython/RustPython/pull/8245/files#diff-7e2f99e16fdeb7fab78d91635cfa4c21110ea0fbab750edb97f94fd221c00a6c
https://github.com/RustPython/RustPython/pull/8245/files#diff-7e2f99e16fdeb7fab78d91635cfa4c21110ea0fbab750edb97f94fd221c00a6c
https://github.com/RustPython/RustPython/pull/8245/files#diff-7e2f99e16fdeb7fab78d91635cfa4c21110ea0fbab750edb97f94fd221c00a6c
https://github.com/RustPython/RustPython/pull/8245/files#diff-7e2f99e16fdeb7fab78d91635cfa4c21110ea0fbab750edb97f94fd221c00a6c
https://github.com/RustPython/RustPython/pull/8245/files#diff-7e2f99e16fdeb7fab78d91635cfa4c21110ea0fbab750edb97f94fd221c00a6c
crates/host_env/src/winapi.rshttps://github.com/RustPython/RustPython/pull/8245/files#diff-20da0028d67b16371ed93c0bac8ba15bc0ce6c3f36074505fc3601ba8097276c
View file https://github.com/RustPython/RustPython/blob/6f595cda2bc3f4f90710b68b93e6b3fb9eb0f695/crates/host_env/src/winapi.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/8245/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/8245/files#diff-20da0028d67b16371ed93c0bac8ba15bc0ce6c3f36074505fc3601ba8097276c
https://github.com/RustPython/RustPython/pull/8245/files#diff-20da0028d67b16371ed93c0bac8ba15bc0ce6c3f36074505fc3601ba8097276c
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8245/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/8245/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.