Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Sep 18, 2024
1 parent 25ebc7b commit b387f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyopencl/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def queue_for_pickling(queue, alloc=None):
yield None
finally:
_QUEUE_FOR_PICKLING_TLS.queue = None
_QUEUE_FOR_PICKLING_TLS.alloc = None

# }}}

Expand Down

0 comments on commit b387f3a

Please sign in to comment.