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 6225c2f commit ae2943eCopy full SHA for ae2943e
src/lib.rs
@@ -14,10 +14,6 @@ fn tikv_client(_py: Python, m: &PyModule) -> PyResult<()> {
14
unsafe {
15
pyo3::ffi::PyEval_InitThreads();
16
}
17
- // pyo3::prepare_freethreaded_python();
18
- // Python::with_gil(|py| {
19
- // py.run("print('Hello World')", None, None)
20
- // }).unwrap();
21
m.add_class::<raw::RawClient>()?;
22
m.add_class::<transaction::TransactionClient>()?;
23
Ok(())
0 commit comments