Skip to content

Commit 36fd511

Browse files
Make UNBOUND_REPLACE the default.
1 parent d7f071a commit 36fd511

File tree

3 files changed

+82
-81
lines changed

3 files changed

+82
-81
lines changed

Lib/test/support/interpreters/channels.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ def _resolve_unbound(flag):
4444
return resolved
4545

4646

47-
# XXX Change the default to UNBOUND!
48-
def create(*, unbounditems=UNBOUND_REMOVE):
47+
def create(*, unbounditems=UNBOUND):
4948
"""Return (recv, send) for a new cross-interpreter channel.
5049
5150
The channel may be used to pass data safely between interpreters.

0 commit comments

Comments
 (0)