- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message329087
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 | serhiy.storchaka, vstinner |
| Date | 2018-11-01.21:06:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1541106406.31.0.788709270274.issue35134@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There are not just two sides. It is common to wrap new stable C API with something like: #if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03050000 What will you do with this? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-01 21:06:46 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner |
| 2018-11-01 21:06:46 | serhiy.storchaka | set | messageid: <1541106406.31.0.788709270274.issue35134@psf.upfronthosting.co.za> |
| 2018-11-01 21:06:46 | serhiy.storchaka | link | issue35134 messages |
| 2018-11-01 21:06:46 | serhiy.storchaka | create | |

