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 2011年07月08日 21:54 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg140043 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2011年07月08日 21:54 | |
$ ./python -m test test_warnings [1/1] test_warnings test.test_warnings:553: UserWarning: test Also, I don't understand how test_filename_none is supposed to check for issue #12467 (it doesn't use a subprocess). |
|||
| msg191703 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2013年06月23日 14:02 | |
I cannot reproduce this isuse, was it fixed? $ ./python -m test test_warnings [1/1] test_warnings 1 test OK. > Also, I don't understand how test_filename_none is supposed to check for issue #12467 (it doesn't use a subprocess). You don't need a subprocess to reproduce the issue, you just have to emit a warning with __file__=None. At shutdown, __file__ is set to None by Py_Finalize, whereas a warning is emitted because a file was not closed explicitly. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:19 | admin | set | github: 56729 |
| 2013年07月02日 00:36:30 | vstinner | set | status: open -> closed resolution: out of date |
| 2013年06月23日 14:02:05 | vstinner | set | messages: + msg191703 |
| 2013年01月28日 11:40:05 | ezio.melotti | set | nosy:
+ ezio.melotti versions: + Python 3.4 |
| 2011年07月08日 21:54:47 | pitrou | create | |