せっかくなのでbisectモジュールについても書きます。 前々回書いたようにbisectモジュールを用いると、リストのソート状態を維持したまま要素を追加することができます。 便利さを体感するためにfruitというリストを作ることにします。 1度の追加であれば ...
script-bisect combines the power of git bisect with PEP 723 inline script metadata to automatically find the commit that introduced a regression in a Python package ...