- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message374078
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 | serhiy.storchaka |
|---|---|
| Recipients | corona10, larry, rhettinger, serhiy.storchaka |
| Date | 2020-07-21.19:24:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1595359466.12.0.649125888149.issue41361@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
See also issue20180. collections.deque was intentionally not converted to Argument Clinic, but some of methods were made using more efficient code for parsing arguments by inlining the code generated by Argument Clinic at that time. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-07-21 19:24:26 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, larry, corona10 |
| 2020-07-21 19:24:26 | serhiy.storchaka | set | messageid: <1595359466.12.0.649125888149.issue41361@roundup.psfhosted.org> |
| 2020-07-21 19:24:26 | serhiy.storchaka | link | issue41361 messages |
| 2020-07-21 19:24:26 | serhiy.storchaka | create | |

