Message275961
| Author | serhiy.storchaka |
|---|---|
| Recipients | barry, ned.deily, rbcollins, serhiy.storchaka, steve.dower, stevenk |
| Date | 2016-09-12.05:00:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473656427.8.0.0878513224895.issue28086@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Thank you for making buildbots green Steve. The intent of 51b635e81958 was avoiding needless copying. But this caused to leaking tuple subtype in case of single var-positional argument without other positional arguments. The intent of tests was checking that tuple subtype is not leaked to called function. There is a bug, but I need to find the place where tuple subtype should be converted to tuple without needless hitting performance. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-12 05:00:27 | serhiy.storchaka | set | recipients: + serhiy.storchaka, barry, rbcollins, ned.deily, steve.dower, stevenk |
| 2016-09-12 05:00:27 | serhiy.storchaka | set | messageid: <1473656427.8.0.0878513224895.issue28086@psf.upfronthosting.co.za> |
| 2016-09-12 05:00:27 | serhiy.storchaka | link | issue28086 messages |
| 2016-09-12 05:00:27 | serhiy.storchaka | create | |