- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message282888
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 | rhettinger |
|---|---|
| Recipients | larry, martin.panter, mdk, rhettinger, serhiy.storchaka, skrah, vstinner |
| Date | 2016-12-11.00:11:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1481415098.92.0.316429337385.issue28754@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Why does this need a converter function? I there is any reason this can't use "O" with "hi" defaulting to None (matching the pure python API) and letting the C function handle both -1 and None in the implementation rather than in AC? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-12-11 00:11:38 | rhettinger | set | recipients: + rhettinger, vstinner, larry, skrah, martin.panter, serhiy.storchaka, mdk |
| 2016-12-11 00:11:38 | rhettinger | set | messageid: <1481415098.92.0.316429337385.issue28754@psf.upfronthosting.co.za> |
| 2016-12-11 00:11:38 | rhettinger | link | issue28754 messages |
| 2016-12-11 00:11:38 | rhettinger | create | |

