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 the _msi module to Argument Clinic
Type: enhancement Stage: resolved
Components: Argument Clinic, Windows Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: larry, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2020-07-01 16:49 by serhiy.storchaka, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 21264 merged serhiy.storchaka, 2020-07-01 16:51
Messages (2)
msg372769 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2020-07-01 16:49
The proposed PR converts the _msi module to Argument Clinic.

* Fixes deprecation warnings with the "u" format.
* Adds signatures.
* Adds meaningful docstrings.
msg372784 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2020-07-01 18:53
New changeset 5d5c84ef78b19211671c2bfa68fe073485135eed by Serhiy Storchaka in branch 'master':
bpo-41187: Convert the _msi module to Argument Clinic (GH-21264)
https://github.com/python/cpython/commit/5d5c84ef78b19211671c2bfa68fe073485135eed
History
Date User Action Args
2022-04-11 14:59:33adminsetgithub: 85359
2020-07-12 16:14:39serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-07-01 18:53:15serhiy.storchakasetmessages: + msg372784
2020-07-01 16:51:34serhiy.storchakasetkeywords: + patch
stage: patch review
pull_requests: + pull_request20412
2020-07-01 16:49:25serhiy.storchakacreate