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

Aifc markers write fix #57803

Closed
OlegPlakhotnyuk mannequin opened this issue Dec 13, 2011 · 2 comments
Closed

Aifc markers write fix #57803

OlegPlakhotnyuk mannequin opened this issue Dec 13, 2011 · 2 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@OlegPlakhotnyuk
Copy link
Mannequin

OlegPlakhotnyuk mannequin commented Dec 13, 2011

BPO 13594
Nosy @ezio-melotti, @bitdancer, @sandrotosi
Files
  • aifc_markers.patch
  • 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 2012-01-01.21:55:17.155>
    created_at = <Date 2011-12-13.19:08:06.031>
    labels = ['type-bug', 'library']
    title = 'Aifc markers write fix'
    updated_at = <Date 2012-01-01.21:55:17.154>
    user = 'https://bugs.python.org/OlegPlakhotnyuk'

    bugs.python.org fields:

    activity = <Date 2012-01-01.21:55:17.154>
    actor = 'sandro.tosi'
    assignee = 'none'
    closed = True
    closed_date = <Date 2012-01-01.21:55:17.155>
    closer = 'sandro.tosi'
    components = ['Library (Lib)']
    creation = <Date 2011-12-13.19:08:06.031>
    creator = 'Oleg.Plakhotnyuk'
    dependencies = []
    files = ['23944']
    hgrepos = []
    issue_num = 13594
    keywords = ['patch']
    message_count = 2.0
    messages = ['149402', '150443']
    nosy_count = 5.0
    nosy_names = ['ezio.melotti', 'r.david.murray', 'sandro.tosi', 'python-dev', 'Oleg.Plakhotnyuk']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue13594'
    versions = ['Python 3.2', 'Python 3.3']

    @OlegPlakhotnyuk
    Copy link
    Mannequin Author

    OlegPlakhotnyuk mannequin commented Dec 13, 2011

    1. Markers serialization test coverage improved.
    2. Marker name changed from string to bytes, because _write_string function uses bytes.
    3. Check for closed file handle moved to 'close' method, because otherwise I caught 'attempt to write to closed file' error.

    @OlegPlakhotnyuk OlegPlakhotnyuk mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Dec 13, 2011
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jan 1, 2012

    New changeset c7a4405835e8 by Sandro Tosi in branch '3.2':
    Issue bpo-13594: various fixes to aifc module; patch by Oleg Plakhotnyuk
    http://hg.python.org/cpython/rev/c7a4405835e8

    @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
    stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant