René's URL Explorer Experiment


Title: Add per-size tuple freelist (20 buckets × 2000 each) by youknowone · Pull Request #7361 · RustPython/RustPython · GitHub

Open Graph Title: Add per-size tuple freelist (20 buckets × 2000 each) by youknowone · Pull Request #7361 · RustPython/RustPython

X Title: Add per-size tuple freelist (20 buckets × 2000 each) by youknowone · Pull Request #7361 · RustPython/RustPython

Description: Summary Add TupleFreeList with 20 per-size buckets matching CPython's tuples[PyTuple_MAXSAVESIZE] (sizes 1..=20, 2000 capacity each) freelist_push reads element count from the object and stores in buckets[len-1] freelist_pop takes &Self payload reference to select the correct size bucket Add pyinner_layout() helper for custom freelist Drop impls Update freelist_pop trait signature to accept &Self across all freelist types CPython alignment Aspect CPython RustPython PyTuple_MAXSAVESIZE 20 TUPLE_MAXSAVESIZE = 20 Py_tuple_MAXFREELIST 2000 TUPLE_MAXFREELIST = 2000 Bucket structure tuples[20] array buckets: [Vec; 20] Push-time type check Py_IS_TYPE(op, &PyTuple_Type) vtable dispatch (HAS_FREELIST=false for structseq) + heaptype_ext.is_none() Index calculation Py_SIZE(op) - 1 elements.len() - 1 Empty tuple skip Implicit (singleton return) Explicit len == 0 check Test plan cargo build --release cargo clippy --release test_tuple — pass test_structseq — pass (structseq types correctly excluded from freelist) test_os, test_time, test_stat — pass (structseq-heavy tests) test_sys — pass 🤖 Generated with Claude Code Summary by CodeRabbit Performance Improved tuple memory management with per-size caching to reduce allocations for common small/medium tuples. Refactor Unified and modernized internal object reuse across several built-in types for more consistent memory reuse and safer reuse checks; no changes to external behavior.

Open Graph Description: Summary Add TupleFreeList with 20 per-size buckets matching CPython's tuples[PyTuple_MAXSAVESIZE] (sizes 1..=20, 2000 capacity each) freelist_push reads element count from the object and store...

