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

Remove deprecated reuse_address parameter from create_datagram_endpoint() #89292

Closed
hugovk opened this issue Sep 7, 2021 · 4 comments
Closed
Labels
3.11 only security fixes topic-asyncio

Comments

@hugovk
Copy link
Member

hugovk commented Sep 7, 2021

BPO 45129
Nosy @asvetlov, @ambv, @1st1, @hugovk
PRs
  • bpo-45129 Remove deprecated reuse_address #28207
  • 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 2021-09-08.16:59:44.665>
    created_at = <Date 2021-09-07.14:36:46.846>
    labels = ['3.11', 'expert-asyncio']
    title = 'Remove deprecated reuse_address parameter from create_datagram_endpoint()'
    updated_at = <Date 2021-09-08.16:59:44.664>
    user = 'https://github.com/hugovk'

    bugs.python.org fields:

    activity = <Date 2021-09-08.16:59:44.664>
    actor = 'lukasz.langa'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-09-08.16:59:44.665>
    closer = 'lukasz.langa'
    components = ['asyncio']
    creation = <Date 2021-09-07.14:36:46.846>
    creator = 'hugovk'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 45129
    keywords = ['patch']
    message_count = 4.0
    messages = ['401290', '401310', '401405', '401406']
    nosy_count = 4.0
    nosy_names = ['asvetlov', 'lukasz.langa', 'yselivanov', 'hugovk']
    pr_nums = ['28207']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue45129'
    versions = ['Python 3.11']

    @hugovk
    Copy link
    Member Author

    hugovk commented Sep 7, 2021

    The reuse_address parameter was deprecated in Python 3.9 by bpo-37228.

    It can be removed in Python 3.11.

    PR to follow.

    @hugovk hugovk added 3.11 only security fixes topic-asyncio labels Sep 7, 2021
    @ambv
    Copy link
    Contributor

    ambv commented Sep 7, 2021

    To clarify, the option was entirely disabled in 3.9.0, 3.8.1, 3.7.6, and 3.6.10 due to security concerns. If True was passed, it raised a ValueError. If False was passed, it raised a DeprecationWarning. This was implemented in #61513 and What's New was updated in #61795.

    @ambv
    Copy link
    Contributor

    ambv commented Sep 8, 2021

    New changeset 59ea704 by Hugo van Kemenade in branch 'main':
    bpo-45129 Remove deprecated reuse_address (GH-28207)
    59ea704

    @ambv
    Copy link
    Contributor

    ambv commented Sep 8, 2021

    Thanks, Hugo! ✨ 🍰 ✨

    @ambv ambv closed this as completed Sep 8, 2021
    @ambv ambv closed this as completed Sep 8, 2021
    @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
    3.11 only security fixes topic-asyncio
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants