Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
8ac8850
Add Meson build system
czgdp1807 Jul 26, 2025
583d35d
Add spin config and install Python sources
czgdp1807 Jul 26, 2025
30359b3
Use spin build system and update CI
czgdp1807 Jul 26, 2025
8eabb3d
Remove _extensions.py dummy installation
czgdp1807 Jul 26, 2025
0bdc710
disabled py3.8 checks and fixed nodes issue
Oct 1, 2025
4036995
bug fix
Oct 1, 2025
24b1394
bug fix
Oct 1, 2025
2bcc3fd
bug fix
Oct 1, 2025
6f35472
bug fix
Oct 1, 2025
ee430b9
bug fix
Oct 1, 2025
3da3f9c
bug fix
Oct 1, 2025
7d6733c
bug fix
Oct 1, 2025
8e4fb88
bug fix
Oct 1, 2025
3e7278e
bug fix
Oct 1, 2025
25e3f60
bug fix
Oct 1, 2025
fd28eb5
bug fix
Oct 1, 2025
2b26b75
bug fix
Oct 1, 2025
a4f1572
bug fix
Oct 1, 2025
2db7fe3
bug fix
Oct 1, 2025
251c1d8
bug fix
Oct 1, 2025
2c2cf64
bug fix
Oct 1, 2025
cb285b9
bug fix
Oct 1, 2025
01cfaff
bug fix
Oct 1, 2025
531b7ed
bug fix
Oct 1, 2025
b02653f
bug fix
Oct 2, 2025
4d47e18
bug fix
Oct 2, 2025
9ae7049
bug fix
Oct 2, 2025
c1ea567
bug fix
Oct 2, 2025
8d9e45a
bug fix
Oct 4, 2025
cc1f9c7
bug fix
Oct 4, 2025
e60a234
bug fix
Oct 4, 2025
3c185c5
bug fix
Oct 4, 2025
1353b41
bug fix
Oct 4, 2025
0146fef
bug fix
Oct 5, 2025
a583e0c
bug fix
Oct 5, 2025
01c71f0
upgraded python versions
Oct 10, 2025
33ad75d
bug fix
Oct 10, 2025
b901ed2
bug fix
Oct 10, 2025
421702a
bug fix
Oct 10, 2025
ea3ffda
bug fix
Oct 10, 2025
4bc3aec
bug fix
Oct 10, 2025
6727aba
bug fix
Oct 10, 2025
5a9240c
bug fix
Oct 11, 2025
30c6493
bug fix
Oct 11, 2025
798b1ba
bug fix
Oct 11, 2025
a2804e0
bug fix
Oct 11, 2025
c2a7111
bug fix
Oct 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bug fix
  • Loading branch information
Prerak Singh authored and Prerak Singh committed Oct 11, 2025
commit 30c6493bb076ae3436a4c1970fac1039e0a30f0d
1 change: 0 additions & 1 deletion pydatastructs/utils/_backend/cpp/nodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ static struct PyModuleDef nodes_struct = {
};

PyMODINIT_FUNC PyInit__nodes(void) {
Py_Initialize();
PyObject *nodes = PyModule_Create(&nodes_struct);

if (PyType_Ready(&NodeType) < 0) {
Expand Down
Loading