diff options
author | Skip Montanaro <skip@pobox.com> | 2005-05-16 02:42:22 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2005-05-16 02:42:22 (GMT) |
commit | 5ff14927209fe4a6c3085bf600e4ef80bdf6ff4d (patch) | |
tree | e88a2a8af8007bf281600f7f9f8665ba393de38f /Misc | |
parent | 7726dc0a8e2951e1fd75353e7d8c16284d0d4653 (diff) | |
download | cpython-5ff14927209fe4a6c3085bf600e4ef80bdf6ff4d.zip cpython-5ff14927209fe4a6c3085bf600e4ef80bdf6ff4d.tar.gz cpython-5ff14927209fe4a6c3085bf600e4ef80bdf6ff4d.tar.bz2 |
Add O_SHLOCK & O_EXLOCK. Closes patch #1103951.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,9 @@ Core and builtins Extension Modules ----------------- +- Patch #1103951: Expose O_SHLOCK and O_EXLOCK in the posix module if + available on the platform. + - Bug #1166660: The readline module could segfault if hook functions were set in a different thread than that which called readline. |