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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2020-03-20.17:28:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584725283.08.0.330719138335.issue39998@roundup.psfhosted.org>
In-reply-to
Content
(Trashcan is somehow off-topic here, but let me comment anyway ;-))

> See for example _PyTrash_deposit_object.

I know that this one is kept for ABI backward compatibility... but the TRASHCAN API is excluded from the limited API. So I'm not sure that it is worth it to keep _PyTrash_deposit_object() in the ABI.

I modified the TRASHCAN API in Python 3.9 to no longer leak implementation details (access PyThreadState structure fields). The implementation now only uses function calls.

=> commit 38965ec5411da60d312b59be281f3510d58e0cf1
History
Date User Action Args
2020-03-20 17:28:03vstinnersetrecipients: + vstinner, serhiy.storchaka
2020-03-20 17:28:03vstinnersetmessageid: <1584725283.08.0.330719138335.issue39998@roundup.psfhosted.org>
2020-03-20 17:28:03vstinnerlinkissue39998 messages
2020-03-20 17:28:03vstinnercreate