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: Typo in comment of listobject.h
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.10
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: docs@python Nosy List: akshayj398p, docs@python
Priority: normal Keywords:

Created on 2020-10-31 14:46 by akshayj398p, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg380070 - (view) Author: Akshay.Gupta (akshayj398p) Date: 2020-10-31 14:46
There is a typo in comment of _PyList_Cast(op) macro.
It should say 'PyListObject*' instead of 'PyTupleObject*'.
msg380071 - (view) Author: Akshay.Gupta (akshayj398p) Date: 2020-10-31 15:04
My bad was not on the latest master. 
Fix already merged in 22588
History
Date User Action Args
2022-04-11 14:59:37adminsetgithub: 86385
2020-10-31 15:04:46akshayj398psetstatus: open -> closed
resolution: duplicate
messages: + msg380071

stage: resolved
2020-10-31 14:46:55akshayj398pcreate