X Description: Summary Add TupleFreeList with 20 per-size buckets matching CPython's tuples[PyTuple_MAXSAVESIZE] (sizes 1..=20, 2000 capacity each) freelist_push reads element count from the object and s...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:5bc59b01-0dca-4902-6513-f71fc860ff5f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idECF6:35ABB0:39E060A:4C8D900:6A5D34C3
html-safe-nonceb970d424c2180b0e4e03ed908991da312f665c611fe57c412b0ce9aa8f18669f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQ0Y2OjM1QUJCMDozOUUwNjBBOjRDOEQ5MDA6NkE1RDM0QzMiLCJ2aXNpdG9yX2lkIjoiMjc3NTc2NTk0ODQ3MzA5NTM2MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac103f372a8126fe4671a280d15b2f9e8c9a784cdc5d09d8b47ed9100789169cdb
hovercard-subject-tagpull_request:3359696417
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/7361/files
twitter:imagehttps://avatars.githubusercontent.com/u/69878?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/69878?s=400&v=4
og:image:altSummary Add TupleFreeList with 20 per-size buckets matching CPython's tuples[PyTuple_MAXSAVESIZE] (sizes 1..=20, 2000 capacity each) freelist_push reads element count from the object and store...
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/7361/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F7361%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%2F7361%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/7361/files
Reloadhttps://github.com/RustPython/RustPython/pull/7361/files
Reloadhttps://github.com/RustPython/RustPython/pull/7361/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/7361/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
youknowone:freelist-more-typeshttps://github.com/youknowone/RustPython/tree/freelist-more-types
Conversation 8 https://github.com/RustPython/RustPython/pull/7361
Commits 4 https://github.com/RustPython/RustPython/pull/7361/commits
Checks 12 https://github.com/RustPython/RustPython/pull/7361/checks
Files changed https://github.com/RustPython/RustPython/pull/7361/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/7361/files
Add per-size tuple freelist (20 buckets × 2000 each) https://github.com/RustPython/RustPython/pull/7361/files#top
Show all changes 4 commits https://github.com/RustPython/RustPython/pull/7361/files
9c4ab5f Add per-size tuple freelist (20 buckets × 2000 each) youknowone Mar 5, 2026 https://github.com/RustPython/RustPython/pull/7361/commits/9c4ab5f1ea637893dbca821a9c76a7854b0f6571
62bdfc1 freelist: exact type check at pop call-site youknowone Mar 6, 2026 https://github.com/RustPython/RustPython/pull/7361/commits/62bdfc13c941c6eddba39306bda028f7de5677ae
aad6d6d Move exact type check from freelist_push to call-site in default_dealloc youknowone Mar 8, 2026 https://github.com/RustPython/RustPython/pull/7361/commits/aad6d6d34f78e0895a7e7acd340146e5f32f54b8
c32f31b Remove freelist_hint; call freelist_push before tp_clear youknowone Mar 8, 2026 https://github.com/RustPython/RustPython/pull/7361/commits/c32f31bbd6ca96eb01a060948c8233ce7bc2a456
Clear filters https://github.com/RustPython/RustPython/pull/7361/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/7361/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/7361/files
cpython.txt https://github.com/RustPython/RustPython/pull/7361/files#diff-157b2289f5afc1eb8c72f9a497cf3ea0082dc3f3baaf1d424889fdb3e4cc0b96
complex.rs https://github.com/RustPython/RustPython/pull/7361/files#diff-b0ba58a1a769c49088c60a0a76a7a99bc1e710180d4373aaf2d287a004a362f5
dict.rs https://github.com/RustPython/RustPython/pull/7361/files#diff-da22219fe05502509c75f7b1ba56079fecf076601f219531bef523705764e68b
float.rs https://github.com/RustPython/RustPython/pull/7361/files#diff-4deb5676286995e76a9c87099407a5d64a7a57a6ee9ca97a059e79e649bc0dca
int.rs https://github.com/RustPython/RustPython/pull/7361/files#diff-6f6fb35904d4bdd7481e9d90622e7fc41a1eff225053e762f724150581464887
list.rs https://github.com/RustPython/RustPython/pull/7361/files#diff-986ff77d786ffa03f6bd07be740a9700539c8eed99bcdff88a999a011269f240
range.rs https://github.com/RustPython/RustPython/pull/7361/files#diff-e32048b785500abe1eb68be206fc16d74df32a06bd8179e5ea4756a00c7e79f9
slice.rs https://github.com/RustPython/RustPython/pull/7361/files#diff-b4a3a230abe3811c0323aca7ef63073e96941a76d8c7078a955e8ae7d1f0a364
tuple.rs https://github.com/RustPython/RustPython/pull/7361/files#diff-606274a9a62c77c00f802fbc298be35b47e2932cf90cc413748b4d8fc69d7c7e
core.rs https://github.com/RustPython/RustPython/pull/7361/files#diff-29e5bc70b379859cc90757773e821848e53dff65ce99167408b6f547bc317196
payload.rs https://github.com/RustPython/RustPython/pull/7361/files#diff-810ea11cfb8461075d5d8f586b7bc9fb28d85695bdaf74cde28129c5e1e7e9a3
.cspell.dict/cpython.txthttps://github.com/RustPython/RustPython/pull/7361/files#diff-157b2289f5afc1eb8c72f9a497cf3ea0082dc3f3baaf1d424889fdb3e4cc0b96
View file https://github.com/youknowone/RustPython/blob/c32f31bbd6ca96eb01a060948c8233ce7bc2a456/.cspell.dict/cpython.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7361/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7361/files#diff-157b2289f5afc1eb8c72f9a497cf3ea0082dc3f3baaf1d424889fdb3e4cc0b96
https://github.com/RustPython/RustPython/pull/7361/files#diff-157b2289f5afc1eb8c72f9a497cf3ea0082dc3f3baaf1d424889fdb3e4cc0b96
crates/vm/src/builtins/complex.rshttps://github.com/RustPython/RustPython/pull/7361/files#diff-b0ba58a1a769c49088c60a0a76a7a99bc1e710180d4373aaf2d287a004a362f5
View file https://github.com/youknowone/RustPython/blob/c32f31bbd6ca96eb01a060948c8233ce7bc2a456/crates/vm/src/builtins/complex.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7361/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7361/files#diff-b0ba58a1a769c49088c60a0a76a7a99bc1e710180d4373aaf2d287a004a362f5
https://github.com/RustPython/RustPython/pull/7361/files#diff-b0ba58a1a769c49088c60a0a76a7a99bc1e710180d4373aaf2d287a004a362f5
crates/vm/src/builtins/dict.rshttps://github.com/RustPython/RustPython/pull/7361/files#diff-da22219fe05502509c75f7b1ba56079fecf076601f219531bef523705764e68b
View file https://github.com/youknowone/RustPython/blob/c32f31bbd6ca96eb01a060948c8233ce7bc2a456/crates/vm/src/builtins/dict.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7361/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7361/files#diff-da22219fe05502509c75f7b1ba56079fecf076601f219531bef523705764e68b
https://github.com/RustPython/RustPython/pull/7361/files#diff-da22219fe05502509c75f7b1ba56079fecf076601f219531bef523705764e68b
crates/vm/src/builtins/float.rshttps://github.com/RustPython/RustPython/pull/7361/files#diff-4deb5676286995e76a9c87099407a5d64a7a57a6ee9ca97a059e79e649bc0dca
View file https://github.com/youknowone/RustPython/blob/c32f31bbd6ca96eb01a060948c8233ce7bc2a456/crates/vm/src/builtins/float.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7361/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7361/files#diff-4deb5676286995e76a9c87099407a5d64a7a57a6ee9ca97a059e79e649bc0dca
https://github.com/RustPython/RustPython/pull/7361/files#diff-4deb5676286995e76a9c87099407a5d64a7a57a6ee9ca97a059e79e649bc0dca
crates/vm/src/builtins/int.rshttps://github.com/RustPython/RustPython/pull/7361/files#diff-6f6fb35904d4bdd7481e9d90622e7fc41a1eff225053e762f724150581464887
View file https://github.com/youknowone/RustPython/blob/c32f31bbd6ca96eb01a060948c8233ce7bc2a456/crates/vm/src/builtins/int.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7361/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7361/files#diff-6f6fb35904d4bdd7481e9d90622e7fc41a1eff225053e762f724150581464887
https://github.com/RustPython/RustPython/pull/7361/files#diff-6f6fb35904d4bdd7481e9d90622e7fc41a1eff225053e762f724150581464887
crates/vm/src/builtins/list.rshttps://github.com/RustPython/RustPython/pull/7361/files#diff-986ff77d786ffa03f6bd07be740a9700539c8eed99bcdff88a999a011269f240
View file https://github.com/youknowone/RustPython/blob/c32f31bbd6ca96eb01a060948c8233ce7bc2a456/crates/vm/src/builtins/list.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7361/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7361/files#diff-986ff77d786ffa03f6bd07be740a9700539c8eed99bcdff88a999a011269f240
https://github.com/RustPython/RustPython/pull/7361/files#diff-986ff77d786ffa03f6bd07be740a9700539c8eed99bcdff88a999a011269f240
crates/vm/src/builtins/range.rshttps://github.com/RustPython/RustPython/pull/7361/files#diff-e32048b785500abe1eb68be206fc16d74df32a06bd8179e5ea4756a00c7e79f9
View file https://github.com/youknowone/RustPython/blob/c32f31bbd6ca96eb01a060948c8233ce7bc2a456/crates/vm/src/builtins/range.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7361/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7361/files#diff-e32048b785500abe1eb68be206fc16d74df32a06bd8179e5ea4756a00c7e79f9
https://github.com/RustPython/RustPython/pull/7361/files#diff-e32048b785500abe1eb68be206fc16d74df32a06bd8179e5ea4756a00c7e79f9
crates/vm/src/builtins/slice.rshttps://github.com/RustPython/RustPython/pull/7361/files#diff-b4a3a230abe3811c0323aca7ef63073e96941a76d8c7078a955e8ae7d1f0a364
View file https://github.com/youknowone/RustPython/blob/c32f31bbd6ca96eb01a060948c8233ce7bc2a456/crates/vm/src/builtins/slice.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7361/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7361/files#diff-b4a3a230abe3811c0323aca7ef63073e96941a76d8c7078a955e8ae7d1f0a364
https://github.com/RustPython/RustPython/pull/7361/files#diff-b4a3a230abe3811c0323aca7ef63073e96941a76d8c7078a955e8ae7d1f0a364
crates/vm/src/builtins/tuple.rshttps://github.com/RustPython/RustPython/pull/7361/files#diff-606274a9a62c77c00f802fbc298be35b47e2932cf90cc413748b4d8fc69d7c7e
View file https://github.com/youknowone/RustPython/blob/c32f31bbd6ca96eb01a060948c8233ce7bc2a456/crates/vm/src/builtins/tuple.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7361/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7361/files#diff-606274a9a62c77c00f802fbc298be35b47e2932cf90cc413748b4d8fc69d7c7e
https://github.com/RustPython/RustPython/pull/7361/files#diff-606274a9a62c77c00f802fbc298be35b47e2932cf90cc413748b4d8fc69d7c7e
https://github.com/RustPython/RustPython/pull/7361/files#diff-606274a9a62c77c00f802fbc298be35b47e2932cf90cc413748b4d8fc69d7c7e
crates/vm/src/object/core.rshttps://github.com/RustPython/RustPython/pull/7361/files#diff-29e5bc70b379859cc90757773e821848e53dff65ce99167408b6f547bc317196
View file https://github.com/youknowone/RustPython/blob/c32f31bbd6ca96eb01a060948c8233ce7bc2a456/crates/vm/src/object/core.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7361/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7361/files#diff-29e5bc70b379859cc90757773e821848e53dff65ce99167408b6f547bc317196
https://github.com/RustPython/RustPython/pull/7361/files#diff-29e5bc70b379859cc90757773e821848e53dff65ce99167408b6f547bc317196
https://github.com/RustPython/RustPython/pull/7361/files#diff-29e5bc70b379859cc90757773e821848e53dff65ce99167408b6f547bc317196
https://github.com/RustPython/RustPython/pull/7361/files#diff-29e5bc70b379859cc90757773e821848e53dff65ce99167408b6f547bc317196
https://github.com/RustPython/RustPython/pull/7361/files#diff-29e5bc70b379859cc90757773e821848e53dff65ce99167408b6f547bc317196
https://github.com/RustPython/RustPython/pull/7361/files#diff-29e5bc70b379859cc90757773e821848e53dff65ce99167408b6f547bc317196
https://github.com/RustPython/RustPython/pull/7361/files#diff-29e5bc70b379859cc90757773e821848e53dff65ce99167408b6f547bc317196
crates/vm/src/object/payload.rshttps://github.com/RustPython/RustPython/pull/7361/files#diff-810ea11cfb8461075d5d8f586b7bc9fb28d85695bdaf74cde28129c5e1e7e9a3
View file https://github.com/youknowone/RustPython/blob/c32f31bbd6ca96eb01a060948c8233ce7bc2a456/crates/vm/src/object/payload.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7361/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7361/files#diff-810ea11cfb8461075d5d8f586b7bc9fb28d85695bdaf74cde28129c5e1e7e9a3
https://github.com/RustPython/RustPython/pull/7361/files#diff-810ea11cfb8461075d5d8f586b7bc9fb28d85695bdaf74cde28129c5e1e7e9a3
https://github.com/RustPython/RustPython/pull/7361/files#diff-810ea11cfb8461075d5d8f586b7bc9fb28d85695bdaf74cde28129c5e1e7e9a3
Please reload this pagehttps://github.com/RustPython/RustPython/pull/7361/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.