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 Sebastian, amaury.forgeotdarc, benjamin.peterson, vstinner
Date 2019-10-22.23:03:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571785389.51.0.918603828889.issue8787@roundup.psfhosted.org>
In-reply-to
Content
Fixed in bpo-33375.

commit 11a896652ee98aa44e59ed25237f9efb56635dcf
Author: Thomas Kluyver <takowl@gmail.com>
Date:   Fri Jun 8 21:28:37 2018 +0200

    bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)
    
    More consistent with how other parts of Python find the filename (e.g. tracebacks and pdb).
History
Date User Action Args
2019-10-22 23:03:09vstinnersetrecipients: + vstinner, amaury.forgeotdarc, benjamin.peterson, Sebastian
2019-10-22 23:03:09vstinnersetmessageid: <1571785389.51.0.918603828889.issue8787@roundup.psfhosted.org>
2019-10-22 23:03:09vstinnerlinkissue8787 messages
2019-10-22 23:03:09vstinnercreate