This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eighthave
Recipients eighthave
Date 2021-03-18.22:00:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616104847.06.0.869775369828.issue43547@roundup.psfhosted.org>
In-reply-to
Content
I just found another specific example in _open_to_write().  0 is a valid value for zinfo.external_attr.  But this code always forces 0 to something else:

        if not zinfo.external_attr:
            zinfo.external_attr = 0o600 << 16  # permissions: ?rw-------
History
Date User Action Args
2021-03-18 22:00:47eighthavesetrecipients: + eighthave
2021-03-18 22:00:47eighthavesetmessageid: <1616104847.06.0.869775369828.issue43547@roundup.psfhosted.org>
2021-03-18 22:00:47eighthavelinkissue43547 messages
2021-03-18 22:00:46eighthavecreate