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
Attempting to use copy.deepcopy() fails when using a pyVim.connect.VimSessionOrientedStub, while (since the fix introduced in a90023f) it works correctly for the bare pyVmomi.SoapStubAdapter.
Describe the bug
Attempting to use
copy.deepcopy()
fails when using apyVim.connect.VimSessionOrientedStub
, while (since the fix introduced in a90023f) it works correctly for the barepyVmomi.SoapStubAdapter
.Reproduction steps
Expected behavior
copy.deepcopy()
should work equally well forSoapStubAdapter
s andVimSessionOrientedStub
s.Additional context
Tested on 8.0.2.0.1, but I see no relevant code changes since then.
The text was updated successfully, but these errors were encountered: