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 2010年07月28日 20:53 by vstinner, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| pyexpat_py_decref.patch | vstinner, 2010年07月28日 20:53 | |||
| Messages (2) | |||
|---|---|---|---|
| msg111845 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2010年07月28日 20:53 | |
PyObject_DEL() should not be used to destroy an object because it will break the linked list of allocated objects using in pydebug mode to detect bugs. pyexpat should use Py_DECREF() instead of PyObject_DEL() to destroy an object. Attached patch fixes that. See #3299 for the whole story. |
|||
| msg116051 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2010年09月10日 22:25 | |
Fixed by r84692. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:04 | admin | set | github: 53648 |
| 2010年09月10日 22:25:57 | vstinner | set | status: open -> closed resolution: fixed messages: + msg116051 |
| 2010年08月04日 07:57:56 | flox | set | nosy:
+ effbot, flox type: crash components: + Extension Modules, XML, - Library (Lib) stage: patch review |
| 2010年07月28日 20:53:46 | vstinner | create | |