mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Add NEWS entries for ctypes backports.
This commit is contained in:
parent
5728c27c74
commit
2e488fdebf
1 changed files with 5 additions and 1 deletions
|
@ -50,7 +50,7 @@ Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- Patch #1553314: Fix the inspect.py slowdown that was hurting IPython & SAGE
|
- Patch #1553314: Fix the inspect.py slowdown that was hurting IPython & SAGE
|
||||||
by adding smarter caching in inspect.getmodule()
|
by adding smarter caching in inspect.getmodule().
|
||||||
|
|
||||||
- Fix missing import of the types module in logging.config.
|
- Fix missing import of the types module in logging.config.
|
||||||
|
|
||||||
|
@ -68,6 +68,10 @@ Library
|
||||||
Extension Modules
|
Extension Modules
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Fix bugs in ctypes:
|
||||||
|
- anonymous structure fields that have a bit-width specified did not work
|
||||||
|
- cast function did not accept c_char_p or c_wchar_p instances as first arg
|
||||||
|
|
||||||
- Bug #1551427: fix a wrong NULL pointer check in the win32 version
|
- Bug #1551427: fix a wrong NULL pointer check in the win32 version
|
||||||
of os.urandom().
|
of os.urandom().
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue