irods / python-irodsclient

A Python API for iRODS
Other
62 stars 73 forks source link

initialize cloned session object with empty connection map #619

Closed d-w-moore closed 1 month ago

d-w-moore commented 2 months ago

each session object uses the ticket_applied attribute to track application of the session ticket to individual connections under that session. There was a bug in which cloning a session did not appropriately zero-out that map in the cloned copy.

alanking commented 1 month ago

@d-w-moore - Please close if complete. Thanks