We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3a56c commit 58eaf85Copy full SHA for 58eaf85
source/discussions/downstream-packaging.rst
@@ -266,7 +266,8 @@ In particular:
266
same library being loaded in the same process (for example, attempting to
267
import two Python packages that link to different versions of the same library).
268
This sometimes works without incident, but it can also lead to anything from library
269
- loading errors, to subtle runtime bugs, to catastrophic system failures.
+ loading errors, to subtle runtime bugs, to catastrophic failures (like suddenly
270
+ crashing and losing data).
271
272
- Last but not least, static linking and vendoring results in duplication,
273
and may increase the use of both disk space and memory.
0 commit comments