I opened https://github.com/sagemath/sage/issues/35178 on this
On Thu, Feb 23, 2023 at 9:17 AM 'Peter Mueller' via sage-support <[email protected]> wrote: > > Secundum non datur ...: > > sage: L = {0} > sage: L == Set(L) > True > sage: L != Set(L) > True > > How can this happen?! With the python bulltin `set` instead of `Set` I get > the expected behavior though. (I'm using Sage version 9.8.) > > -- Peter Mueller > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-support/9b354d1b-7d08-48d4-9af4-e10532969e4fn%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CAAWYfq3UK--5_i6dfnz7zDuO2S7j2U%3DpEzMtaa9McC%2Bb2WN16A%40mail.gmail.com.
