Commit 715b553
committed
PYCBC-1796: Remove stray Py_Initialize() in PyInit__core
Changes
-------
* Delete the wrong-layer Py_Initialize() call at the top of
PyInit__core; the module is already running inside an initialized
interpreter by the time its init function is called
Change-Id: Ice4633b5a96721e053678150b9800654abd831dd
Reviewed-on: https://review.couchbase.org/c/couchbase-python-client/+/249277
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Sergey Avseyev <sergey.avseyev@gmail.com>1 parent 0a29bed commit 715b553
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | 132 | | |
135 | 133 | | |
136 | 134 | | |
| |||
0 commit comments