Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 556: Mark deferred #942

Merged
merged 1 commit into from
Mar 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion pep-0556.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
PEP: 556
Title: Threaded garbage collection
Author: Antoine Pitrou <solipsis@pitrou.net>
Status: Draft
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
Created: 2017-09-08
Python-Version: 3.7
Post-History: 2017-09-08


Deferral Notice
===============

This PEP is currently not being actively worked on. It may be revived
in the future. The main missing steps are:

* polish the implementation, adapting the test suite where necessary;

* ensure setting threaded garbage collection does not disrupt existing
code in unexpected ways (expected impact includes lengthening the
lifetime of objects in reference cycles).


Abstract
========

Expand Down Expand Up @@ -138,6 +151,8 @@ not a problem.
Internal details
================

TODO: Update this section to conform to the current implementation.

``gc`` module
-------------

Expand Down