Message403608
With tracemalloc enabled:
$ ./python -X tracemalloc -m test -v test_logging -m test_should_not_rollover
...
test_should_not_rollover (test.test_logging.TimedRotatingFileHandlerTest) ... /home/serhiy/py/cpython/Lib/unittest/case.py:547: ResourceWarning: unclosed file <_io.TextIOWrapper name='/dev/null' mode='a' encoding='utf-8'>
if method() is not None:
Object allocated at (most recent call last):
File "/home/serhiy/py/cpython/Lib/logging/__init__.py", lineno 1205
return open_func(self.baseFilename, self.mode,
ok |
|
Date |
User |
Action |
Args |
2021-10-10 20:30:20 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vinay.sajip, vstinner, miss-islington |
2021-10-10 20:30:20 | serhiy.storchaka | set | messageid: <1633897820.45.0.275267388808.issue45401@roundup.psfhosted.org> |
2021-10-10 20:30:20 | serhiy.storchaka | link | issue45401 messages |
2021-10-10 20:30:20 | serhiy.storchaka | create | |
|