Message289276
| Author | ncoghlan |
|---|---|
| Recipients | eryksun, ncoghlan, ned.deily, nedbat, steve.dower |
| Date | 2017-03-09.06:31:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1489041083.61.0.846526114814.issue29723@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
OK, https://github.com/python/cpython/pull/575 is the new PR that covers everything needed to fix the root cause of the problem (which was the entirely unnecessary add-and-overwrite dance that zipfile and directory executation was doing for sys.path[0]) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-03-09 06:31:23 | ncoghlan | set | recipients: + ncoghlan, nedbat, ned.deily, eryksun, steve.dower |
| 2017-03-09 06:31:23 | ncoghlan | set | messageid: <1489041083.61.0.846526114814.issue29723@psf.upfronthosting.co.za> |
| 2017-03-09 06:31:23 | ncoghlan | link | issue29723 messages |
| 2017-03-09 06:31:23 | ncoghlan | create | |