
Hello. I read about the hash field optimization here: https://www.pypy.org/posts/2009/10/gc-improvements-6174120095428192954.html But when I query object.__hash__(4) on the latest pypy branch, it returns, I expected a type error. I stand to be corrected obviously. -- Best, Joannah Nanjekye *"You think you know when you learn, are more sure when you can write, even more when you can teach, but certain when you can program." Alan J. Perlis*

On looking further the functionality is there for shadow objects. On Thu, Dec 28, 2023 at 12:03 PM Joannah Nanjekye <nanjekyejoannah@gmail.com> wrote:
-- Best, Joannah Nanjekye *"You think you know when you learn, are more sure when you can write, even more when you can teach, but certain when you can program." Alan J. Perlis*

On looking further the functionality is there for shadow objects. On Thu, Dec 28, 2023 at 12:03 PM Joannah Nanjekye <nanjekyejoannah@gmail.com> wrote:
-- Best, Joannah Nanjekye *"You think you know when you learn, are more sure when you can write, even more when you can teach, but certain when you can program." Alan J. Perlis*
participants (1)
-
Joannah Nanjekye