You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
producer: Set exit timeout to 0 for atexit handler to match __del__ (dpkp#1126)
Hit a problem with pytest hitting the atexit handler and waiting
for close() timeout forever at teardown.
This commit makes atexit close() equivalent to __del__ behavior,
namely using timeout of 0 for close() completion. If you need a
longer timeout you should be setting it explicitly.
0 commit comments