pyo3/extensions/tests
Daniel Grunwald e2d7781433 Add "extension-module" feature to suppress linking pythonX.Y.so.
The symbols are instead kept unresolved, so that they can be used with
any compatible python interpreter, even if the target system uses a
statically linked python and lacks pythonX.Y.so altogether.
2016-12-17 21:17:11 +01:00
..
.gitignore Add "extension-module" feature to suppress linking pythonX.Y.so. 2016-12-17 21:17:11 +01:00
Makefile Add "extension-module" feature to suppress linking pythonX.Y.so. 2016-12-17 21:17:11 +01:00
btree.rs Add "extension-module" feature to suppress linking pythonX.Y.so. 2016-12-17 21:17:11 +01:00
custom_class.rs Add "extension-module" feature to suppress linking pythonX.Y.so. 2016-12-17 21:17:11 +01:00
hello.rs Add "extension-module" feature to suppress linking pythonX.Y.so. 2016-12-17 21:17:11 +01:00
test_btree.py Add "extension-module" feature to suppress linking pythonX.Y.so. 2016-12-17 21:17:11 +01:00