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:46serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2018-11-01 21:06:46serhiy.storchakasetmessageid: <1541106406.31.0.788709270274.issue35134@psf.upfronthosting.co.za>
2018-11-01 21:06:46serhiy.storchakalinkissue35134 messages
2018-11-01 21:06:46serhiy.storchakacreate