[issue37375] Fix a code style in dictobject.c

2019-06-23 Thread hai shi
hai shi added the comment: Thanks, got it. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37375] Fix a code style in dictobject.c

2019-06-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Sorry, but we usually do not accept pure cosmetic PRs. -- nosy: +serhiy.storchaka resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue37375] Fix a code style in dictobject.c

2019-06-23 Thread hai shi
New submission from hai shi : # A small code style question: PyDictObject*mp should add a space:) PyDictObject *mp = (PyDictObject *)op -- ___ Python tracker ___

[issue37375] Fix a code style in dictobject.c

2019-06-23 Thread hai shi
Change by hai shi : -- keywords: +patch pull_requests: +14141 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14317 ___ Python tracker ___

[issue37375] Fix a code style in dictobject.c

2019-06-23 Thread hai shi
Change by hai shi : -- components: Interpreter Core nosy: shihai1991 priority: normal severity: normal status: open title: Fix a code style in dictobject.c ___ Python tracker