MCPcopy Index your code
hub / github.com/python/cpython / _finalize_close

Method _finalize_close

Lib/multiprocessing/queues.py:223–227  ·  view source on GitHub ↗
(buffer, notempty)

Source from the content-addressed store, hash-verified

221
222 @staticmethod
223 def _finalize_close(buffer, notempty):
224 debug('telling queue thread to quit')
225 with notempty:
226 buffer.append(_sentinel)
227 notempty.notify()
228
229 @staticmethod
230 def _feed(buffer, notempty, send_bytes, writelock, reader_close,

Callers

nothing calls this directly

Calls 3

debugFunction · 0.70
appendMethod · 0.45
notifyMethod · 0.45

Tested by

no test coverage detected