pybind11 icon indicating copy to clipboard operation
pybind11 copied to clipboard

Repro for lack of set operations

Open InvincibleRMC opened this issue 2 months ago • 1 comments

Description

Shows the lack of set operation on keys() result.

InvincibleRMC avatar Oct 21 '25 19:10 InvincibleRMC

I expect that set(keys) will work.

I think the current behavior is fine:

  • keep thing (reasonably) simple
  • explicit is better than implicit (in this case, IMO)

rwgk avatar Nov 12 '25 17:11 rwgk