[issue38720] Logging failure with timestamp messages

2019-12-15 Thread Cheryl Sabella
Cheryl Sabella added the comment: I'm going to close this pending additional information from the OP. @xtobes, please reopen if you are able to provide a minimally reproducing example. Thank you! -- nosy: +cheryl.sabella resolution: -> works for me stage: -> test needed status:

[issue38720] Logging failure with timestamp messages

2019-12-01 Thread Bruno P. Kinoshita
Bruno P. Kinoshita added the comment: I think this needs a script to reproduce the problem. Tested first with Anaconda Python 3.7.1 on Win10 Pro. Not able to reproduce the issue. Smae with the latest version. Using Python master and Win10Pro and timezone set to NZ (not that really matter,

[issue38720] Logging failure with timestamp messages

2019-11-06 Thread xtobes
New submission from xtobes : This only happings on Windows, the scripts runs some seconds and then stops and exit with: Process finished with exit code -1073740940 (0xC374). This happens when the format variable of a logging config object contains the identifier '%(asctime)s'.