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 pitrou
Recipients arigo, fdrake, pitrou, serhiy.storchaka, tim.peters
Date 2016-11-29.23:38:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
One possibility would be to always delay removals (always put them in _pending_removals).
We would then have to enforce removals from time to time, but synchronously.
History
Date User Action Args
2016-11-29 23:39:00pitrousetrecipients: + pitrou, tim.peters, fdrake, arigo, serhiy.storchaka
2016-11-29 23:38:59pitrousetmessageid: <[email protected]>
2016-11-29 23:38:59pitroulinkissue28427 messages
2016-11-29 23:38:59pitroucreate