Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyBuffer_FromContiguous() off-by-one error for non-contiguous buffers #67559

Closed
skrah mannequin opened this issue Feb 1, 2015 · 2 comments
Closed

PyBuffer_FromContiguous() off-by-one error for non-contiguous buffers #67559

skrah mannequin opened this issue Feb 1, 2015 · 2 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@skrah
Copy link
Mannequin

skrah mannequin commented Feb 1, 2015

BPO 23370
Nosy @skrah
Files
  • issue23370.diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2015-02-01.18:31:41.324>
    created_at = <Date 2015-02-01.15:05:51.771>
    labels = ['type-bug']
    title = 'PyBuffer_FromContiguous() off-by-one error for non-contiguous buffers'
    updated_at = <Date 2015-02-01.18:31:41.324>
    user = 'https://github.com/skrah'

    bugs.python.org fields:

    activity = <Date 2015-02-01.18:31:41.324>
    actor = 'skrah'
    assignee = 'none'
    closed = True
    closed_date = <Date 2015-02-01.18:31:41.324>
    closer = 'skrah'
    components = []
    creation = <Date 2015-02-01.15:05:51.771>
    creator = 'skrah'
    dependencies = []
    files = ['37969']
    hgrepos = []
    issue_num = 23370
    keywords = ['patch']
    message_count = 2.0
    messages = ['235178', '235190']
    nosy_count = 2.0
    nosy_names = ['skrah', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue23370'
    versions = ['Python 2.7', 'Python 3.4', 'Python 3.5']

    @skrah
    Copy link
    Mannequin Author

    skrah mannequin commented Feb 1, 2015

    Same as bpo-23349.

    @skrah skrah mannequin added the type-bug An unexpected behavior, bug, or error label Feb 1, 2015
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Feb 1, 2015

    New changeset 209776d49a9a by Stefan Krah in branch '2.7':
    Issue bpo-23370: Fix off-by-one error for non-contiguous buffers.
    https://hg.python.org/cpython/rev/209776d49a9a

    New changeset 4d95956a748e by Stefan Krah in branch '3.4':
    Issue bpo-23370: Fix off-by-one error for non-contiguous buffers.
    https://hg.python.org/cpython/rev/4d95956a748e

    @skrah skrah mannequin closed this as completed Feb 1, 2015
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants