Message 368244 - Python tracker
Message368244
| Author | vstinner |
|---|---|
| Recipients | The Compiler, hieu.nguyen, serhiy.storchaka, tweksteen, vstinner |
| Date | 2020-05-06.12:59:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1588769943.1.0.519530115642.issue40527@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Oh right, that's because Python parses the command line at least 3 times :-) The first 2 times, it is not supposed to log errors. It's a bug: attached PR 19955 fix it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-05-06 12:59:03 | vstinner | set | recipients: + vstinner, hieu.nguyen, serhiy.storchaka, tweksteen, The Compiler |
| 2020-05-06 12:59:03 | vstinner | set | messageid: <1588769943.1.0.519530115642.issue40527@roundup.psfhosted.org> |
| 2020-05-06 12:59:03 | vstinner | link | issue40527 messages |
| 2020-05-06 12:59:02 | vstinner | create | |