[issue41490] Update bundled pip to 20.2.1 and setuptools to 49.2.1

Steve Dower report at bugs.python.org
Fri Aug 7 17:43:54 EDT 2020


Steve Dower <steve.dower at python.org> added the comment:

Added some test cases to the PR that directly trigger the issue, specifically this one:

    def test_entered_path_does_not_keep_open(self):
        # This is what certifi does on import to make its bundle
        # available for the process duration.
        c = resources.path('ziptestdata', 'binary.file').__enter__()
        self.zip_path.unlink()

All the tests I added pass on 3.9 (with minor tweaks for moved test utils).

To unblock the upcoming releases, I'm going to do the backports first and leave this as a release blocker for 3.10.

----------
nosy: +brett.cannon, eric.snow
priority: normal -> release blocker

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41490>
_______________________________________


More information about the Python-bugs-list mailing list