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 eelizondo
Recipients eelizondo, josh.r, vstinner
Date 2018-12-10.17:08:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544461722.3.0.788709270274.issue35438@psf.upfronthosting.co.za>
In-reply-to
Content
@vstinner: Sorry for not being clear - The intention of this change is two-fold:
1) Simplify the implementation of these functions.
2) Reduce the surface area of the C-API.

Given that the same functionality can be achieved with public functions of the C-API. This is a nice cleanup over the current approach.
History
Date User Action Args
2018-12-10 17:08:42eelizondosetrecipients: + eelizondo, vstinner, josh.r
2018-12-10 17:08:42eelizondosetmessageid: <1544461722.3.0.788709270274.issue35438@psf.upfronthosting.co.za>
2018-12-10 17:08:42eelizondolinkissue35438 messages
2018-12-10 17:08:42eelizondocreate