Releases: rlehfeld/robotframework-rpycremote
Releases · rlehfeld/robotframework-rpycremote
v0.0.7
Changes to previous Version v0.0.6:
implement work around for a race in the RPyC together with weak references stored for remote objects which lead to index problems in case the python garbage collector kicks in, in the wrong moment. This especially holds true for python implementation e.g. pypy3, which are more unpredictable on when the gargabe collector is actually executed.
v0.0.6
v0.0.5
v0.0.4
v0.0.3 (fix for objects without __class__ property)
This version includes a fix for a problem with RPyC with objects which do not provide the __class__
property, either because it was hidden or it is basically not available e.g. because it is implemented in C.
This solution is only tested with Python3 as all of the library anyway.
v0.0.2 (identical to v0.0.1)
update pipeline