Skip to content

0.0.22

Choose a tag to compare

@pomponchik pomponchik released this 06 Jul 13:15
19f5f17

A purely technical stability release with no major new features:

  • Added many docstrings for existing tests.
  • Added several thread-safety tests.
  • Improved thread safety of slots: most public operations are now performed under locks.
  • Added a warning suggesting that if the .one attribute is used when retrieving an item from a slot, it is recommended to set the unique=True flag for the slot, since your code effectively expects uniqueness.
  • Minor code refactoring was performed.