mozillazg / pypy

The unofficial GitHub mirror of PyPy (mirrored via https://github.com/mozillazg/job-mirror-hg-repos)

Home Page:https://foss.heptapod.net/pypy/pypy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forgotten (?) print statement in the ssl module in pypy3.10-v7.3.13

nawarnoori opened this issue · comments

Right here:

    def load_verify_locations(self, cafile=None, capath=None, cadata=None):
        ...
            # load cafile or capath
            if cafile is not None or capath is not None:
                print(cafile, capath)
                ^^^^^^^^^^^^^^^^

I couldn't find this on master, so it's been cleaned up at some point but it's currently in the source for the latest pypy release.

Just realised this is not the official repository, raised it there now.