Title: Mutable instance variables don't get new references with args. · Issue #76349 · python/cpython · GitHub
Open Graph Title: Mutable instance variables don't get new references with args. · Issue #76349 · python/cpython
X Title: Mutable instance variables don't get new references with args. · Issue #76349 · python/cpython
Description: BPO 32168 Nosy @ericvsmith, @bitdancer, @ekarademir Files bug.py: Demonstration of the possible bug. 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...
Open Graph Description: BPO 32168 Nosy @ericvsmith, @bitdancer, @ekarademir Files bug.py: Demonstration of the possible bug. Note: these values reflect the state of the issue at the time it was migrated and might not refl...
X Description: BPO 32168 Nosy @ericvsmith, @bitdancer, @ekarademir Files bug.py: Demonstration of the possible bug. Note: these values reflect the state of the issue at the time it was migrated and might not refl...
Opengraph URL: https://github.com/python/cpython/issues/76349
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Mutable instance variables don't get new references with args.","articleBody":"BPO | [32168](https://bugs.python.org/issue32168)\n--- | :---\nNosy | @ericvsmith, @bitdancer, @ekarademir\nFiles | \u003cli\u003e[bug.py](https://bugs.python.org/file47303/bug.py \"Uploaded as text/plain at 2017-11-29.11:15:04 by @ekarademir\"): Demonstration of the possible bug.\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 = None\nclosed_at = \u003cDate 2017-11-29.11:28:00.607\u003e\ncreated_at = \u003cDate 2017-11-29.11:15:04.667\u003e\nlabels = ['interpreter-core', 'type-bug', 'invalid']\ntitle = \"Mutable instance variables don't get new references with args.\"\nupdated_at = \u003cDate 2017-12-02.20:51:06.383\u003e\nuser = 'https://github.com/ekarademir'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2017-12-02.20:51:06.383\u003e\nactor = 'r.david.murray'\nassignee = 'none'\nclosed = True\nclosed_date = \u003cDate 2017-11-29.11:28:00.607\u003e\ncloser = 'eric.smith'\ncomponents = ['Interpreter Core']\ncreation = \u003cDate 2017-11-29.11:15:04.667\u003e\ncreator = 'ekarademir'\ndependencies = []\nfiles = ['47303']\nhgrepos = []\nissue_num = 32168\nkeywords = []\nmessage_count = 4.0\nmessages = ['307219', '307220', '307221', '307456']\nnosy_count = 3.0\nnosy_names = ['eric.smith', 'r.david.murray', 'ekarademir']\npr_nums = []\npriority = 'normal'\nresolution = 'not a bug'\nstage = 'resolved'\nstatus = 'closed'\nsuperseder = None\ntype = 'behavior'\nurl = 'https://bugs.python.org/issue32168'\nversions = ['Python 3.6']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/ekarademir","@type":"Person","name":"ekarademir"},"datePublished":"2017-11-29T11:15:05.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/76349/cpython/issues/76349"}
| 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:9b6d3421-6d3f-4fcb-7f0f-51c432c25089 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8EA0:F54DF:1205F1:18957B:6A4D3028 |
| html-safe-nonce | b8d837694240c0a1e936043877d6e9933948a322b000a10a580e373bcaefd24d |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RUEwOkY1NERGOjEyMDVGMToxODk1N0I6NkE0RDMwMjgiLCJ2aXNpdG9yX2lkIjoiMTI5OTIwODkzNDMwNTY0MDQ4OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 0faa83b04a66bf8f615a16e04bdc3701766ff047a3e8034e7f3524fba0a4ac40 |
| hovercard-subject-tag | issue:1198983476 |
| 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/76349/issue_layout |
| twitter:image | https://opengraph.githubassets.com/c26e5b920c0e8ea1b0e85d849bf5989530ac7b9c1afc157de8b4b902787a59b1/python/cpython/issues/76349 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/c26e5b920c0e8ea1b0e85d849bf5989530ac7b9c1afc157de8b4b902787a59b1/python/cpython/issues/76349 |
| og:image:alt | BPO 32168 Nosy @ericvsmith, @bitdancer, @ekarademir Files bug.py: Demonstration of the possible bug. Note: these values reflect the state of the issue at the time it was migrated and might not refl... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | ekarademir |
| hostname | github.com |
| expected-hostname | github.com |
| None | 92571a8944142227b7e19cd10918b1ddd06e5066c1ad5bc7e4769cf6140a87e6 |
| 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 | 93f17a978ee60bc4668e1d7b90e6bd2d622261fd |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width