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 2021年12月04日 16:32 by ronaldoussoren, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg407676 - (view) | Author: Ronald Oussoren (ronaldoussoren) * (Python committer) | Date: 2021年12月04日 16:32 | |
The documentation for PyType_Spec and the related functions is not clear about the required lifetime of fields of PyType_Spec. In particular, PyType_Spec.name must remain valid for the entire lifetime of types created with PyType_FromSpec*. The documentation doesn't mention this. I ran into this with code that calculates the name as needed an cleans up the memory used for the type spec after creating the type. The type appears to work fine when looking at it in Python scripts, but the tp_name slot is wrong. |
|||
| msg407677 - (view) | Author: Ronald Oussoren (ronaldoussoren) * (Python committer) | Date: 2021年12月04日 16:45 | |
I just noticed this duplicates #45315, sorry about the noise. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:53 | admin | set | github: 90141 |
| 2021年12月04日 16:45:18 | ronaldoussoren | set | status: open -> closed superseder: `PyType_FromSpec` does not copy the name messages: + msg407677 resolution: duplicate stage: resolved |
| 2021年12月04日 16:32:04 | ronaldoussoren | create | |