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 vstinner
Recipients kuraga, serhiy.storchaka, vstinner
Date 2019-09-06.09:38:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567762708.84.0.288493601319.issue38042@roundup.psfhosted.org>
In-reply-to
Content
I understand that this bug is a duplicate of bpo-37467 that I fixed recently in 3.7, 3.8 and master branches:

commit f9b7457bd7f438263e0d2dd1f70589ad56a2585e
Author: Victor Stinner <vstinner@redhat.com>
Date:   Mon Jul 1 16:51:18 2019 +0200

    bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)


> It has been fixed in 3.7+ by issue37467, but the fix was not backported to 3.6.

Python 3.6 no longer accept bug fixes, only security fixes:
https://devguide.python.org/#status-of-python-branches

And this bug doesn't look like a security issue.

Python 2.7 doesn't seem to be affected by this issue.

In short, nothing can be one on the Python side: please upgrade to Python 3.7.

I close this issue as a duplicate of bpo-37467.
History
Date User Action Args
2019-09-06 09:38:28vstinnersetrecipients: + vstinner, serhiy.storchaka, kuraga
2019-09-06 09:38:28vstinnersetmessageid: <1567762708.84.0.288493601319.issue38042@roundup.psfhosted.org>
2019-09-06 09:38:28vstinnerlinkissue38042 messages
2019-09-06 09:38:28vstinnercreate