Title: Source locations of comprehension bytecode are incorrect · Issue #98461 · python/cpython · GitHub
Open Graph Title: Source locations of comprehension bytecode are incorrect · Issue #98461 · python/cpython
X Title: Source locations of comprehension bytecode are incorrect · Issue #98461 · python/cpython
Description: def f(): [(x, 2*x) for x in [1,2,3] if (x > 0 and x < 100 and x != 50)] f = f.__code__.co_consts[1] import dis from pprint import pprint as pp def pos(p): return (p.lineno, p.end_lineno, p.col_offset, p.end_col_offset) pp([(pos(x.positio...
Open Graph Description: def f(): [(x, 2*x) for x in [1,2,3] if (x > 0 and x < 100 and x != 50)] f = f.__code__.co_consts[1] import dis from pprint import pprint as pp def pos(p): return (p.lineno, p.end_lineno, p.col_offs...
X Description: def f(): [(x, 2*x) for x in [1,2,3] if (x > 0 and x < 100 and x != 50)] f = f.__code__.co_consts[1] import dis from pprint import pprint as pp def pos(p): return (p.lineno, p.end_lineno, p.co...
Opengraph URL: https://github.com/python/cpython/issues/98461
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Source locations of comprehension bytecode are incorrect","articleBody":"```\r\ndef f():\r\n [(x,\r\n 2*x) \r\n for x\r\n in [1,2,3] if (x \u003e 0 \r\n and x \u003c 100\r\n and x != 50)]\r\n\r\nf = f.__code__.co_consts[1]\r\n\r\n\r\nimport dis\r\nfrom pprint import pprint as pp\r\ndef pos(p):\r\n return (p.lineno, p.end_lineno, p.col_offset, p.end_col_offset)\r\n \r\npp([(pos(x.positions), x.opname, x.argval) for x in dis.get_instructions(f)])\r\n```\r\n\r\nThe output is:\r\n\r\n```\r\n[((3, 3, 0, 0), 'RESUME', 0),\r\n ((3, 8, 2, 31), 'BUILD_LIST', 0),\r\n ((3, 8, 2, 31), 'LOAD_FAST', '.0'),\r\n ((3, 8, 2, 31), 'FOR_ITER', 66),\r\n ((5, 5, 7, 8), 'STORE_FAST', 'x'),\r\n ((6, 6, 18, 19), 'LOAD_FAST', 'x'),\r\n ((6, 6, 22, 23), 'LOAD_CONST', 0),\r\n ((6, 6, 18, 23), 'COMPARE_OP', '\u003e'),\r\n ((6, 6, 18, 23), 'POP_JUMP_IF_FALSE', 64),\r\n ((7, 7, 22, 23), 'LOAD_FAST', 'x'),\r\n ((7, 7, 26, 29), 'LOAD_CONST', 100),\r\n ((7, 7, 22, 29), 'COMPARE_OP', '\u003c'),\r\n ((7, 7, 22, 29), 'POP_JUMP_IF_FALSE', 64),\r\n ((8, 8, 22, 23), 'LOAD_FAST', 'x'),\r\n ((8, 8, 27, 29), 'LOAD_CONST', 50),\r\n ((8, 8, 22, 29), 'COMPARE_OP', '!='),\r\n ((8, 8, 22, 29), 'POP_JUMP_IF_TRUE', 50),\r\n ((None, None, None, None), 'JUMP_BACKWARD', 6),\r\n ((3, 3, 4, 5), 'LOAD_FAST', 'x'),\r\n ((4, 4, 3, 4), 'LOAD_CONST', 2),\r\n ((4, 4, 5, 6), 'LOAD_FAST', 'x'),\r\n ((4, 4, 3, 6), 'BINARY_OP', 5),\r\n ((3, 4, 3, 7), 'BUILD_TUPLE', 2),\r\n ((8, 8, 22, 29), 'LIST_APPEND', 2), \u003c-- incorrect from here to the end\r\n ((8, 8, 22, 29), 'JUMP_BACKWARD', 6),\r\n ((8, 8, 22, 29), 'RETURN_VALUE', None)]\r\n```","author":{"url":"https://github.com/iritkatriel","@type":"Person","name":"iritkatriel"},"datePublished":"2022-10-19T18:47:46.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/98461/cpython/issues/98461"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:a3dd5a8b-6c0f-19dd-28ff-07b702ad94da |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | CD6E:23762:A49EAD:DB7FCD:6969914C |
| html-safe-nonce | 02ed9494d5cfcc3f2e959ed6ae7e29fc08d9460ec0b6f54200e2a21a8dd0aa07 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRDZFOjIzNzYyOkE0OUVBRDpEQjdGQ0Q6Njk2OTkxNEMiLCJ2aXNpdG9yX2lkIjoiNDI5Njc2NjI2NjI5NTI5MjIzNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 61aadf1aa72be57773102e6ee42ca1f9efb9ff48878fbb540dfc5b2231d602ca |
| hovercard-subject-tag | issue:1415433997 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/98461/issue_layout |
| twitter:image | https://opengraph.githubassets.com/583f9b9904e8e1f31aeb9405f6f2890378f7af3bb4bc1e0a9bed67a19877ce6f/python/cpython/issues/98461 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/583f9b9904e8e1f31aeb9405f6f2890378f7af3bb4bc1e0a9bed67a19877ce6f/python/cpython/issues/98461 |
| og:image:alt | def f(): [(x, 2*x) for x in [1,2,3] if (x > 0 and x < 100 and x != 50)] f = f.__code__.co_consts[1] import dis from pprint import pprint as pp def pos(p): return (p.lineno, p.end_lineno, p.col_offs... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | iritkatriel |
| hostname | github.com |
| expected-hostname | github.com |
| None | 3542e147982176a7ebaa23dfb559c8af16f721c03ec560c68c56b64a0f35e751 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | af80af7cc9e3de9c336f18b208a600950a3c187c |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width