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-2013:0437 - Bug Fix Advisory
Issued:
2013-02-20
Updated:
2013-02-20

RHBA-2013:0437 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

python bug fix 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 are now available for Red Hat
Enterprise Linux 6.

Description

Python is an interpreted, interactive, object-oriented programming language
often compared to Tcl, Perl, Scheme, or Java. Python includes modules, classes,
exceptions, very high level dynamic data types and dynamic typing. Python
supports interfaces to many system calls and libraries, as well as to various
windowing systems (X11, Motif, Tk, Mac and MFC).

This update fixes the following bugs:

  • Previously, applying the python-2.6.5-ctypes-noexecmem patch caused the

ctypes.CFUNCTYPE() function to allocate memory in order to avoid running the
process in a SELinux domain with the execmem permission. When this allocation
process forked without using the exec() function (for example in a
multi-processing module), the state of the allocator was shared between parent
and child processes. This shared state caused unpredictable interactions between
the processes, potentially leading to segmentation faults or lack of termination
of a multiprocessing workload. With this update, python-2.6.5-ctypes-noexecmem
has been reverted, and the unpredictable behavior no longer occurs. In addition,
Python programs are now required to run within a SELinux domain with execmem
permissions. (BZ#707944)

  • Prior to this update, any usage of the ctypes module (such as via the "uuid"

module used by the Django application framework) triggered the
ctypes.CFUNCTYPE() function on module import. Consequently, if the process was
missing SELinux permissions, AVC denial messages were returned. This bug has
been fixed, and SELinux permissions are now required only in relevant cases of
ctypes usage, such as passing a Python callable to a C callback. (BZ#814391)

  • In certain cases, enabled C-level assertions caused the python library to fail

when building valid Python code. Consequently, code containing four or more
nested "IF" statements within a list comprehension or generator expression
failed to compile. Moreover, an error occurred when formatting certain numpy
objects. With this update, the C-level assertions have been deactivated and the
aforementioned problems no longer occur. (BZ#810847, BZ#841748)

  • As part of the fix for CVE-2012-0876, a new symbol ("XML_SetHashSalt") was

added to the system libexpat library, which Python standard library uses in the
pyexpat module. If an unpatched libexpat.so.1 was present in a directory listed
in LD_LIBRARY_PATH, then attempts to use the pyexpat module (for example from
yum) would fail with an ImportError exception. This update adds an RPATH
directive to pyexpat to ensure that libexpat is used by pyexpat, regardless of
whether there is an unpatched libexpat within the LD_LIBRARY_PATH, thus
preventing the ImportError exception. (BZ#833271)

  • Due to a bug in the Python logging module, the SysLogHandler class continued

to send log message against a closed connection. Consequently, an infinite loop
occurred when SysLogHandler was used together with the Eventlet library. The bug
has been fixed, and the described issue no longer occurs. (BZ#835460)

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

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
https://access.redhat.com/knowledge/articles/11258

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 - 707944 - Bad interaction between python-2.6.5-ctypes-noexecmem.patch, and ctypes.CFUNCTYPE when forking without exec (e.g. "multiprocessing" module)
  • BZ - 810847 - Python problem with nested IFs
  • BZ - 814391 - UUID package cause SELinux AVC Denials
  • BZ - 835460 - An infinite loop happens when we use SysLogHandler with eventlet

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-36.el6.src.rpm SHA-256: 513ebae087ae2cefd2d968ae6462165a10f6ed13fcd0565a0720c3bce571e8fd
x86_64
python-2.6.6-36.el6.x86_64.rpm SHA-256: 264afa8e787876cd8e8a73443bb3e5b48daa1bbb5da7f63a6254518ea54b9c97
python-2.6.6-36.el6.x86_64.rpm SHA-256: 264afa8e787876cd8e8a73443bb3e5b48daa1bbb5da7f63a6254518ea54b9c97
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-devel-2.6.6-36.el6.x86_64.rpm SHA-256: c26057aef86d4964803bc43c52bee88de838359630a6304263ff791de251f847
python-devel-2.6.6-36.el6.x86_64.rpm SHA-256: c26057aef86d4964803bc43c52bee88de838359630a6304263ff791de251f847
python-libs-2.6.6-36.el6.x86_64.rpm SHA-256: e04b3d62624276b869027ec3b5fef344d4963468a9f04865c460dfbcac5d86cc
python-libs-2.6.6-36.el6.x86_64.rpm SHA-256: e04b3d62624276b869027ec3b5fef344d4963468a9f04865c460dfbcac5d86cc
python-test-2.6.6-36.el6.x86_64.rpm SHA-256: 19489427ad25c826daa34fc8bdf46476c89f06d355e202a1c77ab49dd9f65aeb
python-test-2.6.6-36.el6.x86_64.rpm SHA-256: 19489427ad25c826daa34fc8bdf46476c89f06d355e202a1c77ab49dd9f65aeb
python-tools-2.6.6-36.el6.x86_64.rpm SHA-256: c7ba8f0de0fce2a3dbbcf32bbed27dbb9ebdca936c04661c010137417cb30217
python-tools-2.6.6-36.el6.x86_64.rpm SHA-256: c7ba8f0de0fce2a3dbbcf32bbed27dbb9ebdca936c04661c010137417cb30217
tkinter-2.6.6-36.el6.x86_64.rpm SHA-256: b33410062d038cf0b4f4821089273eaebdbf17a3fa6771654ee13fbf0eef3e71
tkinter-2.6.6-36.el6.x86_64.rpm SHA-256: b33410062d038cf0b4f4821089273eaebdbf17a3fa6771654ee13fbf0eef3e71
i386
python-2.6.6-36.el6.i686.rpm SHA-256: ef241ba6601a35b7ab9f772619cbf45471dbb644320fb4db46de72bc3dd07b0e
python-debuginfo-2.6.6-36.el6.i686.rpm SHA-256: 8bfc344b0437af9534ddf8b36a908fccebf5f432829f7ca58a6c5c79c48d9e2f
python-debuginfo-2.6.6-36.el6.i686.rpm SHA-256: 8bfc344b0437af9534ddf8b36a908fccebf5f432829f7ca58a6c5c79c48d9e2f
python-devel-2.6.6-36.el6.i686.rpm SHA-256: 2480399a7285d7d5fcb5265fa5c783ee6b75d84890c370d4e8b59f65b5e06197
python-libs-2.6.6-36.el6.i686.rpm SHA-256: 353f527f7434c7887013e508b40bf403f41b039e3e951f8cf3dac2d7bc89387b
python-test-2.6.6-36.el6.i686.rpm SHA-256: 6955042e5408fabbb272949a59888f810f18935e006e58c45ecf1c4037611409
python-tools-2.6.6-36.el6.i686.rpm SHA-256: 9625062fbfbe71ec4f83d80ea49b59c843519897e1d491613a717d95ce9bcb7b
tkinter-2.6.6-36.el6.i686.rpm SHA-256: 4f138f98b673683c7daeeeb5746b385776ad1a9474444cc0b64f1cf1d0ff887c

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
python-2.6.6-36.el6.src.rpm SHA-256: 513ebae087ae2cefd2d968ae6462165a10f6ed13fcd0565a0720c3bce571e8fd
x86_64
python-2.6.6-36.el6.x86_64.rpm SHA-256: 264afa8e787876cd8e8a73443bb3e5b48daa1bbb5da7f63a6254518ea54b9c97
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-devel-2.6.6-36.el6.x86_64.rpm SHA-256: c26057aef86d4964803bc43c52bee88de838359630a6304263ff791de251f847
python-libs-2.6.6-36.el6.x86_64.rpm SHA-256: e04b3d62624276b869027ec3b5fef344d4963468a9f04865c460dfbcac5d86cc
python-test-2.6.6-36.el6.x86_64.rpm SHA-256: 19489427ad25c826daa34fc8bdf46476c89f06d355e202a1c77ab49dd9f65aeb
python-tools-2.6.6-36.el6.x86_64.rpm SHA-256: c7ba8f0de0fce2a3dbbcf32bbed27dbb9ebdca936c04661c010137417cb30217
tkinter-2.6.6-36.el6.x86_64.rpm SHA-256: b33410062d038cf0b4f4821089273eaebdbf17a3fa6771654ee13fbf0eef3e71
i386
python-2.6.6-36.el6.i686.rpm SHA-256: ef241ba6601a35b7ab9f772619cbf45471dbb644320fb4db46de72bc3dd07b0e
python-debuginfo-2.6.6-36.el6.i686.rpm SHA-256: 8bfc344b0437af9534ddf8b36a908fccebf5f432829f7ca58a6c5c79c48d9e2f
python-debuginfo-2.6.6-36.el6.i686.rpm SHA-256: 8bfc344b0437af9534ddf8b36a908fccebf5f432829f7ca58a6c5c79c48d9e2f
python-devel-2.6.6-36.el6.i686.rpm SHA-256: 2480399a7285d7d5fcb5265fa5c783ee6b75d84890c370d4e8b59f65b5e06197
python-libs-2.6.6-36.el6.i686.rpm SHA-256: 353f527f7434c7887013e508b40bf403f41b039e3e951f8cf3dac2d7bc89387b
python-test-2.6.6-36.el6.i686.rpm SHA-256: 6955042e5408fabbb272949a59888f810f18935e006e58c45ecf1c4037611409
python-tools-2.6.6-36.el6.i686.rpm SHA-256: 9625062fbfbe71ec4f83d80ea49b59c843519897e1d491613a717d95ce9bcb7b
tkinter-2.6.6-36.el6.i686.rpm SHA-256: 4f138f98b673683c7daeeeb5746b385776ad1a9474444cc0b64f1cf1d0ff887c

Red Hat Enterprise Linux Workstation 6

SRPM
python-2.6.6-36.el6.src.rpm SHA-256: 513ebae087ae2cefd2d968ae6462165a10f6ed13fcd0565a0720c3bce571e8fd
x86_64
python-2.6.6-36.el6.x86_64.rpm SHA-256: 264afa8e787876cd8e8a73443bb3e5b48daa1bbb5da7f63a6254518ea54b9c97
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-devel-2.6.6-36.el6.x86_64.rpm SHA-256: c26057aef86d4964803bc43c52bee88de838359630a6304263ff791de251f847
python-libs-2.6.6-36.el6.x86_64.rpm SHA-256: e04b3d62624276b869027ec3b5fef344d4963468a9f04865c460dfbcac5d86cc
python-test-2.6.6-36.el6.x86_64.rpm SHA-256: 19489427ad25c826daa34fc8bdf46476c89f06d355e202a1c77ab49dd9f65aeb
python-tools-2.6.6-36.el6.x86_64.rpm SHA-256: c7ba8f0de0fce2a3dbbcf32bbed27dbb9ebdca936c04661c010137417cb30217
tkinter-2.6.6-36.el6.x86_64.rpm SHA-256: b33410062d038cf0b4f4821089273eaebdbf17a3fa6771654ee13fbf0eef3e71
i386
python-2.6.6-36.el6.i686.rpm SHA-256: ef241ba6601a35b7ab9f772619cbf45471dbb644320fb4db46de72bc3dd07b0e
python-debuginfo-2.6.6-36.el6.i686.rpm SHA-256: 8bfc344b0437af9534ddf8b36a908fccebf5f432829f7ca58a6c5c79c48d9e2f
python-debuginfo-2.6.6-36.el6.i686.rpm SHA-256: 8bfc344b0437af9534ddf8b36a908fccebf5f432829f7ca58a6c5c79c48d9e2f
python-devel-2.6.6-36.el6.i686.rpm SHA-256: 2480399a7285d7d5fcb5265fa5c783ee6b75d84890c370d4e8b59f65b5e06197
python-libs-2.6.6-36.el6.i686.rpm SHA-256: 353f527f7434c7887013e508b40bf403f41b039e3e951f8cf3dac2d7bc89387b
python-test-2.6.6-36.el6.i686.rpm SHA-256: 6955042e5408fabbb272949a59888f810f18935e006e58c45ecf1c4037611409
python-tools-2.6.6-36.el6.i686.rpm SHA-256: 9625062fbfbe71ec4f83d80ea49b59c843519897e1d491613a717d95ce9bcb7b
tkinter-2.6.6-36.el6.i686.rpm SHA-256: 4f138f98b673683c7daeeeb5746b385776ad1a9474444cc0b64f1cf1d0ff887c

Red Hat Enterprise Linux Desktop 6

SRPM
python-2.6.6-36.el6.src.rpm SHA-256: 513ebae087ae2cefd2d968ae6462165a10f6ed13fcd0565a0720c3bce571e8fd
x86_64
python-2.6.6-36.el6.x86_64.rpm SHA-256: 264afa8e787876cd8e8a73443bb3e5b48daa1bbb5da7f63a6254518ea54b9c97
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-devel-2.6.6-36.el6.x86_64.rpm SHA-256: c26057aef86d4964803bc43c52bee88de838359630a6304263ff791de251f847
python-libs-2.6.6-36.el6.x86_64.rpm SHA-256: e04b3d62624276b869027ec3b5fef344d4963468a9f04865c460dfbcac5d86cc
python-test-2.6.6-36.el6.x86_64.rpm SHA-256: 19489427ad25c826daa34fc8bdf46476c89f06d355e202a1c77ab49dd9f65aeb
python-tools-2.6.6-36.el6.x86_64.rpm SHA-256: c7ba8f0de0fce2a3dbbcf32bbed27dbb9ebdca936c04661c010137417cb30217
tkinter-2.6.6-36.el6.x86_64.rpm SHA-256: b33410062d038cf0b4f4821089273eaebdbf17a3fa6771654ee13fbf0eef3e71
i386
python-2.6.6-36.el6.i686.rpm SHA-256: ef241ba6601a35b7ab9f772619cbf45471dbb644320fb4db46de72bc3dd07b0e
python-debuginfo-2.6.6-36.el6.i686.rpm SHA-256: 8bfc344b0437af9534ddf8b36a908fccebf5f432829f7ca58a6c5c79c48d9e2f
python-debuginfo-2.6.6-36.el6.i686.rpm SHA-256: 8bfc344b0437af9534ddf8b36a908fccebf5f432829f7ca58a6c5c79c48d9e2f
python-devel-2.6.6-36.el6.i686.rpm SHA-256: 2480399a7285d7d5fcb5265fa5c783ee6b75d84890c370d4e8b59f65b5e06197
python-libs-2.6.6-36.el6.i686.rpm SHA-256: 353f527f7434c7887013e508b40bf403f41b039e3e951f8cf3dac2d7bc89387b
python-test-2.6.6-36.el6.i686.rpm SHA-256: 6955042e5408fabbb272949a59888f810f18935e006e58c45ecf1c4037611409
python-tools-2.6.6-36.el6.i686.rpm SHA-256: 9625062fbfbe71ec4f83d80ea49b59c843519897e1d491613a717d95ce9bcb7b
tkinter-2.6.6-36.el6.i686.rpm SHA-256: 4f138f98b673683c7daeeeb5746b385776ad1a9474444cc0b64f1cf1d0ff887c

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
python-2.6.6-36.el6.src.rpm SHA-256: 513ebae087ae2cefd2d968ae6462165a10f6ed13fcd0565a0720c3bce571e8fd
s390x
python-2.6.6-36.el6.s390x.rpm SHA-256: 431862c9331a6f45c372e6e5292e0ada26363a0cc132a5e035936c6c53db8bc1
python-debuginfo-2.6.6-36.el6.s390x.rpm SHA-256: f05c468e3bdfe674791fda10369358947d305ac711576317688fd11c57f4fda5
python-debuginfo-2.6.6-36.el6.s390x.rpm SHA-256: f05c468e3bdfe674791fda10369358947d305ac711576317688fd11c57f4fda5
python-devel-2.6.6-36.el6.s390x.rpm SHA-256: 2c47fac18e6e64cbd27fba8c5af1e2c84b6e42c8b1741e7e20276e1d963d35b5
python-libs-2.6.6-36.el6.s390x.rpm SHA-256: 1982c43a9524dc25123a1ed9f4b364730339d1a92cb47e7a5e143a927d218aeb
python-test-2.6.6-36.el6.s390x.rpm SHA-256: 8a45d6af8c7b136f243d76d33d30a586b17ad963bd0d6c6340710294ef72d07f
python-tools-2.6.6-36.el6.s390x.rpm SHA-256: ea85447cb439de1ea28193d4f69c8aed4a3e0696f2ffc4d6367eef7e521ffd9b
tkinter-2.6.6-36.el6.s390x.rpm SHA-256: 50c818ca21dc037d0836bce8e9d03ebc1880e79016c9f91350ec5e4d1a625c69

Red Hat Enterprise Linux for Power, big endian 6

SRPM
python-2.6.6-36.el6.src.rpm SHA-256: 513ebae087ae2cefd2d968ae6462165a10f6ed13fcd0565a0720c3bce571e8fd
ppc64
python-2.6.6-36.el6.ppc64.rpm SHA-256: 6c4748f95ed764bea06fcda8c9e1537390515ace7d539877945b2fca764a7b56
python-debuginfo-2.6.6-36.el6.ppc64.rpm SHA-256: ae9c8efaa73bb066b48d5e5591054886c735fe4800277164fa4576827010d42b
python-debuginfo-2.6.6-36.el6.ppc64.rpm SHA-256: ae9c8efaa73bb066b48d5e5591054886c735fe4800277164fa4576827010d42b
python-devel-2.6.6-36.el6.ppc64.rpm SHA-256: 687207d8b8434591d93ae1851a22fee767596dc490f49e8dd20deeac55eb6846
python-libs-2.6.6-36.el6.ppc64.rpm SHA-256: 4af91e9773fefde2192fff5df76678f672dbbb8f968e59f92c584bcc86392989
python-test-2.6.6-36.el6.ppc64.rpm SHA-256: 31f254680517648ea218bfb31bc08dd8ff4cd636370e710faed1b0b2baf9824a
python-tools-2.6.6-36.el6.ppc64.rpm SHA-256: 4581c0ccf8fef87f062f5730cff8610d5f59df5b4c19c18d8d72bb4d00d5d7cf
tkinter-2.6.6-36.el6.ppc64.rpm SHA-256: c478db42a66506c6a31ae23e5ed40670a33f903487b027b051467fef0baecf64

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
python-2.6.6-36.el6.src.rpm SHA-256: 513ebae087ae2cefd2d968ae6462165a10f6ed13fcd0565a0720c3bce571e8fd
x86_64
python-2.6.6-36.el6.x86_64.rpm SHA-256: 264afa8e787876cd8e8a73443bb3e5b48daa1bbb5da7f63a6254518ea54b9c97
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-devel-2.6.6-36.el6.x86_64.rpm SHA-256: c26057aef86d4964803bc43c52bee88de838359630a6304263ff791de251f847
python-libs-2.6.6-36.el6.x86_64.rpm SHA-256: e04b3d62624276b869027ec3b5fef344d4963468a9f04865c460dfbcac5d86cc
python-test-2.6.6-36.el6.x86_64.rpm SHA-256: 19489427ad25c826daa34fc8bdf46476c89f06d355e202a1c77ab49dd9f65aeb
python-tools-2.6.6-36.el6.x86_64.rpm SHA-256: c7ba8f0de0fce2a3dbbcf32bbed27dbb9ebdca936c04661c010137417cb30217
tkinter-2.6.6-36.el6.x86_64.rpm SHA-256: b33410062d038cf0b4f4821089273eaebdbf17a3fa6771654ee13fbf0eef3e71

Red Hat Enterprise Linux Server from RHUI 6

SRPM
python-2.6.6-36.el6.src.rpm SHA-256: 513ebae087ae2cefd2d968ae6462165a10f6ed13fcd0565a0720c3bce571e8fd
x86_64
python-2.6.6-36.el6.x86_64.rpm SHA-256: 264afa8e787876cd8e8a73443bb3e5b48daa1bbb5da7f63a6254518ea54b9c97
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-devel-2.6.6-36.el6.x86_64.rpm SHA-256: c26057aef86d4964803bc43c52bee88de838359630a6304263ff791de251f847
python-libs-2.6.6-36.el6.x86_64.rpm SHA-256: e04b3d62624276b869027ec3b5fef344d4963468a9f04865c460dfbcac5d86cc
python-test-2.6.6-36.el6.x86_64.rpm SHA-256: 19489427ad25c826daa34fc8bdf46476c89f06d355e202a1c77ab49dd9f65aeb
python-tools-2.6.6-36.el6.x86_64.rpm SHA-256: c7ba8f0de0fce2a3dbbcf32bbed27dbb9ebdca936c04661c010137417cb30217
tkinter-2.6.6-36.el6.x86_64.rpm SHA-256: b33410062d038cf0b4f4821089273eaebdbf17a3fa6771654ee13fbf0eef3e71
i386
python-2.6.6-36.el6.i686.rpm SHA-256: ef241ba6601a35b7ab9f772619cbf45471dbb644320fb4db46de72bc3dd07b0e
python-debuginfo-2.6.6-36.el6.i686.rpm SHA-256: 8bfc344b0437af9534ddf8b36a908fccebf5f432829f7ca58a6c5c79c48d9e2f
python-debuginfo-2.6.6-36.el6.i686.rpm SHA-256: 8bfc344b0437af9534ddf8b36a908fccebf5f432829f7ca58a6c5c79c48d9e2f
python-devel-2.6.6-36.el6.i686.rpm SHA-256: 2480399a7285d7d5fcb5265fa5c783ee6b75d84890c370d4e8b59f65b5e06197
python-libs-2.6.6-36.el6.i686.rpm SHA-256: 353f527f7434c7887013e508b40bf403f41b039e3e951f8cf3dac2d7bc89387b
python-test-2.6.6-36.el6.i686.rpm SHA-256: 6955042e5408fabbb272949a59888f810f18935e006e58c45ecf1c4037611409
python-tools-2.6.6-36.el6.i686.rpm SHA-256: 9625062fbfbe71ec4f83d80ea49b59c843519897e1d491613a717d95ce9bcb7b
tkinter-2.6.6-36.el6.i686.rpm SHA-256: 4f138f98b673683c7daeeeb5746b385776ad1a9474444cc0b64f1cf1d0ff887c

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

SRPM
python-2.6.6-36.el6.src.rpm SHA-256: 513ebae087ae2cefd2d968ae6462165a10f6ed13fcd0565a0720c3bce571e8fd
s390x
python-2.6.6-36.el6.s390x.rpm SHA-256: 431862c9331a6f45c372e6e5292e0ada26363a0cc132a5e035936c6c53db8bc1
python-debuginfo-2.6.6-36.el6.s390x.rpm SHA-256: f05c468e3bdfe674791fda10369358947d305ac711576317688fd11c57f4fda5
python-debuginfo-2.6.6-36.el6.s390x.rpm SHA-256: f05c468e3bdfe674791fda10369358947d305ac711576317688fd11c57f4fda5
python-devel-2.6.6-36.el6.s390x.rpm SHA-256: 2c47fac18e6e64cbd27fba8c5af1e2c84b6e42c8b1741e7e20276e1d963d35b5
python-libs-2.6.6-36.el6.s390x.rpm SHA-256: 1982c43a9524dc25123a1ed9f4b364730339d1a92cb47e7a5e143a927d218aeb
python-test-2.6.6-36.el6.s390x.rpm SHA-256: 8a45d6af8c7b136f243d76d33d30a586b17ad963bd0d6c6340710294ef72d07f
python-tools-2.6.6-36.el6.s390x.rpm SHA-256: ea85447cb439de1ea28193d4f69c8aed4a3e0696f2ffc4d6367eef7e521ffd9b
tkinter-2.6.6-36.el6.s390x.rpm SHA-256: 50c818ca21dc037d0836bce8e9d03ebc1880e79016c9f91350ec5e4d1a625c69

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

SRPM
python-2.6.6-36.el6.src.rpm SHA-256: 513ebae087ae2cefd2d968ae6462165a10f6ed13fcd0565a0720c3bce571e8fd
x86_64
python-2.6.6-36.el6.x86_64.rpm SHA-256: 264afa8e787876cd8e8a73443bb3e5b48daa1bbb5da7f63a6254518ea54b9c97
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-debuginfo-2.6.6-36.el6.x86_64.rpm SHA-256: e83c53ba69aff909d092ba429908b94aee77bde98bc187a847f285149b7355b9
python-devel-2.6.6-36.el6.x86_64.rpm SHA-256: c26057aef86d4964803bc43c52bee88de838359630a6304263ff791de251f847
python-libs-2.6.6-36.el6.x86_64.rpm SHA-256: e04b3d62624276b869027ec3b5fef344d4963468a9f04865c460dfbcac5d86cc
python-test-2.6.6-36.el6.x86_64.rpm SHA-256: 19489427ad25c826daa34fc8bdf46476c89f06d355e202a1c77ab49dd9f65aeb
python-tools-2.6.6-36.el6.x86_64.rpm SHA-256: c7ba8f0de0fce2a3dbbcf32bbed27dbb9ebdca936c04661c010137417cb30217
tkinter-2.6.6-36.el6.x86_64.rpm SHA-256: b33410062d038cf0b4f4821089273eaebdbf17a3fa6771654ee13fbf0eef3e71
i386
python-2.6.6-36.el6.i686.rpm SHA-256: ef241ba6601a35b7ab9f772619cbf45471dbb644320fb4db46de72bc3dd07b0e
python-debuginfo-2.6.6-36.el6.i686.rpm SHA-256: 8bfc344b0437af9534ddf8b36a908fccebf5f432829f7ca58a6c5c79c48d9e2f
python-debuginfo-2.6.6-36.el6.i686.rpm SHA-256: 8bfc344b0437af9534ddf8b36a908fccebf5f432829f7ca58a6c5c79c48d9e2f
python-devel-2.6.6-36.el6.i686.rpm SHA-256: 2480399a7285d7d5fcb5265fa5c783ee6b75d84890c370d4e8b59f65b5e06197
python-libs-2.6.6-36.el6.i686.rpm SHA-256: 353f527f7434c7887013e508b40bf403f41b039e3e951f8cf3dac2d7bc89387b
python-test-2.6.6-36.el6.i686.rpm SHA-256: 6955042e5408fabbb272949a59888f810f18935e006e58c45ecf1c4037611409
python-tools-2.6.6-36.el6.i686.rpm SHA-256: 9625062fbfbe71ec4f83d80ea49b59c843519897e1d491613a717d95ce9bcb7b
tkinter-2.6.6-36.el6.i686.rpm SHA-256: 4f138f98b673683c7daeeeb5746b385776ad1a9474444cc0b64f1cf1d0ff887c

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

SRPM
python-2.6.6-36.el6.src.rpm SHA-256: 513ebae087ae2cefd2d968ae6462165a10f6ed13fcd0565a0720c3bce571e8fd
s390x
python-2.6.6-36.el6.s390x.rpm SHA-256: 431862c9331a6f45c372e6e5292e0ada26363a0cc132a5e035936c6c53db8bc1
python-debuginfo-2.6.6-36.el6.s390x.rpm SHA-256: f05c468e3bdfe674791fda10369358947d305ac711576317688fd11c57f4fda5
python-debuginfo-2.6.6-36.el6.s390x.rpm SHA-256: f05c468e3bdfe674791fda10369358947d305ac711576317688fd11c57f4fda5
python-devel-2.6.6-36.el6.s390x.rpm SHA-256: 2c47fac18e6e64cbd27fba8c5af1e2c84b6e42c8b1741e7e20276e1d963d35b5
python-libs-2.6.6-36.el6.s390x.rpm SHA-256: 1982c43a9524dc25123a1ed9f4b364730339d1a92cb47e7a5e143a927d218aeb
python-test-2.6.6-36.el6.s390x.rpm SHA-256: 8a45d6af8c7b136f243d76d33d30a586b17ad963bd0d6c6340710294ef72d07f
python-tools-2.6.6-36.el6.s390x.rpm SHA-256: ea85447cb439de1ea28193d4f69c8aed4a3e0696f2ffc4d6367eef7e521ffd9b
tkinter-2.6.6-36.el6.s390x.rpm SHA-256: 50c818ca21dc037d0836bce8e9d03ebc1880e79016c9f91350ec5e4d1a625c69

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, Inc.

Red Hat legal and privacy links

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