|
|
|
|
|
by pjmlp
1260 days ago
|
|
One example sorted out with Python 3 would be old style classes and new style ones. Other would be tracking down if attributes get dynamically changed via __dict__, __slots__, and how __slots__ interact with each other if multiple definitions happen to exist. The way numeric division and remainder changed between Python 2 and 3. |
|
The person you replied to previously was talking about how certain new C++ features don’t work together. For example move with a lambda can cause UB.
You’re talking about changes to the language or if you have a conflict of definition.