Title: Create frame objects lazily when needed · Issue #88756 · python/cpython · GitHub
Open Graph Title: Create frame objects lazily when needed · Issue #88756 · python/cpython
X Title: Create frame objects lazily when needed · Issue #88756 · python/cpython
Description: BPO 44590 Nosy @gvanrossum, @ncoghlan, @vstinner, @markshannon, @pablogsal PRs #27077#27525 Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state. Show more details GitHub f...
Open Graph Description: BPO 44590 Nosy @gvanrossum, @ncoghlan, @vstinner, @markshannon, @pablogsal PRs #27077#27525 Note: these values reflect the state of the issue at the time it was migrated and might not reflect the c...
X Description: BPO 44590 Nosy @gvanrossum, @ncoghlan, @vstinner, @markshannon, @pablogsal PRs #27077#27525 Note: these values reflect the state of the issue at the time it was migrated and might not reflect the c...
Opengraph URL: https://github.com/python/cpython/issues/88756
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Create frame objects lazily when needed","articleBody":"BPO | [44590](https://bugs.python.org/issue44590)\n--- | :---\nNosy | @gvanrossum, @ncoghlan, @vstinner, @markshannon, @pablogsal\nPRs | \u003cli\u003epython/cpython#27077\u003c/li\u003e\u003cli\u003epython/cpython#27525\u003c/li\u003e\n\n\u003csup\u003e*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*\u003c/sup\u003e\n\n\u003cdetails\u003e\u003csummary\u003eShow more details\u003c/summary\u003e\u003cp\u003e\n\nGitHub fields:\n```python\nassignee = 'https://github.com/markshannon'\nclosed_at = \u003cDate 2021-07-29.10:31:08.811\u003e\ncreated_at = \u003cDate 2021-07-09.10:53:40.343\u003e\nlabels = ['interpreter-core', '3.11', 'performance']\ntitle = 'Create frame objects lazily when needed'\nupdated_at = \u003cDate 2022-02-23.15:14:23.151\u003e\nuser = 'https://github.com/markshannon'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2022-02-23.15:14:23.151\u003e\nactor = 'vstinner'\nassignee = 'Mark.Shannon'\nclosed = True\nclosed_date = \u003cDate 2021-07-29.10:31:08.811\u003e\ncloser = 'Mark.Shannon'\ncomponents = ['Interpreter Core']\ncreation = \u003cDate 2021-07-09.10:53:40.343\u003e\ncreator = 'Mark.Shannon'\ndependencies = []\nfiles = []\nhgrepos = []\nissue_num = 44590\nkeywords = ['patch']\nmessage_count = 4.0\nmessages = ['397196', '398220', '398696', '413798']\nnosy_count = 5.0\nnosy_names = ['gvanrossum', 'ncoghlan', 'vstinner', 'Mark.Shannon', 'pablogsal']\npr_nums = ['27077', '27525']\npriority = 'normal'\nresolution = 'fixed'\nstage = 'resolved'\nstatus = 'closed'\nsuperseder = None\ntype = 'performance'\nurl = 'https://bugs.python.org/issue44590'\nversions = ['Python 3.11']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/markshannon","@type":"Person","name":"markshannon"},"datePublished":"2021-07-09T10:53:40.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/88756/cpython/issues/88756"}
| 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:c572c202-7162-6a5b-e59f-13a3021137f8 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 82E8:BD5AD:9AA2D:C77CE:696B5907 |
| html-safe-nonce | 492fdd02b9d4c8b3a1b60ad8018951a8205f4796a76b1fbc6aa9f7646d0d494b |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MkU4OkJENUFEOjlBQTJEOkM3N0NFOjY5NkI1OTA3IiwidmlzaXRvcl9pZCI6IjYzMDM1MTk0NjQxMjkzOTUyNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 66f02c0a0ae4ac2f69df4a0a9012220d4a7ce1831950c587411e7e0214cd530e |
| hovercard-subject-tag | issue:1199061389 |
| 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/88756/issue_layout |
| twitter:image | https://opengraph.githubassets.com/8c01afb5aceb801684565135f0431f7fb6595a31afbd5acd930a9a0c496e740b/python/cpython/issues/88756 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/8c01afb5aceb801684565135f0431f7fb6595a31afbd5acd930a9a0c496e740b/python/cpython/issues/88756 |
| og:image:alt | BPO 44590 Nosy @gvanrossum, @ncoghlan, @vstinner, @markshannon, @pablogsal PRs #27077#27525 Note: these values reflect the state of the issue at the time it was migrated and might not reflect the c... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | markshannon |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d |
| 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 | 82560a55c6b2054555076f46e683151ee28a19bc |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width