René's URL Explorer Experiment


Title: Align object.__sizeof__ with CPython for ints by Copilot · Pull Request #6516 · RustPython/RustPython · GitHub

Open Graph Title: Align object.__sizeof__ with CPython for ints by Copilot · Pull Request #6516 · RustPython/RustPython

X Title: Align object.__sizeof__ with CPython for ints by Copilot · Pull Request #6516 · RustPython/RustPython

Description: The base object.__sizeof__ returned only the type basic size, underreporting memory for variable-sized ints compared to CPython. Int-aware sizing: object.__sizeof__ now calculates int sizes using the same bit-length-based formula as int.__sizeof__, ensuring parity for arbitrary-sized integers. Regression guard: Added a snippet test to assert object.__sizeof__ is never smaller than int.__sizeof__ for a very large integer. Example: big = 10**200 assert object.__sizeof__(big) >= big.__sizeof__() # matches CPython-style sizing Original prompt This section details on the original issue you should resolve object.__sizeof__ is not compatible with CPython implementation When you run the below code, you can see the difference. ⬇️ # RustPython >>>>> object.__sizeof__(1223456789812391231291231231231212312312312312312312321321321321312312321123123123199129391239219394923912949213021949302194942130123949203912430392402139210492139123012940219394923942395943856228368385) 32 # CPython >>> object.__sizeof__(1223456789812391231291231231231212312312312312312312321321321321312312321123123123199129391239219394923912949213021949302194942130123949203912430392402139210492139123012940219394923942395943856228368385) 116 Plan (tracking) Correct object.__sizeof__ implementation. (#356, #3421) Make types to set its ob_size. int deque TODO Investigate why the size is different and try to properly implement it Comments on the Issue (you are @copilot in this section) Fixes #3743 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Open Graph Description: The base object.__sizeof__ returned only the type basic size, underreporting memory for variable-sized ints compared to CPython. Int-aware sizing: object.__sizeof__ now calculates int sizes using ...

