Mention the shutdown question

This commit is contained in:
Antoine Pitrou 2017-09-08 17:53:11 +02:00
parent afde4b375a
commit 6337ff8cdc
1 changed files with 6 additions and 3 deletions

View File

@ -385,9 +385,12 @@ how doable that is.
Open issues
===========
``gc.set_mode`` should probably be protected against multiple concurrent
invocations. Also, it should raise when called from *inside* a GC run
(i.e. from a finalizer).
* ``gc.set_mode`` should probably be protected against multiple concurrent
invocations. Also, it should raise when called from *inside* a GC run
(i.e. from a finalizer).
* What happens at shutdown? Does the GC thread run until ``_PyGC_Fini()``
is called?
Implementation