Commit bd02870
committed
fix: remove auto-initialize from pyo3 for Python extension module
The auto-initialize feature is for embedding Python in binaries, not for
Python extensions (cdylib). The extension module is loaded by the host
Python interpreter which already initializes Python.1 parent 7051cdd commit bd02870
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments