Skip to content
Snippets Groups Projects
  1. Jan 30, 2025
  2. Jan 28, 2025
  3. Oct 25, 2024
  4. Oct 18, 2024
  5. Oct 16, 2024
  6. Oct 11, 2024
  7. Oct 10, 2024
  8. Oct 05, 2024
  9. Sep 29, 2024
  10. Sep 28, 2024
    • Marc Troelitzsch's avatar
      fix: Avoid import conflicts by renaming types.py to _types.py · d4ca8555
      Marc Troelitzsch authored
      Renaming `types.py` to `_types.py` to avoid conflicts with Python's
      built-in modules. This change addresses some `ImportErrors` such as:
      
      ```
      ImportError: cannot import name 'MappingProxyType' from partially initialized module 'types' (most likely due to a circular import)
      ```
      
      As far as I can tell this is not a problem when installing the library
      using pip or running tests in tox, only local execution when adding the
      source-root to the `PYTHONPATH`. This is e.g. the case in the default
      IntelliJ/Pycharm run configuration when testing in scratch files.
      d4ca8555
    • Marc Trölitzsch's avatar
      b881c78a
  11. Sep 27, 2024
  12. Sep 16, 2024
  13. Sep 05, 2024
  14. Sep 01, 2024
Loading