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 b4606d8 commit e6990e0Copy full SHA for e6990e0
source/extensions.rst
@@ -87,6 +87,11 @@ This means that binary extensions:
87
and introducing additional complexity in the test suite to ensure both
88
versions are always executed.
89
90
+Another disadvantage of relying on binary extensions is that alternative
91
+import mechanisms (such as the ability to import modules directly from
92
+zipfiles) often won't work for extension modules (as the dynamic loading
93
+mechanisms on most platforms can only load libraries from disk).
94
+
95
96
Alternatives to handcoded accelerator modules
97
---------------------------------------------
0 commit comments