Skip to content

Commit 1862c94

Browse files
bollwyvlRogdham
authored andcommitted
fix: use pep-420 implicit namespace package
1 parent 5d92e80 commit 1862c94

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ adheres to [Semantic Versioning](https://semver.org/).
99

1010
### :bug: Fixes
1111

12+
- Fix conflict on `__init__.py` file on `backports` root module by transforming
13+
`backports.zstd` into an implicit namespace package (see PEP-420)
1214
- Raise an exception at both build and runtime when using an unsupported Python version,
1315
instead of crashing with a segmentation fault at runtime (in the rare cases where
1416
`backports.zstd` was installed despite the `requires-python` marker)

src/python/backports/__init__.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)