X Description: The base object.__sizeof__ returned only the type basic size, underreporting memory for variable-sized ints compared to CPython. Int-aware sizing: object.__sizeof__ now calculates int sizes using ...

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

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:cd2188cf-c02f-e544-894c-7ce3f765f8a2
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id9928:1367E0:1D15907:287BD87:696FE60E
html-safe-nonceb2233b1be5648b9889f5c859b726f020df68ef3299a550e05571305d1e767698
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OTI4OjEzNjdFMDoxRDE1OTA3OjI4N0JEODc6Njk2RkU2MEUiLCJ2aXNpdG9yX2lkIjoiNTU1Nzk5ODE1NzM4ODgzNDMxOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacd24e70e04498ea5ab469ee17927de60fc6174e272c7ef841190d998d2364ecfb
hovercard-subject-tagpull_request:3129778315
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/RustPython/RustPython/pull/6516/checks
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altThe base object.__sizeof__ returned only the type basic size, underreporting memory for variable-sized ints compared to CPython. Int-aware sizing: object.__sizeof__ now calculates int sizes using ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonebb7c872aa74896d911608183f4997f8b9c121a1624064705ec4570cd91bd7839
turbo-cache-controlno-preview
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 full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release257e1b418957178bd3ac9f7520608a40ebbb0f1e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/RustPython/RustPython/pull/6516/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F6516%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F6516%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=RustPython%2FRustPython
Reloadhttps://patch-diff.githubusercontent.com/RustPython/RustPython/pull/6516/checks
Reloadhttps://patch-diff.githubusercontent.com/RustPython/RustPython/pull/6516/checks
Reloadhttps://patch-diff.githubusercontent.com/RustPython/RustPython/pull/6516/checks
RustPython https://patch-diff.githubusercontent.com/RustPython
RustPythonhttps://patch-diff.githubusercontent.com/RustPython/RustPython
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FRustPython%2FRustPython
Fork 1.4k https://patch-diff.githubusercontent.com/login?return_to=%2FRustPython%2FRustPython
Star 21.7k https://patch-diff.githubusercontent.com/login?return_to=%2FRustPython%2FRustPython
Code https://patch-diff.githubusercontent.com/RustPython/RustPython
Issues 276 https://patch-diff.githubusercontent.com/RustPython/RustPython/issues
Pull requests 92 https://patch-diff.githubusercontent.com/RustPython/RustPython/pulls
Discussions https://patch-diff.githubusercontent.com/RustPython/RustPython/discussions
Actions https://patch-diff.githubusercontent.com/RustPython/RustPython/actions
Projects 0 https://patch-diff.githubusercontent.com/RustPython/RustPython/projects
Wiki https://patch-diff.githubusercontent.com/RustPython/RustPython/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/RustPython/RustPython/security
Please reload this pagehttps://patch-diff.githubusercontent.com/RustPython/RustPython/pull/6516/checks
Insights https://patch-diff.githubusercontent.com/RustPython/RustPython/pulse
Code https://patch-diff.githubusercontent.com/RustPython/RustPython
Issues https://patch-diff.githubusercontent.com/RustPython/RustPython/issues
Pull requests https://patch-diff.githubusercontent.com/RustPython/RustPython/pulls
Discussions https://patch-diff.githubusercontent.com/RustPython/RustPython/discussions
Actions https://patch-diff.githubusercontent.com/RustPython/RustPython/actions
Projects https://patch-diff.githubusercontent.com/RustPython/RustPython/projects
Wiki https://patch-diff.githubusercontent.com/RustPython/RustPython/wiki
Security https://patch-diff.githubusercontent.com/RustPython/RustPython/security
Insights https://patch-diff.githubusercontent.com/RustPython/RustPython/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FRustPython%2FRustPython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FRustPython%2FRustPython%2Fissues%2Fnew%2Fchoose
Copilothttps://patch-diff.githubusercontent.com/apps/copilot-swe-agent
mainhttps://patch-diff.githubusercontent.com/RustPython/RustPython/tree/main
copilot/fix-sizeof-compatibilityhttps://patch-diff.githubusercontent.com/RustPython/RustPython/tree/copilot/fix-sizeof-compatibility
Conversation 2 https://patch-diff.githubusercontent.com/RustPython/RustPython/pull/6516
Commits 3 https://patch-diff.githubusercontent.com/RustPython/RustPython/pull/6516/commits
Checks 16 https://patch-diff.githubusercontent.com/RustPython/RustPython/pull/6516/checks
Files changed 3 https://patch-diff.githubusercontent.com/RustPython/RustPython/pull/6516/files
Please reload this pagehttps://patch-diff.githubusercontent.com/RustPython/RustPython/pull/6516/checks
Align object.__sizeof__ with CPython for ints https://patch-diff.githubusercontent.com/RustPython/RustPython/pull/6516/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/RustPython/RustPython/pull/6516/checks
Periodic checks/tasks on: push https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014460799
Collect code coverage data https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014460799/job/60416580532?pr=6516
Collect regression test data https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014460799/job/60416580574?pr=6516
Collect what is left data https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014460799/job/60416580538?pr=6516
Collect benchmark data https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014460799/job/60416580550?pr=6516
Auto-format PR on: pull_request_target https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461138
auto_format https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461138/job/60416581606?pr=6516
CI on: pull_request https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461619
Run rust tests (macos-latest) https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461619/job/60416583290?pr=6516
Run rust tests (ubuntu-latest) https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461619/job/60416583293?pr=6516
Run rust tests (windows-2025) https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461619/job/60416583380?pr=6516
Ensure compilation on various targets https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461619/job/60416583292?pr=6516
Run snippets and cpython tests (macos-latest) https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461619/job/60416583257?pr=6516
Run snippets and cpython tests (ubuntu-latest) https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461619/job/60416583356?pr=6516
Run snippets and cpython tests (windows-2025) https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461619/job/60416583277?pr=6516
Check Rust code with clippy https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461619/job/60416583270?pr=6516
Run tests under miri https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461619/job/60416583274?pr=6516
Check the WASM package and demo https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461619/job/60416583273?pr=6516
Run snippets and cpython tests on wasm-wasi https://patch-diff.githubusercontent.com/RustPython/RustPython/actions/runs/21014461619/job/60416583271?pr=6516
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.