Skip to content

Conversation

@adamnovak
Copy link

This will fix #325 by preventing modifications to globals() from other threads from producing a RuntimeError: dictionary changed size during iteration while we look for keycodes.

@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.33%. Comparing base (dc1e596) to head (73086bd).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #326   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files          11       11           
  Lines        2468     2468           
  Branches      429      429           
=======================================
  Hits         2427     2427           
  Misses         31       31           
  Partials       10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jquast jquast merged commit 23d0ad9 into jquast:master Nov 18, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

get_keyboard_codes() in blessed 1.23 and newer can throw a RuntimeError if a global variable is created while it is running

2 participants