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

decimal.Decimal(0)**0 throws decimal.InvalidOperation #70279

Closed
Pyottamus mannequin opened this issue Jan 12, 2016 · 1 comment
Closed

decimal.Decimal(0)**0 throws decimal.InvalidOperation #70279

Pyottamus mannequin opened this issue Jan 12, 2016 · 1 comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@Pyottamus
Copy link
Mannequin

Pyottamus mannequin commented Jan 12, 2016

BPO 26091
Nosy @skrah
Files
  • decimal pow error.py: sample program displaying the error for reproducibility
  • 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 2016-01-12.18:17:34.418>
    created_at = <Date 2016-01-12.17:59:25.682>
    labels = ['invalid', 'type-bug', 'library']
    title = 'decimal.Decimal(0)**0 throws decimal.InvalidOperation'
    updated_at = <Date 2016-01-12.18:17:34.358>
    user = 'https://bugs.python.org/Pyottamus'

    bugs.python.org fields:

    activity = <Date 2016-01-12.18:17:34.358>
    actor = 'skrah'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-01-12.18:17:34.418>
    closer = 'skrah'
    components = ['Library (Lib)']
    creation = <Date 2016-01-12.17:59:25.682>
    creator = 'Pyottamus'
    dependencies = []
    files = ['41593']
    hgrepos = []
    issue_num = 26091
    keywords = []
    message_count = 1.0
    messages = ['258114']
    nosy_count = 2.0
    nosy_names = ['skrah', 'Pyottamus']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue26091'
    versions = ['Python 3.5']

    @Pyottamus Pyottamus mannequin added extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error stdlib Python modules in the Lib dir and removed extension-modules C modules in the Modules dir labels Jan 12, 2016
    @skrah
    Copy link
    Mannequin

    skrah mannequin commented Jan 12, 2016

    @skrah skrah mannequin closed this as completed Jan 12, 2016
    @skrah skrah mannequin added the invalid label Jan 12, 2016
    @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

    0 participants