We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d92e80 commit 1862c94Copy full SHA for 1862c94
2 files changed
CHANGELOG.md
@@ -9,6 +9,8 @@ adheres to [Semantic Versioning](https://semver.org/).
9
10
### :bug: Fixes
11
12
+- Fix conflict on `__init__.py` file on `backports` root module by transforming
13
+ `backports.zstd` into an implicit namespace package (see PEP-420)
14
- Raise an exception at both build and runtime when using an unsupported Python version,
15
instead of crashing with a segmentation fault at runtime (in the rare cases where
16
`backports.zstd` was installed despite the `requires-python` marker)
src/python/backports/__init__.py
0 commit comments