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.
Created on 2017年04月11日 07:51 by Dutcho, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg291464 - (view) | Author: (Dutcho) | Date: 2017年04月11日 07:51 | |
The table at the top of the inspect documentation (https://docs.python.org/3/library/inspect.html#types-and-members) omits co_cellvars, co_freevars, and co_kwonlyargcount attributes of type code (note: the type's doc string does provide these attributes) |
|||
| msg291465 - (view) | Author: Martin Panter (martin.panter) * (Python committer) | Date: 2017年04月11日 08:27 | |
Looks like a there is already a patch discussed at Issue 26985. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:45 | admin | set | github: 74223 |
| 2017年04月11日 08:27:16 | martin.panter | set | status: open -> closed superseder: Information about CodeType in inspect documentation is outdated nosy: + martin.panter messages: + msg291465 resolution: duplicate stage: resolved |
| 2017年04月11日 07:51:50 | Dutcho | create | |