]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132983: Convert compression._common to a package (#133086)
authorVictor Stinner <vstinner@python.org>
Mon, 28 Apr 2025 14:13:06 +0000 (16:13 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 14:13:06 +0000 (14:13 +0000)
commitfe8ad534432abd94648b392e30aea5df6dbf1606
treec19e3ffd23b37d5d6617070b1fd750ce9c164a4e
parenta99bfaa53cbbb2ebd35bd94237a11bfaefe32665
gh-132983: Convert compression._common to a package (#133086)

Add an "__init__.py" file. Fix test_tools.test_freeze.
Lib/compression/_common/__init__.py [new file with mode: 0644]