You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup.py Use ctypes To Retrieve Core Version from tiledb_version (#1191)
* Use `ctypes` To Retrieve Core Version from `tiledb_version`
* Replaces parsing the `tiledb/tiledh_version.h`
* Free the CDLL on Windows
* Define `FreeLibrary`'s Arg Type
* Microsoft uses a 32-bit `long`. Passing a pointer as a Python
integer (64-bit) may either throw an `OverflowError` or more
fatally segfault the process, so it is necessary to define the
argtype
Copy file name to clipboardExpand all lines: HISTORY.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
# In Progress
2
+
3
+
## Improvements
4
+
*`setup.py` retrieves core version by using `ctypes` to call `tiledb_version` rather than parsing `tiledb_version.h`[#1191](https://github.com/TileDB-Inc/TileDB-Py/pull/1191)
0 commit comments