Commit graph

5 commits

Author SHA1 Message Date
Erik Ogenvik
b0d891fa9a Moved common Python stuff to "pythonbase" lib. 2021-06-27 17:00:34 +02:00
Erik Ogenvik
d7348ff90c Handle that binary number operations can be in any order.
I.e. "1 + 2" is the same as "2 + 1". This presents a problem for our own classes;
we must make sure that our custom numberic methods are called on the correct object.
2021-06-20 22:37:59 +02:00
Erik Ogenvik
774dafbab2 Make sure Python is shut down after dtors have run. 2021-05-30 21:35:41 +02:00
Erik Ogenvik
458b6f8536 Fixed various memory leak issues throughout the code. 2021-05-27 17:38:58 +02:00
Erik Ogenvik
7534fee4e3 Arrange tests better and remove obsolete and unused stuff. 2020-01-20 23:17:55 +01:00
Renamed from tests/Py_OperationTest.cpp (Browse further)