➜

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
标题: Fix memory_hex (#9951) for non-contiguous buffers
类型: crash Stage: resolved
Components: Versions: Python 3.6, Python 3.5
process
状态: closed Resolution: fixed
Dependencies: 后续:
分配给: skrah 抄送列表: python-dev, skrah
优先级: normal 关键字: patch

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

文件
文件名 上传时间 Description 编辑
memhex.diff skrah, 2015-11-10 17:02 review
Messages (2)
msg254454 - (view) Author: Stefan Krah (skrah) * (Python committer) 日期: 2015-11-10 17:02
memory_hex from #9951 fails for non-contiguous buffers.
msg254455 - (view) Author: Roundup Robot (python-dev) (Python triager) 日期: 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
历史
日期 用户 动作 参数
2022-04-11 14:58:23admin修改github: 69784
2015-11-11 10:55:59skrah修改状态: open -> closed
resolution: fixed
stage: resolved
2015-11-10 17:19:10python-dev修改抄送: + python-dev
消息: + msg254455
2015-11-10 17:02:55skrah创建