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 2008年11月29日 17:40 by CWRU_Researcher1, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg76611 - (view) | Author: Brian Szuter (CWRU_Researcher1) | Date: 2008年11月29日 17:40 | |
Python-2.5.2/Modules/posixmodule.c(posix_tmpfile) Line 6841 The return value of PyFile_FromFile is not checked for NULL See the following where it is checked: tokenizer.c(fp_setreadl) 429 fileobject.c(PyFile_FromString) 300 posixmodule.c(posix_popen) 5323 |
|||
| msg76613 - (view) | Author: Mark Dickinson (mark.dickinson) * (Python committer) | Date: 2008年11月29日 17:49 | |
See explanation for issue 4465. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:41 | admin | set | github: 48716 |
| 2008年11月29日 17:49:19 | mark.dickinson | set | status: open -> closed resolution: not a bug messages: + msg76613 nosy: + mark.dickinson |
| 2008年11月29日 17:40:44 | CWRU_Researcher1 | create | |