aio-libs / aiosmtpd

A reimplementation of the Python stdlib smtpd.py based on asyncio.
https://aiosmtpd.aio-libs.org
Apache License 2.0
313 stars 95 forks source link

Superclass attribute shadows subclass method in smtp.py #343

Closed pepoluan closed 1 year ago

pepoluan commented 1 year ago

This is a valid issue. Gotta rename the private method to something that's not shadowing.

Affected file: smtp.py

Tracking issue for:

pepoluan commented 1 year ago

NOT a duplicate of #344