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

Refactor bytearray strip methods #91266

Closed
eendebakpt mannequin opened this issue Mar 24, 2022 · 2 comments
Closed

Refactor bytearray strip methods #91266

eendebakpt mannequin opened this issue Mar 24, 2022 · 2 comments
Labels
3.11 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@eendebakpt
Copy link
Mannequin

eendebakpt mannequin commented Mar 24, 2022

BPO 47110
Nosy @eendebakpt
PRs
  • gh-91266: refactor bytearray strip methods #32096
  • 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 = None
    created_at = <Date 2022-03-24.12:49:12.897>
    labels = ['interpreter-core', '3.11']
    title = 'Refactor bytearray strip methods'
    updated_at = <Date 2022-03-24.12:51:34.709>
    user = 'https://github.com/eendebakpt'

    bugs.python.org fields:

    activity = <Date 2022-03-24.12:51:34.709>
    actor = 'pieter.eendebak'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2022-03-24.12:49:12.897>
    creator = 'pieter.eendebak'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 47110
    keywords = ['patch']
    message_count = 1.0
    messages = ['415939']
    nosy_count = 1.0
    nosy_names = ['pieter.eendebak']
    pr_nums = ['32096']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue47110'
    versions = ['Python 3.11']

    @eendebakpt
    Copy link
    Mannequin Author

    eendebakpt mannequin commented Mar 24, 2022

    The bytearray strip, lstrip and rstrip methods contain a lot of duplicated code.

    @eendebakpt eendebakpt mannequin added 3.11 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Mar 24, 2022
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @sweeneyde
    Copy link
    Member

    Thanks!

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.11 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant