âžś

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: Rename DesciptorClassification => DescriptorClassification in specialize.c
Type: Stage: resolved
Components: Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Mark.Shannon, kj, kumaraditya, rhettinger
Priority: normal Keywords: patch

Created on 2022-01-23 13:19 by kumaraditya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30830 merged kumaraditya, 2022-01-23 13:21
Messages (3)
msg411365 - (view) Author: Kumar Aditya (kumaraditya) * (Python triager) Date: 2022-01-23 13:19
Rename DesciptorClassification => DescriptorClassification in specialize.c as DesciptorClassification has a typo.
msg411423 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2022-01-23 22:03
New changeset d1beb241d9bdf912682bc8323a59c052f99b82a8 by Kumar Aditya in branch 'main':
bpo-46486: Fixed misspelled name DesciptorClassification
https://github.com/python/cpython/commit/d1beb241d9bdf912682bc8323a59c052f99b82a8
msg411424 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2022-01-23 22:04
Thanks for noticing this and submitting a PR.
History
Date User Action Args
2022-04-11 14:59:55adminsetgithub: 90644
2022-01-23 22:04:22rhettingersetstatus: open -> closed
resolution: fixed
messages: + msg411424

stage: patch review -> resolved
2022-01-23 22:03:54rhettingersetnosy: + rhettinger
messages: + msg411423
2022-01-23 13:21:15kumaradityasetkeywords: + patch
stage: patch review
pull_requests: + pull_request29017
2022-01-23 13:19:54kumaradityacreate