Posts by Arthur Julião • 113 points
1 post
-
1
votes1
answer159
viewsQ: Why does this instance variable never take False value?
When running the following code, the variable _order_stability never gets a False value, even when I try to force it during debug. The variable can take other values, for example of the type int…