Fedora 16 Update: python-atfork-0.1.2-1.fc16

updates at fedoraproject.org updates at fedoraproject.org
Tue Aug 30 20:45:22 UTC 2011


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2011-11428
2011-08-24 22:40:49
--------------------------------------------------------------------------------

Name        : python-atfork
Product     : Fedora 16
Version     : 0.1.2
Release     : 1.fc16
URL         : https://code.google.com/p/python-atfork
Summary     : Provides an API to register callbacks when forking
Description :
Atfork provides a pthread_atfork() work-a-like API for Python 2.4, 2.5 and 2.6
along with fixers to monkey patch standard library modules at run time to be
safe in programs using both threading and forking.

While mixing threads and forking in a program is generally considered to be a
bad idea it need not be so painful.

A missing API in the Python is an atfork mechanism so that locks can be
acquired and released properly around fork calls.  This module adds that.  It
also provides monkey patchers that fix the standard library to properly
register callbacks for locks they create.

--------------------------------------------------------------------------------
Update Information:

Atfork provides a pthread_atfork() work-a-like API for Python 2.4, 2.5 and 2.6 along with fixers to monkey patch standard library modules at run time to be safe in programs using both threading and forking.
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update python-atfork' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list