Commit Graph

3 Commits

Author SHA1 Message Date
530c80e41f moved test_free and test_command python tests to tests/scripts folder from python/tests due to CI issues with dependencies
Some checks failed
Build on RHEL9 / build (push) Failing after 3m17s
Build on RHEL8 / build (push) Failing after 4m27s
2025-10-27 11:51:38 +01:00
27a74d6988 added include in command line and python and its supposed to do the same as parameters command. both are tested 2025-09-17 15:26:50 +02:00
f594826e95 python accessing freed shared memory object (#1253)
* added a 'isValid' member in shared memory (also updated shm version) with default true, any access to shared memory() checks also for validity. any free will set this to false and then unmap shm. Any access to shm will then check validity in python.

* fixed tests for shm

* added tests in python as well

---------

Co-authored-by: Alice <alice.mazzoleni@psi.ch>
2025-08-05 11:26:49 +02:00