This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix memory_hex (#9951) for non-contiguous buffers
Type: crash Stage: resolved
Components: Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: skrah Nosy List: python-dev, skrah
Priority: normal Keywords: patch

Created on 2015-11-10 17:02 by skrah, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
memhex.diff skrah, 2015-11-10 17:02 review
Messages (2)
msg254454 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2015-11-10 17:02
memory_hex from #9951 fails for non-contiguous buffers.
msg254455 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-11-10 17:19
New changeset f3d8bb3ffa98 by Stefan Krah in branch '3.5':
Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers.
https://hg.python.org/cpython/rev/f3d8bb3ffa98
History
Date User Action Args
2022-04-11 14:58:23adminsetgithub: 69784
2015-11-11 10:55:59skrahsetstatus: open -> closed
resolution: fixed
stage: resolved
2015-11-10 17:19:10python-devsetnosy: + python-dev
messages: + msg254455
2015-11-10 17:02:55skrahcreate