feat(vm/slot): implement Py_TPFLAGS_MANAGED_DICT for class objects#5949
feat(vm/slot): implement Py_TPFLAGS_MANAGED_DICT for class objects#5949youknowone merged 2 commits into
Py_TPFLAGS_MANAGED_DICT for class objects#5949Conversation
WalkthroughThe changes introduce a new Changes
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yml ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (1)**/*.rsInstructions used from: Sources:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
🔇 Additional comments (2)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Sorry, something went wrong.
b6f4667 to
be42c2b
Compare
July 11, 2025 16:18
a0cef6d to
6427732
Compare
July 20, 2025 04:17
6427732 to
32b24c1
Compare
July 20, 2025 04:26
|
This implementation targets |
Sorry, something went wrong.
youknowone
left a comment
There was a problem hiding this comment.
Thank you!
Sorry, something went wrong.
ff35dcd
into
RustPython:main
Jul 20, 2025
Reference
Waiting for CPython Issue(PR)python/cpython#136535Summary by CodeRabbit
New Features
__slots__.Bug Fixes
__slots__were incorrectly assigned dictionary-related flags.Chores