foundationdb/bindings/python/fdb
Junhyun Shim 2e51a110f2 Fix Python binding's fdb_c lookup
All python documentations indicate you shouldn't put prefixes like 'lib' or
suffixes like '.so', '.dll', or '.dylib' in argument to ctypes.util.find_library(),
unlike ctypes.CDLL() which demands an exact file name.
I suppose this case hasn't been tested.
2022-09-20 22:47:04 +02:00
..
__init__.py Remove API 720 guards for tenants (experimental feature) and the cluster ID special keys (#8108) 2022-09-08 17:22:36 +02:00
directory_impl.py Fix Python3 directory layer bug where str() was used instead of bytes(). Fix bug in binding tester that caused directory tests to not compare results, which resulted in the directory layer bug going undetected. 2018-03-19 15:47:56 -07:00
fdb_c.dll.pth Initial repository commit 2017-05-25 13:48:44 -07:00
impl.py Fix Python binding's fdb_c lookup 2022-09-20 22:47:04 +02:00
libfdb_c.dylib.pth Initial repository commit 2017-05-25 13:48:44 -07:00
libfdb_c.so.pth Initial repository commit 2017-05-25 13:48:44 -07:00
locality.py Fixed broken links to documentation 2018-04-19 11:45:24 -07:00
six.py Update vendored Python module six 2018-10-25 23:46:49 -04:00
subspace_impl.py remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
tenant_management.py Remove unnecessary special key-space relaxed option in binding tenant management 2022-09-12 14:30:28 -07:00
tuple.py Fix versionstamp ordering in Python3 2019-09-11 10:39:01 -07:00