Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2011:1564 - Bug Fix Advisory
Issued:
2011-12-06
Updated:
2011-12-06

RHBA-2011:1564 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

python bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated python packages that fix several bugs and add an enhancement are now
available for Red Hat Enterprise Linux 6.

Description

Python is an interpreted, interactive, object-oriented programming language.

This update fixes the following bugs:

  • The Python standard library contains numerous APIs that handle the uid_t and

gid_t attributes, which contain unsigned 32-bit values. Previously, the existing
code often passed the values as C language long values, which are signed 32-bit
values on 32-bit architectures. Consequently, negative integer objects occurred
when a uid_t/gid_t value was equal or larger than 2^31 on 32-bit architectures.
With this update, the standard library has been updated throughout to accept the
full range of uid_t/gid_t values (0 through 2^32-1), using "int" objects for
small values, but using "long" objects where needed to avoid integer overflow.
As a special case, "-1" is also supported, as this value has special meaning for
the os.chown() function and other related functions. (BZ#697470)

  • Previously, the multiprocessing module used the "select" system call to

communicate with subprocesses, limiting the number of file descriptors to the
value of the FD_SETSIZE variable (1024). With this update, the multiprocessing
module has been ported to use the "poll" system call, instead of "select", thus
fixing this bug. (BZ#713082)

  • Previously, a race condition sometimes caused the forking.Popen.poll() method

of the multiprocessing module to terminate with the "OSError: [Errno 10] No
child processes" error message when starting subprocesses. This bug has been
fixed and the crashes no longer occur in the described scenario. (BZ#685234)

  • Previously, the getpass.getpass() method discarded Ctrl-C and Ctrl-Z input,

requiring the user to press Ctrl-D to exit the password entry prompt and then
returning traceback error messages. With this update, the described user input
is processed properly by the getpass.getpass() method. (BZ#689794)

  • Due to a bug, the readline.get_history_length() and

readline.get_history_item() methods leaked memory when executed. This bug has
been fixed and no longer occurs. (BZ#699740)

  • When building the C extension modules, if a value for the CFLAGS variable is

defined in the environment, it is appended to the compilation flags from
Python's Makefile. Due to a bug, only flags stored in the OPT variable were
supplied from the Makefile. Consequently, the "-fno-strict-aliasing" flag was
missing and build errors occurred. This bug has been fixed, CFLAGS are properly
appended to the original Python build string, and no build errors are now
returned in the described scenario. (BZ#727364)

  • When feeding data to the standard input of short-lived processes, the

subprocess.Popen.communicate() method sometimes terminated with the "OSError:
[Errno 32] Broken pipe" error message. This bug has been fixed and the crashes
no longer occur in the described scenario. (BZ#667431)

This update adds the following enhancement:

  • The gdb (GNU Debugger) Python hooks for debugging Python itself (via the

python-debuginfo package) have been enhanced. The hooks now report if a thread
is waiting on a lock, such as the GIL (Global Interpreter Lock), and call to
appropriate C functions, methods, and garbage collections. In addition, the
hooks have been optimized to provide at least file and function names, when line
numbers and locals are not available. (BZ#711818)

All users of python are advised to upgrade to these updated packages, which fix
these bugs and add this enhancement.

Solution

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
http://kbase.redhat.com/faq/docs/DOC-11259

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6 s390x

Fixes

  • BZ - 667431 - Python Popen.communicate is unable to collect stderr, stdout and returncode for a short lived processes
  • BZ - 685234 - multiprocessing.Process.start() fails occasionally
  • BZ - 689794 - ctrl+c does not work during python getpass.getpass() (was: Unable to terminate sss_obfuscate)
  • BZ - 697470 - os.lstat() returns negative values for owner and/or group for huge UID/GIDs on i386
  • BZ - 713082 - multiprocessing.Pipe problem: "handle out of range in select()"
  • BZ - 727364 - Setting environ['CFLAGS'] in a distutils setup.py file results in missing compile flags

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
python-2.6.6-29.el6.src.rpm SHA-256: 39065750fbbbc0d4eeaadba08b990c4c7db5bd7682da948cbf5a290dbd95ec33
x86_64
python-2.6.6-29.el6.x86_64.rpm SHA-256: ea20318c6d24389d603b9ae11b351d8b3a010ee6fabff87237b95d3a2b089ad9
python-2.6.6-29.el6.x86_64.rpm SHA-256: ea20318c6d24389d603b9ae11b351d8b3a010ee6fabff87237b95d3a2b089ad9
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-devel-2.6.6-29.el6.x86_64.rpm SHA-256: 85760f7b98342441c765920c62583b7b89f9343cc9b9206a0b951095cbfd94e2
python-devel-2.6.6-29.el6.x86_64.rpm SHA-256: 85760f7b98342441c765920c62583b7b89f9343cc9b9206a0b951095cbfd94e2
python-libs-2.6.6-29.el6.x86_64.rpm SHA-256: adaacd6660c62124fe908d116dfa81adf0f2d3b20bc8f751ccdb169c7ef7d625
python-libs-2.6.6-29.el6.x86_64.rpm SHA-256: adaacd6660c62124fe908d116dfa81adf0f2d3b20bc8f751ccdb169c7ef7d625
python-test-2.6.6-29.el6.x86_64.rpm SHA-256: 4a98602da976d1a0739ce3d62a2ab7a0082c93523695eb3c247492413f18778f
python-test-2.6.6-29.el6.x86_64.rpm SHA-256: 4a98602da976d1a0739ce3d62a2ab7a0082c93523695eb3c247492413f18778f
python-tools-2.6.6-29.el6.x86_64.rpm SHA-256: a80db87eefb42139bf684e01ec86ec53c92ca6ee0385175431743625df7b28ad
python-tools-2.6.6-29.el6.x86_64.rpm SHA-256: a80db87eefb42139bf684e01ec86ec53c92ca6ee0385175431743625df7b28ad
tkinter-2.6.6-29.el6.x86_64.rpm SHA-256: 2edbf1e9e376750e314fb7d5f380e34244ada474504c6f6fe94b0b8316a64f3e
tkinter-2.6.6-29.el6.x86_64.rpm SHA-256: 2edbf1e9e376750e314fb7d5f380e34244ada474504c6f6fe94b0b8316a64f3e
i386
python-2.6.6-29.el6.i686.rpm SHA-256: a34acfa5544cee8d24ae8d25b861e62453325a93bff3d87139cab06b73d223ee
python-debuginfo-2.6.6-29.el6.i686.rpm SHA-256: 7f86ca800012aa7b13b9c202258f8d8480eed4c31e96e6b2d440e61120a534f5
python-debuginfo-2.6.6-29.el6.i686.rpm SHA-256: 7f86ca800012aa7b13b9c202258f8d8480eed4c31e96e6b2d440e61120a534f5
python-devel-2.6.6-29.el6.i686.rpm SHA-256: 3c586056474884fa7bda5b8dc86fff3b946d283ff9c6b4a426e28feca38b2798
python-libs-2.6.6-29.el6.i686.rpm SHA-256: 8879fc57ae4294d1d0ce76421947df1f6026afdd9a848b0b6182883a305b8f27
python-test-2.6.6-29.el6.i686.rpm SHA-256: 114c8f28d98389ff771f977b9eee71cb437d6218fc0a982224a1633255966b5f
python-tools-2.6.6-29.el6.i686.rpm SHA-256: 2f6ba0b6eec67e8f5b1d7a25322f31746a6d33a23d6a4a63f994112fc2866fa2
tkinter-2.6.6-29.el6.i686.rpm SHA-256: ec2ce2b41cd9746af2553118a466f055bf1882daa853393aeab064ec792f01c0

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
python-2.6.6-29.el6.src.rpm SHA-256: 39065750fbbbc0d4eeaadba08b990c4c7db5bd7682da948cbf5a290dbd95ec33
x86_64
python-2.6.6-29.el6.x86_64.rpm SHA-256: ea20318c6d24389d603b9ae11b351d8b3a010ee6fabff87237b95d3a2b089ad9
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-devel-2.6.6-29.el6.x86_64.rpm SHA-256: 85760f7b98342441c765920c62583b7b89f9343cc9b9206a0b951095cbfd94e2
python-libs-2.6.6-29.el6.x86_64.rpm SHA-256: adaacd6660c62124fe908d116dfa81adf0f2d3b20bc8f751ccdb169c7ef7d625
python-test-2.6.6-29.el6.x86_64.rpm SHA-256: 4a98602da976d1a0739ce3d62a2ab7a0082c93523695eb3c247492413f18778f
python-tools-2.6.6-29.el6.x86_64.rpm SHA-256: a80db87eefb42139bf684e01ec86ec53c92ca6ee0385175431743625df7b28ad
tkinter-2.6.6-29.el6.x86_64.rpm SHA-256: 2edbf1e9e376750e314fb7d5f380e34244ada474504c6f6fe94b0b8316a64f3e
i386
python-2.6.6-29.el6.i686.rpm SHA-256: a34acfa5544cee8d24ae8d25b861e62453325a93bff3d87139cab06b73d223ee
python-debuginfo-2.6.6-29.el6.i686.rpm SHA-256: 7f86ca800012aa7b13b9c202258f8d8480eed4c31e96e6b2d440e61120a534f5
python-debuginfo-2.6.6-29.el6.i686.rpm SHA-256: 7f86ca800012aa7b13b9c202258f8d8480eed4c31e96e6b2d440e61120a534f5
python-devel-2.6.6-29.el6.i686.rpm SHA-256: 3c586056474884fa7bda5b8dc86fff3b946d283ff9c6b4a426e28feca38b2798
python-libs-2.6.6-29.el6.i686.rpm SHA-256: 8879fc57ae4294d1d0ce76421947df1f6026afdd9a848b0b6182883a305b8f27
python-test-2.6.6-29.el6.i686.rpm SHA-256: 114c8f28d98389ff771f977b9eee71cb437d6218fc0a982224a1633255966b5f
python-tools-2.6.6-29.el6.i686.rpm SHA-256: 2f6ba0b6eec67e8f5b1d7a25322f31746a6d33a23d6a4a63f994112fc2866fa2
tkinter-2.6.6-29.el6.i686.rpm SHA-256: ec2ce2b41cd9746af2553118a466f055bf1882daa853393aeab064ec792f01c0

Red Hat Enterprise Linux Workstation 6

SRPM
python-2.6.6-29.el6.src.rpm SHA-256: 39065750fbbbc0d4eeaadba08b990c4c7db5bd7682da948cbf5a290dbd95ec33
x86_64
python-2.6.6-29.el6.x86_64.rpm SHA-256: ea20318c6d24389d603b9ae11b351d8b3a010ee6fabff87237b95d3a2b089ad9
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-devel-2.6.6-29.el6.x86_64.rpm SHA-256: 85760f7b98342441c765920c62583b7b89f9343cc9b9206a0b951095cbfd94e2
python-libs-2.6.6-29.el6.x86_64.rpm SHA-256: adaacd6660c62124fe908d116dfa81adf0f2d3b20bc8f751ccdb169c7ef7d625
python-test-2.6.6-29.el6.x86_64.rpm SHA-256: 4a98602da976d1a0739ce3d62a2ab7a0082c93523695eb3c247492413f18778f
python-tools-2.6.6-29.el6.x86_64.rpm SHA-256: a80db87eefb42139bf684e01ec86ec53c92ca6ee0385175431743625df7b28ad
tkinter-2.6.6-29.el6.x86_64.rpm SHA-256: 2edbf1e9e376750e314fb7d5f380e34244ada474504c6f6fe94b0b8316a64f3e
i386
python-2.6.6-29.el6.i686.rpm SHA-256: a34acfa5544cee8d24ae8d25b861e62453325a93bff3d87139cab06b73d223ee
python-debuginfo-2.6.6-29.el6.i686.rpm SHA-256: 7f86ca800012aa7b13b9c202258f8d8480eed4c31e96e6b2d440e61120a534f5
python-debuginfo-2.6.6-29.el6.i686.rpm SHA-256: 7f86ca800012aa7b13b9c202258f8d8480eed4c31e96e6b2d440e61120a534f5
python-devel-2.6.6-29.el6.i686.rpm SHA-256: 3c586056474884fa7bda5b8dc86fff3b946d283ff9c6b4a426e28feca38b2798
python-libs-2.6.6-29.el6.i686.rpm SHA-256: 8879fc57ae4294d1d0ce76421947df1f6026afdd9a848b0b6182883a305b8f27
python-test-2.6.6-29.el6.i686.rpm SHA-256: 114c8f28d98389ff771f977b9eee71cb437d6218fc0a982224a1633255966b5f
python-tools-2.6.6-29.el6.i686.rpm SHA-256: 2f6ba0b6eec67e8f5b1d7a25322f31746a6d33a23d6a4a63f994112fc2866fa2
tkinter-2.6.6-29.el6.i686.rpm SHA-256: ec2ce2b41cd9746af2553118a466f055bf1882daa853393aeab064ec792f01c0

Red Hat Enterprise Linux Desktop 6

SRPM
python-2.6.6-29.el6.src.rpm SHA-256: 39065750fbbbc0d4eeaadba08b990c4c7db5bd7682da948cbf5a290dbd95ec33
x86_64
python-2.6.6-29.el6.x86_64.rpm SHA-256: ea20318c6d24389d603b9ae11b351d8b3a010ee6fabff87237b95d3a2b089ad9
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-devel-2.6.6-29.el6.x86_64.rpm SHA-256: 85760f7b98342441c765920c62583b7b89f9343cc9b9206a0b951095cbfd94e2
python-libs-2.6.6-29.el6.x86_64.rpm SHA-256: adaacd6660c62124fe908d116dfa81adf0f2d3b20bc8f751ccdb169c7ef7d625
python-test-2.6.6-29.el6.x86_64.rpm SHA-256: 4a98602da976d1a0739ce3d62a2ab7a0082c93523695eb3c247492413f18778f
python-tools-2.6.6-29.el6.x86_64.rpm SHA-256: a80db87eefb42139bf684e01ec86ec53c92ca6ee0385175431743625df7b28ad
tkinter-2.6.6-29.el6.x86_64.rpm SHA-256: 2edbf1e9e376750e314fb7d5f380e34244ada474504c6f6fe94b0b8316a64f3e
i386
python-2.6.6-29.el6.i686.rpm SHA-256: a34acfa5544cee8d24ae8d25b861e62453325a93bff3d87139cab06b73d223ee
python-debuginfo-2.6.6-29.el6.i686.rpm SHA-256: 7f86ca800012aa7b13b9c202258f8d8480eed4c31e96e6b2d440e61120a534f5
python-debuginfo-2.6.6-29.el6.i686.rpm SHA-256: 7f86ca800012aa7b13b9c202258f8d8480eed4c31e96e6b2d440e61120a534f5
python-devel-2.6.6-29.el6.i686.rpm SHA-256: 3c586056474884fa7bda5b8dc86fff3b946d283ff9c6b4a426e28feca38b2798
python-libs-2.6.6-29.el6.i686.rpm SHA-256: 8879fc57ae4294d1d0ce76421947df1f6026afdd9a848b0b6182883a305b8f27
python-test-2.6.6-29.el6.i686.rpm SHA-256: 114c8f28d98389ff771f977b9eee71cb437d6218fc0a982224a1633255966b5f
python-tools-2.6.6-29.el6.i686.rpm SHA-256: 2f6ba0b6eec67e8f5b1d7a25322f31746a6d33a23d6a4a63f994112fc2866fa2
tkinter-2.6.6-29.el6.i686.rpm SHA-256: ec2ce2b41cd9746af2553118a466f055bf1882daa853393aeab064ec792f01c0

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
python-2.6.6-29.el6.src.rpm SHA-256: 39065750fbbbc0d4eeaadba08b990c4c7db5bd7682da948cbf5a290dbd95ec33
s390x
python-2.6.6-29.el6.s390x.rpm SHA-256: bf9eac88fafa905c05526189397c70034968d7f27f0d9dc47e7f479856b7b6fc
python-debuginfo-2.6.6-29.el6.s390x.rpm SHA-256: 30e00a6377c84c4d0b76cfeb9825d6cce6793e6b4d9fab400cec894a53cb9d63
python-debuginfo-2.6.6-29.el6.s390x.rpm SHA-256: 30e00a6377c84c4d0b76cfeb9825d6cce6793e6b4d9fab400cec894a53cb9d63
python-devel-2.6.6-29.el6.s390x.rpm SHA-256: 68c3eb9d20c301f7cf1eb83da2c07bfc61fce626093d2ed3b6f77869f7135902
python-libs-2.6.6-29.el6.s390x.rpm SHA-256: 2763a9b8217daaba0737b3dc95b9b8bd108f11d6498e6f82397ddb1900dba569
python-test-2.6.6-29.el6.s390x.rpm SHA-256: 5eb511e2117ce0c05d4e1532bea530d46555d52f67a2900e5daeb9a6a71c68b1
python-tools-2.6.6-29.el6.s390x.rpm SHA-256: ee100e67d65a84e992c412f11e9fd6001bc4bea20aa0f1f697d9d76abc9df486
tkinter-2.6.6-29.el6.s390x.rpm SHA-256: 73579c7202251806c25c6ffae6be1508c23ef981c21dfea4e32f731fcd9b640c

Red Hat Enterprise Linux for Power, big endian 6

SRPM
python-2.6.6-29.el6.src.rpm SHA-256: 39065750fbbbc0d4eeaadba08b990c4c7db5bd7682da948cbf5a290dbd95ec33
ppc64
python-2.6.6-29.el6.ppc64.rpm SHA-256: ce7076c7a2b65857d3691a05086f8c62ed33df528b11b9e8594a8246d864a671
python-debuginfo-2.6.6-29.el6.ppc64.rpm SHA-256: a0710ff4811c4d499980a7d29ddf53e59f2b60860b3f53d8a6a61c34fccdb02b
python-debuginfo-2.6.6-29.el6.ppc64.rpm SHA-256: a0710ff4811c4d499980a7d29ddf53e59f2b60860b3f53d8a6a61c34fccdb02b
python-devel-2.6.6-29.el6.ppc64.rpm SHA-256: 3b86f4d20136cf92b09424bc43c4e747b025dc156f6061f1e03aead5168510b4
python-libs-2.6.6-29.el6.ppc64.rpm SHA-256: a0030c768e8edd28a84322683f62e8c6604dec82ba8be4068e5ab7336fe07410
python-test-2.6.6-29.el6.ppc64.rpm SHA-256: 9728b713fe3c607ff36974d5a49a8456347a8f1c8f98ca1d1bd07687d604c5a5
python-tools-2.6.6-29.el6.ppc64.rpm SHA-256: a0cfd86614b2cef91f6bd2e24c162a27ab60ff7d68157c46f2734009dcd6c9de
tkinter-2.6.6-29.el6.ppc64.rpm SHA-256: c66760a941395f4bf7abab644e7effc6a65055b958aae75bae8f7c85723b5f54

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
python-2.6.6-29.el6.src.rpm SHA-256: 39065750fbbbc0d4eeaadba08b990c4c7db5bd7682da948cbf5a290dbd95ec33
x86_64
python-2.6.6-29.el6.x86_64.rpm SHA-256: ea20318c6d24389d603b9ae11b351d8b3a010ee6fabff87237b95d3a2b089ad9
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-devel-2.6.6-29.el6.x86_64.rpm SHA-256: 85760f7b98342441c765920c62583b7b89f9343cc9b9206a0b951095cbfd94e2
python-libs-2.6.6-29.el6.x86_64.rpm SHA-256: adaacd6660c62124fe908d116dfa81adf0f2d3b20bc8f751ccdb169c7ef7d625
python-test-2.6.6-29.el6.x86_64.rpm SHA-256: 4a98602da976d1a0739ce3d62a2ab7a0082c93523695eb3c247492413f18778f
python-tools-2.6.6-29.el6.x86_64.rpm SHA-256: a80db87eefb42139bf684e01ec86ec53c92ca6ee0385175431743625df7b28ad
tkinter-2.6.6-29.el6.x86_64.rpm SHA-256: 2edbf1e9e376750e314fb7d5f380e34244ada474504c6f6fe94b0b8316a64f3e

Red Hat Enterprise Linux Server from RHUI 6

SRPM
python-2.6.6-29.el6.src.rpm SHA-256: 39065750fbbbc0d4eeaadba08b990c4c7db5bd7682da948cbf5a290dbd95ec33
x86_64
python-2.6.6-29.el6.x86_64.rpm SHA-256: ea20318c6d24389d603b9ae11b351d8b3a010ee6fabff87237b95d3a2b089ad9
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-devel-2.6.6-29.el6.x86_64.rpm SHA-256: 85760f7b98342441c765920c62583b7b89f9343cc9b9206a0b951095cbfd94e2
python-libs-2.6.6-29.el6.x86_64.rpm SHA-256: adaacd6660c62124fe908d116dfa81adf0f2d3b20bc8f751ccdb169c7ef7d625
python-test-2.6.6-29.el6.x86_64.rpm SHA-256: 4a98602da976d1a0739ce3d62a2ab7a0082c93523695eb3c247492413f18778f
python-tools-2.6.6-29.el6.x86_64.rpm SHA-256: a80db87eefb42139bf684e01ec86ec53c92ca6ee0385175431743625df7b28ad
tkinter-2.6.6-29.el6.x86_64.rpm SHA-256: 2edbf1e9e376750e314fb7d5f380e34244ada474504c6f6fe94b0b8316a64f3e
i386
python-2.6.6-29.el6.i686.rpm SHA-256: a34acfa5544cee8d24ae8d25b861e62453325a93bff3d87139cab06b73d223ee
python-debuginfo-2.6.6-29.el6.i686.rpm SHA-256: 7f86ca800012aa7b13b9c202258f8d8480eed4c31e96e6b2d440e61120a534f5
python-debuginfo-2.6.6-29.el6.i686.rpm SHA-256: 7f86ca800012aa7b13b9c202258f8d8480eed4c31e96e6b2d440e61120a534f5
python-devel-2.6.6-29.el6.i686.rpm SHA-256: 3c586056474884fa7bda5b8dc86fff3b946d283ff9c6b4a426e28feca38b2798
python-libs-2.6.6-29.el6.i686.rpm SHA-256: 8879fc57ae4294d1d0ce76421947df1f6026afdd9a848b0b6182883a305b8f27
python-test-2.6.6-29.el6.i686.rpm SHA-256: 114c8f28d98389ff771f977b9eee71cb437d6218fc0a982224a1633255966b5f
python-tools-2.6.6-29.el6.i686.rpm SHA-256: 2f6ba0b6eec67e8f5b1d7a25322f31746a6d33a23d6a4a63f994112fc2866fa2
tkinter-2.6.6-29.el6.i686.rpm SHA-256: ec2ce2b41cd9746af2553118a466f055bf1882daa853393aeab064ec792f01c0

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
python-2.6.6-29.el6.src.rpm SHA-256: 39065750fbbbc0d4eeaadba08b990c4c7db5bd7682da948cbf5a290dbd95ec33
s390x
python-2.6.6-29.el6.s390x.rpm SHA-256: bf9eac88fafa905c05526189397c70034968d7f27f0d9dc47e7f479856b7b6fc
python-debuginfo-2.6.6-29.el6.s390x.rpm SHA-256: 30e00a6377c84c4d0b76cfeb9825d6cce6793e6b4d9fab400cec894a53cb9d63
python-debuginfo-2.6.6-29.el6.s390x.rpm SHA-256: 30e00a6377c84c4d0b76cfeb9825d6cce6793e6b4d9fab400cec894a53cb9d63
python-devel-2.6.6-29.el6.s390x.rpm SHA-256: 68c3eb9d20c301f7cf1eb83da2c07bfc61fce626093d2ed3b6f77869f7135902
python-libs-2.6.6-29.el6.s390x.rpm SHA-256: 2763a9b8217daaba0737b3dc95b9b8bd108f11d6498e6f82397ddb1900dba569
python-test-2.6.6-29.el6.s390x.rpm SHA-256: 5eb511e2117ce0c05d4e1532bea530d46555d52f67a2900e5daeb9a6a71c68b1
python-tools-2.6.6-29.el6.s390x.rpm SHA-256: ee100e67d65a84e992c412f11e9fd6001bc4bea20aa0f1f697d9d76abc9df486
tkinter-2.6.6-29.el6.s390x.rpm SHA-256: 73579c7202251806c25c6ffae6be1508c23ef981c21dfea4e32f731fcd9b640c

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6

SRPM
python-2.6.6-29.el6.src.rpm SHA-256: 39065750fbbbc0d4eeaadba08b990c4c7db5bd7682da948cbf5a290dbd95ec33
x86_64
python-2.6.6-29.el6.x86_64.rpm SHA-256: ea20318c6d24389d603b9ae11b351d8b3a010ee6fabff87237b95d3a2b089ad9
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-debuginfo-2.6.6-29.el6.x86_64.rpm SHA-256: 946c6c0d454d67788015c078f945f85af937081e920dc9246289d456a9155be0
python-devel-2.6.6-29.el6.x86_64.rpm SHA-256: 85760f7b98342441c765920c62583b7b89f9343cc9b9206a0b951095cbfd94e2
python-libs-2.6.6-29.el6.x86_64.rpm SHA-256: adaacd6660c62124fe908d116dfa81adf0f2d3b20bc8f751ccdb169c7ef7d625
python-test-2.6.6-29.el6.x86_64.rpm SHA-256: 4a98602da976d1a0739ce3d62a2ab7a0082c93523695eb3c247492413f18778f
python-tools-2.6.6-29.el6.x86_64.rpm SHA-256: a80db87eefb42139bf684e01ec86ec53c92ca6ee0385175431743625df7b28ad
tkinter-2.6.6-29.el6.x86_64.rpm SHA-256: 2edbf1e9e376750e314fb7d5f380e34244ada474504c6f6fe94b0b8316a64f3e
i386
python-2.6.6-29.el6.i686.rpm SHA-256: a34acfa5544cee8d24ae8d25b861e62453325a93bff3d87139cab06b73d223ee
python-debuginfo-2.6.6-29.el6.i686.rpm SHA-256: 7f86ca800012aa7b13b9c202258f8d8480eed4c31e96e6b2d440e61120a534f5
python-debuginfo-2.6.6-29.el6.i686.rpm SHA-256: 7f86ca800012aa7b13b9c202258f8d8480eed4c31e96e6b2d440e61120a534f5
python-devel-2.6.6-29.el6.i686.rpm SHA-256: 3c586056474884fa7bda5b8dc86fff3b946d283ff9c6b4a426e28feca38b2798
python-libs-2.6.6-29.el6.i686.rpm SHA-256: 8879fc57ae4294d1d0ce76421947df1f6026afdd9a848b0b6182883a305b8f27
python-test-2.6.6-29.el6.i686.rpm SHA-256: 114c8f28d98389ff771f977b9eee71cb437d6218fc0a982224a1633255966b5f
python-tools-2.6.6-29.el6.i686.rpm SHA-256: 2f6ba0b6eec67e8f5b1d7a25322f31746a6d33a23d6a4a63f994112fc2866fa2
tkinter-2.6.6-29.el6.i686.rpm SHA-256: ec2ce2b41cd9746af2553118a466f055bf1882daa853393aeab064ec792f01c0

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6

SRPM
python-2.6.6-29.el6.src.rpm SHA-256: 39065750fbbbc0d4eeaadba08b990c4c7db5bd7682da948cbf5a290dbd95ec33
s390x
python-2.6.6-29.el6.s390x.rpm SHA-256: bf9eac88fafa905c05526189397c70034968d7f27f0d9dc47e7f479856b7b6fc
python-debuginfo-2.6.6-29.el6.s390x.rpm SHA-256: 30e00a6377c84c4d0b76cfeb9825d6cce6793e6b4d9fab400cec894a53cb9d63
python-debuginfo-2.6.6-29.el6.s390x.rpm SHA-256: 30e00a6377c84c4d0b76cfeb9825d6cce6793e6b4d9fab400cec894a53cb9d63
python-devel-2.6.6-29.el6.s390x.rpm SHA-256: 68c3eb9d20c301f7cf1eb83da2c07bfc61fce626093d2ed3b6f77869f7135902
python-libs-2.6.6-29.el6.s390x.rpm SHA-256: 2763a9b8217daaba0737b3dc95b9b8bd108f11d6498e6f82397ddb1900dba569
python-test-2.6.6-29.el6.s390x.rpm SHA-256: 5eb511e2117ce0c05d4e1532bea530d46555d52f67a2900e5daeb9a6a71c68b1
python-tools-2.6.6-29.el6.s390x.rpm SHA-256: ee100e67d65a84e992c412f11e9fd6001bc4bea20aa0f1f697d9d76abc9df486
tkinter-2.6.6-29.el6.s390x.rpm SHA-256: 73579c7202251806c25c6ffae6be1508c23ef981c21dfea4e32f731fcd9b640c

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility