[issue37165] Convert _collections._count_elements() to the Argument Clinic

2019-06-06 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue37165] Convert _collections._count_elements() to the Argument Clinic

2019-06-05 Thread miss-islington
miss-islington added the comment: New changeset 21ce2454de57caaa532d11d76544632608f4b86b by Miss Islington (bot) in branch '3.8': bpo-37165: Convert _count_elements to the argument clinic (GH-13848) https://github.com/python/cpython/commit/21ce2454de57caaa532d11d76544632608f4b86b --

[issue37165] Convert _collections._count_elements() to the Argument Clinic

2019-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +13729 pull_request: https://github.com/python/cpython/pull/13853 ___ Python tracker ___ __

[issue37165] Convert _collections._count_elements() to the Argument Clinic

2019-06-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset e985804207473796a1326585b3e1b9e18c764345 by Raymond Hettinger in branch 'master': bpo-37165: Convert _count_elements to the argument clinic (GH-13848) https://github.com/python/cpython/commit/e985804207473796a1326585b3e1b9e18c764345 ---

[issue37165] Convert _collections._count_elements() to the Argument Clinic

2019-06-05 Thread Raymond Hettinger
Change by Raymond Hettinger : -- keywords: +patch pull_requests: +13725 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13848 ___ Python tracker __

[issue37165] Convert _collections._count_elements() to the Argument Clinic

2019-06-05 Thread Raymond Hettinger
New submission from Raymond Hettinger : This lets _count_elements use METH_FASTCALL. -- components: Library (Lib) messages: 344759 nosy: rhettinger priority: normal severity: normal status: open type: performance versions: Python 3.8, Python 3.9 ___