- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message359098
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 | ncoghlan |
|---|---|
| Recipients | BTaskaya, Michel Desmoulin, ammar2, gregory.p.smith, lukasz.langa, ncoghlan, r.david.murray, vstinner, xtreak |
| Date | 2019-12-31.04:56:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1577768163.83.0.603648551269.issue20443@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
With the sys.argv[0] change reverted, I think this overall issue is fixed now - code objects will get absolute paths, while sys.argv[0] will continue to reflect how __main__ was identified. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-12-31 04:56:03 | ncoghlan | set | recipients: + ncoghlan, gregory.p.smith, vstinner, r.david.murray, lukasz.langa, Michel Desmoulin, ammar2, xtreak, BTaskaya |
| 2019-12-31 04:56:03 | ncoghlan | set | messageid: <1577768163.83.0.603648551269.issue20443@roundup.psfhosted.org> |
| 2019-12-31 04:56:03 | ncoghlan | link | issue20443 messages |
| 2019-12-31 04:56:03 | ncoghlan | create | |

