Bug 1492157
Summary: | [RFE] tarfile: add an option to change the "blocking factor" | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Simone Tiraboschi <stirabos> |
Component: | python | Assignee: | Python Maintainers <python-maint> |
Status: | CLOSED WONTFIX | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.4 | CC: | cstratak, hhorak, jkejda, pviktori, vstinner |
Target Milestone: | rc | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-08-02 13:36:19 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1480039 |
Description
Simone Tiraboschi
2017-09-15 15:52:24 UTC
This is on our radar but we're not sure if we can fit investigating it in the 7.5 devel phase. Let me know if this is higher priority. This is still low priority, let us know if it needs attention now. Victor, this is low priority, but one of the things that could use a core dev's attention. Sadly, in Python, it's not possible to configure the blocking factor. The bufsize parameter is just an optimization for internal data copies, it's unrelated to the blocking factor. I updated the upstream issue as a feature request: https://bugs.python.org/issue31774 We will not fix this in Python 2. Please re-open if that's a problem. |