Skip to content
Merged
Show file tree
Hide file tree
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
Make UNBOUND_REPLACE the default.
  • Loading branch information
ericsnowcurrently committed Jul 15, 2024
commit c6b3a0e64381c102c1c43d8708b7dd032fe022ca
3 changes: 1 addition & 2 deletions Lib/test/support/interpreters/channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ def _resolve_unbound(flag):
return resolved


# XXX Change the default to UNBOUND!
def create(*, unbounditems=UNBOUND_REMOVE):
def create(*, unbounditems=UNBOUND):
"""Return (recv, send) for a new cross-interpreter channel.

The channel may be used to pass data safely between interpreters.
Expand Down
Loading