[New-bugs-announce] [issue26943] Datetime.strptime crash

Jens de Bruijn report at bugs.python.org
Wed May 4 03:17:07 EDT 2016


New submission from Jens de Bruijn:

Datetime crashes while running script from the command line. When running the same date string from the interpreter (Ubuntu 16.04) it does not crash.

date = datetime.datetime.strptime('May 01 23:59:59 +0000 2016', '%b %d %H:%M:%S +0000 %Y')

----------
components: Extension Modules
files: Screenshot from 2016-05-04 08-52-30.png
messages: 264784
nosy: Jens de Bruijn
priority: normal
severity: normal
status: open
title: Datetime.strptime crash
type: crash
versions: Python 3.5
Added file: http://bugs.python.org/file42706/Screenshot from 2016-05-04 08-52-30.png

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26943>
_______________________________________


More information about the New-bugs-announce mailing list