Skip to content

1.1.1: Python 3 MODE_AUTO fix

Compare
Choose a tag to compare
@oschwald oschwald released this 10 Dec 15:47
· 486 commits to main since this release
  • On Python 3 there was a potential issue where open_database with
    MODE_AUTO would try to use the C extension when it was not available.
    This could cause the function to fail rather than falling back to a pure
    Python mode.