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: Fix a code style in dictobject.c
Type: Stage: resolved
Components: Interpreter Core Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: serhiy.storchaka, shihai1991
Priority: normal Keywords: patch

Created on 2019-06-23 10:04 by shihai1991, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 14317 closed shihai1991, 2019-06-23 10:08
Messages (3)
msg346314 - (view) Author: Hai Shi (shihai1991) * (Python triager) Date: 2019-06-23 10:12
# A small code style question: PyDictObject*mp should add a space:)
PyDictObject *mp = (PyDictObject *)op
msg346340 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2019-06-23 20:53
Sorry, but we usually do not accept pure cosmetic PRs.
msg346342 - (view) Author: Hai Shi (shihai1991) * (Python triager) Date: 2019-06-23 21:08
Thanks, got it.
History
Date User Action Args
2022-04-11 14:59:17adminsetgithub: 81556
2019-06-23 21:08:50shihai1991setmessages: + msg346342
2019-06-23 20:53:50serhiy.storchakasetstatus: open -> closed

nosy: + serhiy.storchaka
messages: + msg346340

resolution: rejected
stage: patch review -> resolved
2019-06-23 10:12:04shihai1991setmessages: + msg346314
2019-06-23 10:08:45shihai1991setkeywords: + patch
stage: patch review
pull_requests: + pull_request14141
2019-06-23 10:04:22shihai1991create