René's URL Explorer Experiment


Title: Resolve number slots via MRO in PyNumber and operator, ensure inherit… by YashSuthar983 · Pull Request #6222 · RustPython/RustPython · GitHub

Open Graph Title: Resolve number slots via MRO in PyNumber and operator, ensure inherit… by YashSuthar983 · Pull Request #6222 · RustPython/RustPython

X Title: Resolve number slots via MRO in PyNumber and operator, ensure inherit… by YashSuthar983 · Pull Request #6222 · RustPython/RustPython

Description: …ed and dynamically added methods are found. Use class().mro_find_map() to mimic the same behaviour as CPython. issue: #5726 test Cases dynamic_patch_test # Expected behavior: After patching A.__mul__ at runtime, B() * 2 should succeed. class A: pass class B(A): pass b = B() def mul(self, other): return ("mul", type(self).__name__, other) A.__mul__ = mul res = b * 2 assert res == ("mul", "B", 2) print("dynamic_patch OK") Cpython Bravo:~$ python3 ../number_mro_dynamic_patch.py dynamic_patch OK RustPython Bravo:~/contri/RustPython$ cargo run --quiet -- tests/number_mro_dynamic_patch.py Traceback (most recent call last): File "tests/number_mro_dynamic_patch.py", line 20, in res = b * 2 TypeError: '*' not supported between instances of 'B' and 'int' Bravo:~/contri/RustPython$ Summary by CodeRabbit Bug Fixes Numeric operations and type conversions now resolve methods by searching the full method resolution order, ensuring inherited or overridden numeric slots are respected. Binary and ternary operation dispatch correctly invokes overridden methods from parent classes when present, preserving previous behavior and error messages.

Open Graph Description: …ed and dynamically added methods are found. Use class().mro_find_map() to mimic the same behaviour as CPython. issue: #5726 test Cases dynamic_patch_test # Expected behavior: After patching A.__mu...

