summaryrefslogtreecommitdiffstats
path: root/PC/_msi.c
diff options
context:
space:
mode:
authorMickaƫl Schoentgen <contact@tiger-222.fr>2019-09-09 13:08:54 (GMT)
committerDino Viehland <dinoviehland@gmail.com>2019-09-09 13:08:54 (GMT)
commit992347d7376765fe3f4fc958fb1be193ba21f6c3 (patch)
treea4f56bf20ede8f3e607ad1192980231e21fdaba5 /PC/_msi.c
parent1a8de82d3a30ecc7ed18a5ad51a0e17417ebfb89 (diff)
downloadcpython-992347d7376765fe3f4fc958fb1be193ba21f6c3.zip
cpython-992347d7376765fe3f4fc958fb1be193ba21f6c3.tar.gz
cpython-992347d7376765fe3f4fc958fb1be193ba21f6c3.tar.bz2
bpo-26185: Fix repr() on empty ZipInfo object (#13441)
* bpo-26185: Fix repr() on empty ZipInfo object It was failing on AttributeError due to inexistant but required attributes file_size and compress_size. They are now initialized to 0 in ZipInfo.__init__(). * Remove useless hasattr() in ZipInfo._open_to_write() * Completely remove file_size setting in _open_to_write().
Diffstat (limited to 'PC/_msi.c')
0 files changed, 0 insertions, 0 deletions