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.

Author Krishna Oza
Recipients Krishna Oza, pchopin, vstinner
Date 2019-07-19.13:04:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563541486.94.0.76941202978.issue37629@roundup.psfhosted.org>
In-reply-to
Content
Victor
I have debugged the issue and found that the jpg file shared doesnt have the information in its header to identify the file format of this file.
The imghdr module needs file format information in first 32 bytes when the jpg file is read in binary mode. However for the  file "e2006bd7-51d7-4554-9738-ea13207fd104.jpg" there is no such information present and hence I would like to suggest that the issue be closed appropriately.

P.S. Attaching the dump of file "e2006bd7-51d7-4554-9738-ea13207fd104.jpg" when read in binary mode.
History
Date User Action Args
2019-07-19 13:04:46Krishna Ozasetrecipients: + Krishna Oza, vstinner, pchopin
2019-07-19 13:04:46Krishna Ozasetmessageid: <1563541486.94.0.76941202978.issue37629@roundup.psfhosted.org>
2019-07-19 13:04:46Krishna Ozalinkissue37629 messages
2019-07-19 13:04:46Krishna Ozacreate