X Description: …ed and dynamically added methods are found. Use class().mro_find_map() to mimic the same behaviour as CPython. issue: #5726 test Cases dynamic_patch_test # Expected behavior: After patching A.__mu...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:882112a4-e17e-ff3a-11dd-5cddf5466580
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9C70:20812F:7427A:93AD4:696AFBDB
html-safe-nonce6e105ed27cdda5ea8e295ecbfb764d102c80aba18df4d7c2b8f981e2a6288ea2
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QzcwOjIwODEyRjo3NDI3QTo5M0FENDo2OTZBRkJEQiIsInZpc2l0b3JfaWQiOiI4MjU3NDE0MjAxMzI3OTQyNjE5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac3779e403c506ac81691cd3f98efb3a350f2d705670909165fc3167fbe1a5cdbe
hovercard-subject-tagpull_request:2951820741
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/6222/files
twitter:imagehttps://avatars.githubusercontent.com/u/183753953?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/183753953?s=400&v=4
og:image:alt…ed and dynamically added methods are found. Use class().mro_find_map() to mimic the same behaviour as CPython. issue: #5726 test Cases dynamic_patch_test # Expected behavior: After patching A.__mu...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
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
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/RustPython/RustPython/pull/6222/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F6222%2Ffiles
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F6222%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/6222/files
Reloadhttps://github.com/RustPython/RustPython/pull/6222/files
Reloadhttps://github.com/RustPython/RustPython/pull/6222/files
RustPython https://github.com/RustPython
RustPythonhttps://github.com/RustPython/RustPython
Notifications https://github.com/login?return_to=%2FRustPython%2FRustPython
Fork 1.4k https://github.com/login?return_to=%2FRustPython%2FRustPython
Star 21.7k https://github.com/login?return_to=%2FRustPython%2FRustPython
Code https://github.com/RustPython/RustPython
Issues 278 https://github.com/RustPython/RustPython/issues
Pull requests 92 https://github.com/RustPython/RustPython/pulls
Discussions https://github.com/RustPython/RustPython/discussions
Actions https://github.com/RustPython/RustPython/actions
Projects 0 https://github.com/RustPython/RustPython/projects
Wiki https://github.com/RustPython/RustPython/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/RustPython/RustPython/security
Please reload this pagehttps://github.com/RustPython/RustPython/pull/6222/files
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
Wiki https://github.com/RustPython/RustPython/wiki
Security 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
YashSuthar983:fix/Pynumber_mro_slotshttps://github.com/YashSuthar983/RustPython/tree/fix/Pynumber_mro_slots
Conversation 6 https://github.com/RustPython/RustPython/pull/6222
Commits 3 https://github.com/RustPython/RustPython/pull/6222/commits
Checks 11 https://github.com/RustPython/RustPython/pull/6222/checks
Files changed https://github.com/RustPython/RustPython/pull/6222/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/6222/files
Resolve number slots via MRO in PyNumber and operator, ensure inherit… https://github.com/RustPython/RustPython/pull/6222/files#top
Show all changes 3 commits https://github.com/RustPython/RustPython/pull/6222/files
21c7e15 Resolve number slots via MRO in PyNumber and operator, ensure inherit… YashSuthar983 Oct 27, 2025 https://github.com/RustPython/RustPython/pull/6222/commits/21c7e159ec5e4f931508309257fcd4c1d94564ca
355604d Revert temp __mul__ fix youknowone Oct 28, 2025 https://github.com/RustPython/RustPython/pull/6222/commits/355604d08a9f78e8a54454058102fef3d3f8897f
914bd74 TODO comment youknowone Oct 28, 2025 https://github.com/RustPython/RustPython/pull/6222/commits/914bd74fa0c511db03b968b637e6ea3871a394e5
Clear filters https://github.com/RustPython/RustPython/pull/6222/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/6222/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/6222/files
__init__.py https://github.com/RustPython/RustPython/pull/6222/files#diff-edff4421a88bdc56335a84a1e5a0ce0eafe5cd0c37dcb1aff03ff075bfb9b57c
number.rs https://github.com/RustPython/RustPython/pull/6222/files#diff-84ab4be000b45c485f98f407e3111c21cf7529d6eb960911dfac3e28a499f509
vm_ops.rs https://github.com/RustPython/RustPython/pull/6222/files#diff-e8c523acba68b6e1e4012f5cda03fb6d2204dee08d96058b65ad496341400b06
Lib/ctypes/__init__.pyhttps://github.com/RustPython/RustPython/pull/6222/files#diff-edff4421a88bdc56335a84a1e5a0ce0eafe5cd0c37dcb1aff03ff075bfb9b57c
View file https://github.com/YashSuthar983/RustPython/blob/914bd74fa0c511db03b968b637e6ea3871a394e5/Lib/ctypes/__init__.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/6222/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/6222/files#diff-edff4421a88bdc56335a84a1e5a0ce0eafe5cd0c37dcb1aff03ff075bfb9b57c
https://github.com/RustPython/RustPython/pull/6222/files#diff-edff4421a88bdc56335a84a1e5a0ce0eafe5cd0c37dcb1aff03ff075bfb9b57c
vm/src/protocol/number.rshttps://github.com/RustPython/RustPython/pull/6222/files#diff-84ab4be000b45c485f98f407e3111c21cf7529d6eb960911dfac3e28a499f509
View file https://github.com/YashSuthar983/RustPython/blob/914bd74fa0c511db03b968b637e6ea3871a394e5/vm/src/protocol/number.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/6222/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/6222/files#diff-84ab4be000b45c485f98f407e3111c21cf7529d6eb960911dfac3e28a499f509
Please reload this pagehttps://github.com/RustPython/RustPython/pull/6222/files
https://github.com/RustPython/RustPython/pull/6222/files#diff-84ab4be000b45c485f98f407e3111c21cf7529d6eb960911dfac3e28a499f509
vm/src/vm/vm_ops.rshttps://github.com/RustPython/RustPython/pull/6222/files#diff-e8c523acba68b6e1e4012f5cda03fb6d2204dee08d96058b65ad496341400b06
View file https://github.com/YashSuthar983/RustPython/blob/914bd74fa0c511db03b968b637e6ea3871a394e5/vm/src/vm/vm_ops.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/6222/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/6222/files#diff-e8c523acba68b6e1e4012f5cda03fb6d2204dee08d96058b65ad496341400b06
https://github.com/RustPython/RustPython/pull/6222/files#diff-e8c523acba68b6e1e4012f5cda03fb6d2204dee08d96058b65ad496341400b06
https://github.com/RustPython/RustPython/pull/6222/files#diff-e8c523acba68b6e1e4012f5cda03fb6d2204dee08d96058b65ad496341400b06
https://github.com/RustPython/RustPython/pull/6222/files#diff-e8c523acba68b6e1e4012f5cda03fb6d2204dee08d96058b65ad496341400b06
https://github.com/RustPython/RustPython/pull/6222/files#diff-e8c523acba68b6e1e4012f5cda03fb6d2204dee08d96058b65ad496341400b06
https://github.com/RustPython/RustPython/pull/6222/files#diff-e8c523acba68b6e1e4012f5cda03fb6d2204dee08d96058b65ad496341400b06
https://github.com/RustPython/RustPython/pull/6222/files#diff-e8c523acba68b6e1e4012f5cda03fb6d2204dee08d96058b65ad496341400b06
https://github.com/RustPython/RustPython/pull/6222/files#diff-e8c523acba68b6e1e4012f5cda03fb6d2204dee08d96058b65ad496341400b06
https://github.com/RustPython/RustPython/pull/6222/files#diff-e8c523acba68b6e1e4012f5cda03fb6d2204dee08d96058b65ad496341400b06
https://github.com/RustPython/RustPython/pull/6222/files#diff-e8c523acba68b6e1e4012f5cda03fb6d2204dee08d96058b65ad496341400b06
Please reload this pagehttps://github.com/RustPython/RustPython/pull/6222/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.