Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Drop an errant line.
  • Loading branch information
ericsnowcurrently committed Feb 28, 2024
commit 8c25b2ff21be0868e4c0993259728bca74db7322
1 change: 0 additions & 1 deletion Lib/test/support/interpreters/queues.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def put_nowait(self, obj, *, sharedonly=None):
fmt = self._fmt
else:
fmt = _SHARED_ONLY if sharedonly else _PICKLED
fmt = _SHARED_ONLY if sharedonly else _PICKLED
if fmt is _PICKLED:
obj = pickle.dumps(obj)
try:
Expand Down