[issue46443] Deepfreeze use preallocated small ints

2022-01-19 Thread Kumar Aditya
Change by Kumar Aditya : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue46443] Deepfreeze use preallocated small ints

2022-01-19 Thread Guido van Rossum
Guido van Rossum added the comment: New changeset 194ecc6d44adc1fb39a56ca696418368b69432ce by Kumar Aditya in branch 'main': bpo-46443: deepfreeze: use small ints and singleton zero bytes (GH-30715) https://github.com/python/cpython/commit/194ecc6d44adc1fb39a56ca696418368b69432ce

[issue46443] Deepfreeze use preallocated small ints

2022-01-19 Thread Kumar Aditya
New submission from Kumar Aditya : It saves space in the codeobjects created by deepfreeze and reuses already cached ints so no allocation overhead. -- ___ Python tracker ___

[issue46443] Deepfreeze use preallocated small ints

2022-01-19 Thread Kumar Aditya
Change by Kumar Aditya : -- nosy: gvanrossum, kumaraditya303 priority: normal pull_requests: 28907 severity: normal status: open title: Deepfreeze use preallocated small ints versions: Python 3.11 ___ Python tracker