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 2012年04月16日 11:38 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (1) | |||
|---|---|---|---|
| msg158411 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年04月16日 11:38 | |
The PyErr_SetFromImportErrorWithNameAndPath implementation never checks for the various results returned by the C API functions it invokes. (also, it needs documenting, see python-dev) As for PyErr_SetExcWithArgsKwargs, there's a potential refleak when args is NULL. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:29 | admin | set | github: 58798 |
| 2012年04月17日 10:28:54 | pitrou | set | status: open -> closed superseder: Change ImportError reference handling, naming resolution: duplicate |
| 2012年04月16日 17:50:54 | eric.snow | set | nosy:
+ eric.snow |
| 2012年04月16日 11:38:44 | pitrou | create | |