[issue46063] TimedRotatingFileHandler deletes wrong files

2021-12-13 Thread Sami Salonen
New submission from Sami Salonen : https://bugs.python.org/issue45628 breaks file rotation. I name my log files after module name, run the modules in separate processes, use the same log config in them, and store the log files in one common directory. For example, for modules `a.b` and

[issue46063] TimedRotatingFileHandler deletes wrong files

2021-12-13 Thread Sami Salonen
Sami Salonen added the comment: Breaking PR: https://github.com/python/cpython/pull/29310 -- ___ Python tracker <https://bugs.python.org/issue46063> ___ ___

[issue25850] Building extensions with MSVC 2015 Express fails

2015-12-12 Thread Sami Salonen
New submission from Sami Salonen: MSVC 2015 Express doesn't include the 64-bit compiler [1], and this causes distutils to fail to load proper compiler settings when using a 64-bit machine to compile extensions for 64-bit python. _msvccompiler.py tries to call "vcvarsall.bat amd64&qu