kitty icon indicating copy to clipboard operation
kitty copied to clipboard

Fix broken APIs

Open BinyaminSharet opened this issue 1 year ago • 0 comments

Fix several broken APIs for python 3.11:

  1. tests - use of "joiner" Bits() object instead of sum
  2. threading related apis: isSet -> is_set, isAlive -> is_alive

BinyaminSharet avatar Aug 04 '24 14:08 BinyaminSharet