Message415984
OK. Cache efficiency is dropped from motivations list.
Current motivations are:
* Memory saving (currently, 4 BytesObject (= 32 bytes of ob_shash) per code object.
* Make bytes objects immutable
* Share objects among multi interpreters.
* CoW efficiency.
I close this issue for now, because this issue is just for making direct access of ob_shash deprecated.
After Python 3.12 become beta, we will reconsider about we should remove ob_shash or keep it. |
|
Date |
User |
Action |
Args |
2022-03-25 02:15:16 | methane | set | recipients:
+ methane, christian.heimes, serhiy.storchaka, malin, brandtbucher |
2022-03-25 02:15:16 | methane | set | messageid: <1648174516.17.0.355555726668.issue46864@roundup.psfhosted.org> |
2022-03-25 02:15:16 | methane | link | issue46864 messages |
2022-03-25 02:15:15 | methane | create | |
|