Antoine Pitrou <[email protected]> added the comment: > dup_buffer does *dst = *src, which overwrites the view.internal > pointer obtained from one GetBuffer call with a pointer obtained from > a previous one.
Ah, ok, then it deserves fixing. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10181> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
