This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Convert heapq to the argument clinic
Type: enhancement Stage: resolved
Components: Argument Clinic Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: larry, pablogsal, rhettinger
Priority: normal Keywords: patch

Created on 2018-09-25 11:55 by pablogsal, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 9560 merged pablogsal, 2018-09-25 11:57
Messages (2)
msg326344 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2018-09-25 11:55
Convert the accelerator module `_heapqmodule.c` to the argument clinic.
msg326655 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2018-09-28 19:39
New changeset e2f48bf0e851dc79d888c70fd24c631a8a9e1030 by Raymond Hettinger (Pablo Galindo) in branch 'master':
bpo-34797: Convert heapq to the argument clinic (GH-9560)
https://github.com/python/cpython/commit/e2f48bf0e851dc79d888c70fd24c631a8a9e1030
History
Date User Action Args
2022-04-11 14:59:06adminsetgithub: 78978
2018-09-28 19:40:30rhettingersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-09-28 19:39:51rhettingersetmessages: + msg326655
2018-09-28 18:18:40rhettingersetassignee: rhettinger
2018-09-25 13:33:22serhiy.storchakalinkissue20186 dependencies
2018-09-25 12:03:06serhiy.storchakasetnosy: + rhettinger
2018-09-25 11:57:10pablogsalsetkeywords: + patch
stage: patch review
pull_requests: + pull_request8962
2018-09-25 11:55:41pablogsalcreate