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 Mark.Shannon
Recipients Anthony Sottile, Mark.Shannon, gvanrossum, nedbat, pablogsal, petr.viktorin
Date 2021-05-10.11:12:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620645140.46.0.253330610184.issue43933@roundup.psfhosted.org>
In-reply-to
Content
Ned, no line numbers should never be None.
(Except under very unusual circumstances, like the trace function raising an error)

Taking a look at the disassembly of execsitecustomize, there is a return with no line number, which shouldn't happen.
History
Date User Action Args
2021-05-10 11:12:20Mark.Shannonsetrecipients: + Mark.Shannon, gvanrossum, nedbat, petr.viktorin, Anthony Sottile, pablogsal
2021-05-10 11:12:20Mark.Shannonsetmessageid: <1620645140.46.0.253330610184.issue43933@roundup.psfhosted.org>
2021-05-10 11:12:20Mark.Shannonlinkissue43933 messages
2021-05-10 11:12:20Mark.Shannoncreate