| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Skipping news as this is a strictly internal feature. |
Sorry, something went wrong.
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
When assigning to an attribute of an object with Py_TPFLAGS_MANAGED_DICT that lacked either a values array or a __dict__,
we currently create a __dict__.
This PR allocates a values array instead.
In an ideal world, we would allocate the values array when we allocate the object.
But that will require better integration of the VM, allocator and GC. So that's for another PR in the future.