Message305526
| Author | vstinner |
|---|---|
| Recipients | larry, serhiy.storchaka, taleinat, vstinner |
| Date | 2017-11-03.23:33:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1509751989.98.0.213398074469.issue31938@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
While reviewing PR 4265, I noticed that the return type like "-> None" or "-> int" is removed from the function definition, so the PR removes this information. But it seems to be a limitation of Argument Clinic: I opened the issue #31939. IHMO it's not a blocker issue. We can add it back later, once the issue #31939 is implemented. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-11-03 23:33:10 | vstinner | set | recipients: + vstinner, taleinat, larry, serhiy.storchaka |
| 2017-11-03 23:33:09 | vstinner | set | messageid: <1509751989.98.0.213398074469.issue31938@psf.upfronthosting.co.za> |
| 2017-11-03 23:33:09 | vstinner | link | issue31938 messages |
| 2017-11-03 23:33:09 | vstinner | create | |