mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
4dafcc4ece
- Renamed nb_nonzero slots to nb_bool - Renamed __nonzero__ methods to __bool__ - update core, lib, docs, and tests to match