On Thu, 22 Oct 2020 at 18:31, Julio Di Egidio <ju...@diegidio.name> wrote:
> why > only if there are abstract methods defined in an ABC > class is instantiation disallowed? > Not sure because I never tried or needed, but if no @abstractsomething in A is defined and your B class is a subclass of A, B should be an abstract class, not a concrete class. -- https://mail.python.org/mailman/listinfo/python-list