diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-10-13 14:55:56 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-10-13 14:55:56 (GMT) |
commit | e4f8a48b8fa0a0ec19d4c35bf213d0022e3f398d (patch) | |
tree | 1c55f5347d5fb3eabd188e7d4ef268a42b38b48b /Misc/NEWS | |
parent | 9ceaa72ebe96cb5423aa3fb2adede3fcd1c7b6b0 (diff) | |
download | cpython-e4f8a48b8fa0a0ec19d4c35bf213d0022e3f398d.zip cpython-e4f8a48b8fa0a0ec19d4c35bf213d0022e3f398d.tar.gz cpython-e4f8a48b8fa0a0ec19d4c35bf213d0022e3f398d.tar.bz2 |
969574
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.4 beta 1? Core and builtins ----------------- +- Patch #975056: Restartable signals were not correctly disabled on + BSD systems. Consistently use PyOS_setsig() instead of signal(). + - The internal portable implementation of thread-local storage (TLS), used by the ``PyGILState_Ensure()``/``PyGILState_Release()`` API, was not thread-correct. This could lead to a variety of problems, up to and |