Skip to content

[EASY] imaplib noop Debug: bytes vs Unicode bug in debug mode #70730

Closed
@StephenEvans

Description

@StephenEvans
BPO 26543
Nosy @warsaw, @vstinner, @bitdancer, @soltysh, @maxking, @ankostis, @serprex, @CuriousLearner, @rotuna
PRs
  • bpo-26543: fix imaplib.noop() failing when debug > 3 #1503
  • bpo-26543: Fix IMAP4.noop when debug mode is enabled #15206
  • bpo-26543: Fix crash on IMAP4.noop when bytes data is passed. #19693
  • Files
  • imaplib-noop.py: Python source capable of imaplib.noop() crash.
  • imaplib.patch: ignore; has syntax error
  • imaplib2.patch: Includes refactoring to use a generator
  • 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 2020-06-02.01:18:34.434>
    created_at = <Date 2016-03-11.23:23:43.448>
    labels = ['easy', 'type-bug', '3.8', 'expert-email', '3.7', '3.9']
    title = '[EASY] imaplib noop Debug: bytes vs Unicode bug in debug mode'
    updated_at = <Date 2020-06-02.01:18:34.433>
    user = 'https://bugs.python.org/StephenEvans'

    bugs.python.org fields:

    activity = <Date 2020-06-02.01:18:34.433>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-06-02.01:18:34.434>
    closer = 'vstinner'
    components = ['email']
    creation = <Date 2016-03-11.23:23:43.448>
    creator = 'Stephen.Evans'
    dependencies = []
    files = ['42140', '42310', '42312']
    hgrepos = []
    issue_num = 26543
    keywords = ['patch', 'easy']
    message_count = 11.0
    messages = ['261615', '262533', '262547', '293240', '293243', '349306', '349307', '349311', '349319', '370587', '370588']
    nosy_count = 11.0
    nosy_names = ['barry', 'vstinner', 'r.david.murray', 'Stephen.Evans', 'maciej.szulik', 'maxking', 'gigaplastik', 'ankostis', 'Demur Rumed', 'CuriousLearner', 'rotuna']
    pr_nums = ['1503', '15206', '19693']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue26543'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions