mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits
wide.
This commit is contained in:
parent
4d4b7398a2
commit
6adda9641d
3 changed files with 19 additions and 2 deletions
|
@ -349,6 +349,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits wide.
|
||||
|
||||
- unittest has been split up into a package. All old names should still work.
|
||||
|
||||
- Issue #6431: Make Fraction type return NotImplemented when it doesn't
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue