Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
[3.14] gh-139707: Add docs for optional modules (GH-140171)#141204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:3.14
Are you sure you want to change the base?
Conversation
(cherry picked from commitd2ce6d7)Co-authored-by: Petr Viktorin <encukou@gmail.com>Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>Co-authored-by: Emma Smith <emma@emmatyping.dev>Co-authored-by: Author: Terry Jan Reedy <tjreedy@udel.edu>Co-authored-by: Victor Stinner <vstinner@python.org>
| has its own home page at https://www.zlib.net. There are known | ||
| incompatibilities between the Python module and versions of the zlib library | ||
| earlier than 1.1.3; 1.1.3 has a `security vulnerability<https://zlib.net/zlib_faq.html#faq33>`_, so we recommend using | ||
| 1.1.4 or later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This was the conflict, I recently bumped this to the actual minimum (we error during building otherwise), it wasn't backported but there is no difference on 3.14, I can change it if we prefer to keep it at (the technically impossible) 1.1.4.
Lines 16 to 18 in9f8ec95
| #if defined(ZLIB_VERNUM)&&ZLIB_VERNUM<0x1221 | |
| #error "At least zlib version 1.2.2.1 is required" | |
| #endif |
Uh oh!
There was an error while loading.Please reload this page.
(cherry picked from commitd2ce6d7)
📚 Documentation preview 📚:https://cpython-previews--141204.org.readthedocs.build/