Issue 36317: Typo in documentation of _PyObject_FastCallDict
Created on 2019-03-16 15:03 by remi.lapeyre, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 12383 | merged | remi.lapeyre, 2019-03-17 18:11 | |
| PR 12402 | merged | remi.lapeyre, 2019-03-18 11:01 | |
| Messages (3) | |||
|---|---|---|---|
| msg338085 - (view) | Author: Rémi Lapeyre (remi.lapeyre) * | Date: 2019-03-16 15:03 | |
Return result is documented as: > Return the result on success. Raise an exception on return NULL on error. I'm not absolutely sure but shouldn't that be "Raise an exception and return NULL on error."? Or should it be "Raise an exception or return NULL on error."? |
|||
| msg338204 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2019-03-18 11:51 | |
New changeset 67294f64256a5cb29ca3c22d1a8d324e7ea177c6 by Victor Stinner (Rémi Lapeyre) in branch '3.7': bpo-36317: Fix typo in _PyObject_FastCallDict documentation (GH-12383) (GH-12402) https://github.com/python/cpython/commit/67294f64256a5cb29ca3c22d1a8d324e7ea177c6 |
|||
| msg338205 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2019-03-18 11:53 | |
https://github.com/python/cpython/pull/12383 has been merged into master: commit b4b97af8bed21e32eb77e7f7497acde1f8af4e70 Author: Rémi Lapeyre <remi.lapeyre@henki.fr> Date: Mon Mar 18 11:07:53 2019 +0100 Fix typo in _PyObject_FastCallDict documentation (GH-12383) Thanks Rémi Lapeyre. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:12 | admin | set | github: 80498 |
| 2019-03-18 11:53:19 | vstinner | set | status: open -> closed versions: + Python 3.7 messages: + msg338205 resolution: fixed |
| 2019-03-18 11:51:25 | vstinner | set | messages: + msg338204 |
| 2019-03-18 11:01:09 | remi.lapeyre | set | pull_requests: + pull_request12357 |
| 2019-03-17 18:11:27 | remi.lapeyre | set | keywords:
+ patch stage: patch review pull_requests: + pull_request12341 |
| 2019-03-16 15:03:49 | remi.lapeyre | create | |
