cpython/Lib/ctypes
Miss Islington (bot) 5ba591fa2c
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)
Break cycle generated when saving an exception in socket.py, codeop.py and dyld.py as they keep alive not only the exception but user objects through the ``__traceback__`` attribute.

https://bugs.python.org/issue36820

Automerge-Triggered-By: @pablogsal
(cherry picked from commit b64334cb93)

Co-authored-by: Mario Corchero <mcorcherojim@bloomberg.net>
2019-12-06 07:01:31 -08:00
..
macholib bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) 2019-12-06 07:01:31 -08:00
test [3.7] bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) (GH-17224) 2019-11-21 21:47:22 +00:00
__init__.py bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081) 2019-06-14 09:30:27 -07:00
_aix.py bpo-34558: Add missing parentheses in _aix.py (GH-9017) 2018-08-31 22:46:32 -04:00
_endian.py
util.py bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) (GH-6680) 2018-05-01 22:51:31 -04:00
wintypes.py