- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message393376
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:20 | Mark.Shannon | set | recipients: + Mark.Shannon, gvanrossum, nedbat, petr.viktorin, Anthony Sottile, pablogsal |
| 2021-05-10 11:12:20 | Mark.Shannon | set | messageid: <1620645140.46.0.253330610184.issue43933@roundup.psfhosted.org> |
| 2021-05-10 11:12:20 | Mark.Shannon | link | issue43933 messages |
| 2021-05-10 11:12:20 | Mark.Shannon | create | |

