typo - _sysconfig

pypy
Simon 5 years ago
parent 88334eaaf5
commit b960427f2a

@ -421,7 +421,7 @@ def stream_trimmer_loop():
try:
for tgid in _sysconfig['_bcsq']:
if sysconfig['_bcsq'][tgid] == stream_id:
if _sysconfig['_bcsq'][tgid] == stream_id:
removed = sysconfig['_bcsq'].pop(tgid)
except KeyError:
pass

Loading…
Cancel
Save

Powered by TurnKey Linux.