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