diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-07-24 10:26:33 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-07-24 10:26:33 (GMT) |
commit | bda0dde1c46c7f86c09f1b54d0b14125e9ab7f52 (patch) | |
tree | 9aaa09e3507d1af552ea3180c7d91731751c4517 /Misc | |
parent | 8cab8b03e5a44acce3fb2c5416f877c3edcf9beb (diff) | |
download | cpython-bda0dde1c46c7f86c09f1b54d0b14125e9ab7f52.zip cpython-bda0dde1c46c7f86c09f1b54d0b14125e9ab7f52.tar.gz cpython-bda0dde1c46c7f86c09f1b54d0b14125e9ab7f52.tar.bz2 |
Patch #1448199: Release GIL around ConnectRegistry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ Library Extension Modules ----------------- +- Patch #1448199: Release interpreter lock in _winreg.ConnectRegistry. + - Patch #1521817: Index range checking on ctypes arrays containing exactly one element enabled again. This allows iterating over these arrays, without the need to check the array size before. |