Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ adheres to [Semantic Versioning](https://semver.org/).

### :bug: Fixes

- Fix conflict on `__init__.py` file on `backports` root module by transforming
`backports.zstd` into an implicit namespace package (see PEP-420)
- Raise an exception at both build and runtime when using an unsupported Python version,
instead of crashing with a segmentation fault at runtime (in the rare cases where
`backports.zstd` was installed despite the `requires-python` marker)
Expand Down
8 changes: 0 additions & 8 deletions src/python/backports/__init__.py

This file was deleted.