bpo-38787: update docs of structures.rst and code style of _testmultiphase.c#19980
Conversation
| }; | ||
|
|
||
| static PyModuleDef def_meth_state_access = { | ||
| PyModuleDef_HEAD_INIT, /* m_base */ |
There was a problem hiding this comment.
We don't usually accept the style changing PR.
There was a problem hiding this comment.
I asked for this PR on purpose :-) Read comments starting at: #19936 (review)
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
| }; | ||
|
|
||
| static PyModuleDef def_meth_state_access = { | ||
| PyModuleDef_HEAD_INIT, /* m_base */ |
There was a problem hiding this comment.
I asked for this PR on purpose :-) Read comments starting at: #19936 (review)
|
Thanks @shihai1991, merged. |
https://bugs.python.org/issue38787