Discussion:
[issue25598] Fix memory_hex (#9951) for non-contiguous buffers
Stefan Krah
2015-11-10 17:02:55 UTC
Permalink
New submission from Stefan Krah:

memory_hex from #9951 fails for non-contiguous buffers.

----------
assignee: skrah
files: memhex.diff
keywords: patch
messages: 254454
nosy: skrah
priority: normal
severity: normal
status: open
title: Fix memory_hex (#9951) for non-contiguous buffers
type: crash
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file41002/memhex.diff

_______________________________________
Python tracker <***@bugs.python.org>
<http://bugs.python.org/issue25598>
_______________________________________
Roundup Robot
2015-11-10 17:19:10 UTC
Permalink
Roundup Robot added the comment:

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

----------
nosy: +python-dev

_______________________________________
Python tracker <***@bugs.python.org>
<http://bugs.python.org/issue25598>
_______________________________________
Stefan Krah
2015-11-11 10:55:59 UTC
Permalink
Changes by Stefan Krah <***@bytereef.org>:


----------
resolution: -> fixed
stage: -> resolved
status: open -> closed

_______________________________________
Python tracker <***@bugs.python.org>
<http://bugs.python.org/issue25598>
_______________________________________

Loading...