Title: Problems with Py_buffer management in memoryobject.c (and elsewhere?) · Issue #54390 · python/cpython · GitHub
Open Graph Title: Problems with Py_buffer management in memoryobject.c (and elsewhere?) · Issue #54390 · python/cpython
X Title: Problems with Py_buffer management in memoryobject.c (and elsewhere?) · Issue #54390 · python/cpython
Description: BPO 10181 Nosy @loewis, @pfmoore, @mdickinson, @ncoghlan, @pitrou, @kristjanvalur, @vstinner, @pv, @skrah, @akheron Files pybuffer.diffbuffer-interface-clarify.patch: Clarifying the behavior of the buffer interface (for discussion, proba...
Open Graph Description: BPO 10181 Nosy @loewis, @pfmoore, @mdickinson, @ncoghlan, @pitrou, @kristjanvalur, @vstinner, @pv, @skrah, @akheron Files pybuffer.diffbuffer-interface-clarify.patch: Clarifying the behavior of the...
X Description: BPO 10181 Nosy @loewis, @pfmoore, @mdickinson, @ncoghlan, @pitrou, @kristjanvalur, @vstinner, @pv, @skrah, @akheron Files pybuffer.diffbuffer-interface-clarify.patch: Clarifying the behavior of the...
Opengraph URL: https://github.com/python/cpython/issues/54390
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Problems with Py_buffer management in memoryobject.c (and elsewhere?)","articleBody":"BPO | [10181](https://bugs.python.org/issue10181)\n--- | :---\nNosy | @loewis, @pfmoore, @mdickinson, @ncoghlan, @pitrou, @kristjanvalur, @vstinner, @pv, @skrah, @akheron\nFiles | \u003cli\u003e[pybuffer.diff](https://bugs.python.org/file20282/pybuffer.diff \"Uploaded as text/plain at 2011-01-05.19:40:41 by @loewis\")\u003c/li\u003e\u003cli\u003e[buffer-interface-clarify.patch](https://bugs.python.org/file20756/buffer-interface-clarify.patch \"Uploaded as text/plain at 2011-02-13.19:08:42 by @pv\"): Clarifying the behavior of the buffer interface (for discussion, probably shouldn't be applied as-is)\u003c/li\u003e\u003cli\u003e[bbe70ca4e0e5.diff](https://bugs.python.org/file22564/bbe70ca4e0e5.diff \"Uploaded as text/plain at 2011-07-04.10:29:39 by @skrah\"): PyManagedBuffer implementation\u003c/li\u003e\u003cli\u003e[718801740bde.diff](https://bugs.python.org/file22577/718801740bde.diff \"Uploaded as text/plain at 2011-07-05.10:47:47 by @skrah\"): PyManagedBuffer implementation #2\u003c/li\u003e\u003cli\u003e[78fb1181787a.diff](https://bugs.python.org/file22873/78fb1181787a.diff \"Uploaded as text/plain at 2011-08-10.11:43:21 by @skrah\"): Add Modules/_testbuffer.c and Lib/test/test_buffer.py\u003c/li\u003e\u003cli\u003e[70a8ccd53ade.diff](https://bugs.python.org/file22909/70a8ccd53ade.diff \"Uploaded as text/plain at 2011-08-16.13:20:19 by @skrah\"): Fixed suboffsets representation in _testbuffer.c\u003c/li\u003e\u003cli\u003e[51cedae5acfc.diff](https://bugs.python.org/file23119/51cedae5acfc.diff \"Uploaded as text/plain at 2011-09-08.14:46:57 by @skrah\"): PyManagedBuffer, native format, complete 1D slicing, casts\u003c/li\u003e\u003cli\u003e[4492afe05a07.diff](https://bugs.python.org/file23185/4492afe05a07.diff \"Uploaded as text/plain at 2011-09-18.09:16:46 by @skrah\"): Handle objects with an __index__() method.\u003c/li\u003e\u003cli\u003e[8dd9f0ea4876.diff](https://bugs.python.org/file24323/8dd9f0ea4876.diff \"Uploaded as text/plain at 2012-01-25.17:43:34 by @skrah\")\u003c/li\u003e\u003cli\u003e[a5c4a96dc981.diff](https://bugs.python.org/file24381/a5c4a96dc981.diff \"Uploaded as text/plain at 2012-01-31.20:32:48 by @skrah\")\u003c/li\u003e\u003cli\u003e[issue10181-news.diff](https://bugs.python.org/file24629/issue10181-news.diff \"Uploaded as text/plain at 2012-02-24.15:16:18 by @skrah\")\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 2012-03-01.08:32:50.822\u003e\ncreated_at = \u003cDate 2010-10-23.18:22:37.367\u003e\nlabels = ['interpreter-core', 'type-crash']\ntitle = 'Problems with Py_buffer management in memoryobject.c (and elsewhere?)'\nupdated_at = \u003cDate 2012-04-09.08:15:56.593\u003e\nuser = 'https://bugs.python.org/rupole'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2012-04-09.08:15:56.593\u003e\nactor = 'joshtriplett'\nassignee = 'none'\nclosed = True\nclosed_date = \u003cDate 2012-03-01.08:32:50.822\u003e\ncloser = 'skrah'\ncomponents = ['Interpreter Core']\ncreation = \u003cDate 2010-10-23.18:22:37.367\u003e\ncreator = 'rupole'\ndependencies = []\nfiles = ['20282', '20756', '22564', '22577', '22873', '22909', '23119', '23185', '24323', '24381', '24629']\nhgrepos = ['36']\nissue_num = 10181\nkeywords = ['patch']\nmessage_count = 147.0\nmessages = ['119460', '120267', '120268', '120270', '120280', '120281', '120297', '120318', '120319', '120321', '120322', '125296', '125297', '125327', '125328', '125332', '125418', '125424', '125431', '125433', '125462', '125499', '125502', '125507', '125531', '125582', '125618', '125630', '125631', '125635', '125640', '125641', '128475', '128477', '128491', '128495', '128499', '128503', '128505', '128506', '128508', '128514', '128516', '128517', '128518', '128525', '128526', '128527', '128528', '128537', '128538', '128539', '128540', '128542', '128544', '128546', '128551', '128878', '139162', '139172', '139173', '139256', '139257', '139266', '139314', '139316', '139317', '139320', '139323', '139325', '139341', '139747', '139748', '139751', '139758', '139760', '139762', '139764', '139766', '139767', '139775', '139826', '139834', '139846', '139856', '139859', '139861', '139865', '139866', '139868', '139870', '139871', '139872', '139873', '139874', '139875', '139877', '139878', '139883', '139919', '139920', '139921', '139932', '139933', '139935', '139936', '141858', '142191', '143727', '143730', '144234', '151360', '151445', '151447', '151537', '151538', '152086', '152090', '152091', '152124', '152145', '152161', '152173', '152174', '152175', '152188', '152196', '152197', '152206', '152208', '152223', '152245', '152404', '153870', '154138', '154141', '154240', '154323', '154327', '154616', '154651', '154665', '154680', '154764', '154937', '157834', '157835']\nnosy_count = 15.0\nnosy_names = ['loewis', 'teoliphant', 'paul.moore', 'mark.dickinson', 'ncoghlan', 'rupole', 'pitrou', 'kristjan.jonsson', 'vstinner', 'joshtriplett', 'pv', 'skrah', 'python-dev', 'jcon', 'petri.lehtinen']\npr_nums = []\npriority = 'normal'\nresolution = 'fixed'\nstage = 'resolved'\nstatus = 'closed'\nsuperseder = None\ntype = 'crash'\nurl = 'https://bugs.python.org/issue10181'\nversions = ['Python 3.3']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/rupole","@type":"Person","name":"rupole"},"datePublished":"2010-10-23T18:22:37.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":147},"url":"https://github.com/54390/cpython/issues/54390"}
| 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:d6ae838e-8e8e-24b0-d9bf-dd364b8fa54b |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 96C2:199660:1DAB3E1:29B3250:696A578D |
| html-safe-nonce | cd518aaf7fb12a13daff57205135c610f03699a1054623fb8bbfc69f93e52a8b |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NkMyOjE5OTY2MDoxREFCM0UxOjI5QjMyNTA6Njk2QTU3OEQiLCJ2aXNpdG9yX2lkIjoiNDE2ODUwOTM0MzAxNjgzNDk1NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | c23a2a2a31ed025f435fbab4ab3e123571b384a3101c983b2d3c18987ba844ea |
| hovercard-subject-tag | issue:1198861336 |
| 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/54390/issue_layout |
| twitter:image | https://opengraph.githubassets.com/31dc9a59df534208bcba23531aa9de6cc64c96a4ce477bf09ca8ba4323df5c02/python/cpython/issues/54390 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/31dc9a59df534208bcba23531aa9de6cc64c96a4ce477bf09ca8ba4323df5c02/python/cpython/issues/54390 |
| og:image:alt | BPO 10181 Nosy @loewis, @pfmoore, @mdickinson, @ncoghlan, @pitrou, @kristjanvalur, @vstinner, @pv, @skrah, @akheron Files pybuffer.diffbuffer-interface-clarify.patch: Clarifying the behavior of the... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | rupole |
| hostname | github.com |
| expected-hostname | github.com |
| None | 3f871c8e07f0ae1886fa8dac284166d28b09ad5bada6476fc10b674e489788ef |
| 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 | 63c426b30d262aba269ef14c40e3c817b384cd61 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width