diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-18 00:00:44 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-18 00:00:44 (GMT) |
commit | 738446f0f7d2e1ca76dd70d59c02312992194644 (patch) | |
tree | 6f685576661267655057f38ee7814e23b41a6694 /Misc | |
parent | a7ecfe705fa9c902af59d45df0a2d66b495f2bff (diff) | |
download | cpython-738446f0f7d2e1ca76dd70d59c02312992194644.zip cpython-738446f0f7d2e1ca76dd70d59c02312992194644.tar.gz cpython-738446f0f7d2e1ca76dd70d59c02312992194644.tar.bz2 |
Issue #8394: _ctypes.dlopen() accepts bytes, bytearray and str with
surrogates.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -315,6 +315,9 @@ C-API Library ------- +- Issue #8394: _ctypes.dlopen() accepts bytes, bytearray and str with + surrogates. + - Issue #850728: Add a *timeout* parameter to the `acquire()` method of `threading.Semaphore` objects. Original patch by Torsten Landschoff. |