This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients anton.gruebel, lukasz.langa, vstinner
Date 2021-08-05.09:09:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628154578.3.0.00839606418739.issue44803@roundup.psfhosted.org>
In-reply-to
Content
I don't see the benefit of the PR 27527. "BaseFilter" contains "Base" in its name and its only *private* method raises NotImplementedError. Maybe my design mistake (I wrote the tracemalloc module) was to expose it in the first place.

I suggest to leave the code as it is. As Łukasz wrote, there are other stdlib modules using "base" or "abstract" classes without using the abc module.
History
Date User Action Args
2021-08-05 09:09:38vstinnersetrecipients: + vstinner, lukasz.langa, anton.gruebel
2021-08-05 09:09:38vstinnersetmessageid: <1628154578.3.0.00839606418739.issue44803@roundup.psfhosted.org>
2021-08-05 09:09:38vstinnerlinkissue44803 messages
2021-08-05 09:09:38vstinnercreate