()
| 35 | # But we also don't want to turn off dynamic loading for those that provide |
| 36 | # a working implementation. |
| 37 | def _extension_details(): |
| 38 | global EXTENSIONS |
| 39 | EXTENSIONS = None |
| 40 | else: |
| 41 | EXTENSIONS = types.SimpleNamespace() |
| 42 | EXTENSIONS.path = None |