[issue45168] dis output for LOAD_CONST is confusing

2021-09-14 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue45168] dis output for LOAD_CONST is confusing

2021-09-14 Thread Irit Katriel
Irit Katriel added the comment: New changeset c99fc4e53a60084df88ac5c69b3b13bc033677e1 by Irit Katriel in branch 'main': bpo-45168: change dis output to omit missing values rather than replacing them by their index (GH-28313) https://github.com/python/cpython/commit/c99fc4e53a60084df88ac5c69

[issue45168] dis output for LOAD_CONST is confusing

2021-09-13 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +26726 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28313 ___ Python tracker ___ ___

[issue45168] dis output for LOAD_CONST is confusing

2021-09-10 Thread Irit Katriel
Change by Irit Katriel : -- title: dis output for co_consts is confusing -> dis output for LOAD_CONST is confusing ___ Python tracker ___