Skip to content

[3.10] __pow__ and __rpow__ are not reached when __ipow__ returns NotImplemented for **= #82483

@DeepSpace

Description

@DeepSpace
mannequin
BPO 38302
Nosy @brettcannon, @serhiy-storchaka, @ammaraskar, @hongweipeng, @pablogsal
PRs
  • bpo-38302. __rpow__ now called when __ipow__ returns NotImplemented #16459
  • bpo-38302: when __ipow__ returns NotImplemented, fall back to __pow__/__rpow__ #24587
  • 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-02-26.19:59:01.203>
    created_at = <Date 2019-09-27.21:55:15.670>
    labels = ['interpreter-core', 'type-bug', '3.10', 'release-blocker']
    title = '[3.10] __pow__ and __rpow__ are not reached when __ipow__ returns NotImplemented for **='
    updated_at = <Date 2021-02-26.19:59:01.202>
    user = 'https://bugs.python.org/DeepSpace'

    bugs.python.org fields:

    activity = <Date 2021-02-26.19:59:01.202>
    actor = 'brett.cannon'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-02-26.19:59:01.203>
    closer = 'brett.cannon'
    components = ['Interpreter Core']
    creation = <Date 2019-09-27.21:55:15.670>
    creator = 'DeepSpace'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38302
    keywords = ['patch']
    message_count = 10.0
    messages = ['353419', '353422', '353503', '353505', '353595', '375825', '376208', '386108', '386124', '387741']
    nosy_count = 6.0
    nosy_names = ['brett.cannon', 'serhiy.storchaka', 'ammar2', 'hongweipeng', 'pablogsal', 'DeepSpace']
    pr_nums = ['16459', '24587']
    priority = 'release blocker'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue38302'
    versions = ['Python 3.10']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)release-blockertype-bugAn unexpected behavior, bug, or error
      No fields configured for issues without a type.

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions