Skip to content

Add C fastpath for statistics.NormalDist.inv_cdf() #81979

Description

@rhettinger
BPO 37798
Nosy @rhettinger, @taleinat, @stevendaprano, @corona10
PRs
  • bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() #15266
  • [3.8] bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) #15441
  • bpo-37798: Update test_statistics.py #15453
  • [3.8] bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453) #15467
  • bpo-37798: Minor code formatting and comment clean-ups #15526
  • [3.8] bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) #15527
  • bpo-37798: Fix _statistics module doc #15546
  • [3.8] bpo-37798: Fix _statistics module doc (GH-15546) #15660
  • bpo-37798: Prevent undefined behavior in direct calls to the C helper… #16149
  • [3.8] bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (GH-16149) #16160
  • 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 = 'https://github.com/rhettinger'
    closed_at = <Date 2019-08-24.18:14:59.781>
    created_at = <Date 2019-08-09.04:43:26.916>
    labels = ['extension-modules', 'easy', '3.8', '3.9']
    title = 'Add C fastpath for statistics.NormalDist.inv_cdf()'
    updated_at = <Date 2019-09-15.17:04:03.394>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2019-09-15.17:04:03.394>
    actor = 'rhettinger'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2019-08-24.18:14:59.781>
    closer = 'rhettinger'
    components = ['Extension Modules']
    creation = <Date 2019-08-09.04:43:26.916>
    creator = 'rhettinger'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37798
    keywords = ['patch', 'easy (C)']
    message_count = 18.0
    messages = ['349273', '349521', '349527', '350335', '350336', '350337', '350338', '350384', '350389', '350390', '350403', '350558', '350561', '350794', '351078', '351079', '352479', '352481']
    nosy_count = 4.0
    nosy_names = ['rhettinger', 'taleinat', 'steven.daprano', 'corona10']
    pr_nums = ['15266', '15441', '15453', '15467', '15526', '15527', '15546', '15660', '16149', '16160']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue37798'
    versions = ['Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions