Steven D'Aprano <st...@pearwood.info> writes: > Culturally, C compiler writers have a preference for using undefined > behaviour to allow optimizations, even if it means changing the semantics > of your code.
If your code has UB then by definition it has no semantics to change. Code with UB has no meaning. -- https://mail.python.org/mailman/listinfo/python-list