Mention the shutdown question
This commit is contained in:
parent
afde4b375a
commit
6337ff8cdc
|
@ -385,9 +385,12 @@ how doable that is.
|
||||||
Open issues
|
Open issues
|
||||||
===========
|
===========
|
||||||
|
|
||||||
``gc.set_mode`` should probably be protected against multiple concurrent
|
* ``gc.set_mode`` should probably be protected against multiple concurrent
|
||||||
invocations. Also, it should raise when called from *inside* a GC run
|
invocations. Also, it should raise when called from *inside* a GC run
|
||||||
(i.e. from a finalizer).
|
(i.e. from a finalizer).
|
||||||
|
|
||||||
|
* What happens at shutdown? Does the GC thread run until ``_PyGC_Fini()``
|
||||||
|
is called?
|
||||||
|
|
||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
|
|
Loading…
Reference in New Issue