[PATCHES] unshadow python methods

Douglas Bagnall douglas.bagnall at catalyst.net.nz
Thu Oct 25 09:38:01 UTC 2018


In Python, if you go:

    def foo(x):
        return x * 2

    def foo(x):
        return x * 3

the first definition will be silently ignored.

We do this in a few places.

CI: https://gitlab.com/samba-team/devel/samba/pipelines/34239680
(though if you look closely you will see I have split the first patch
there in two).

Douglas



More information about the samba-technical mailing list