This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add 128-bit integer support to ctypes
Type: enhancement Stage: needs patch
Components: ctypes Versions: Python 3.6
process
Status: open Resolution:
Dependencies: 19904 Superseder:
Assigned To: Nosy List: fil, meador.inge
Priority: normal Keywords:

Created on 2013-12-06 02:07 by fil, last changed 2022-04-11 14:57 by admin.

Messages (2)
msg205345 - (view) Author: Fil Mackay (fil) Date: 2013-12-06 02:07
This depends on struct issue #19904, and involves adding the following types:

c_int128
c_uint128
c_int256 (maybe?)
c_uint256
c_int512 (too much?)
c_uint512

After resolution of the struct issue, this implementation will become clearer.
msg228475 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-10-04 18:38
This won't go anywhere until a patch is provided on #19904 as requested in msg205765.
History
Date User Action Args
2022-04-11 14:57:55adminsetgithub: 64104
2019-02-24 22:43:10BreamoreBoysetnosy: - BreamoreBoy
2015-08-27 19:20:48zach.waresetdependencies: + Add 128-bit integer support to struct
stage: needs patch
versions: + Python 3.6, - Python 3.5
2014-10-04 18:38:53BreamoreBoysetnosy: + BreamoreBoy

messages: + msg228475
versions: - Python 2.7, Python 3.3, Python 3.4
2013-12-09 00:49:12meador.ingesetnosy: + meador.inge
2013-12-06 02:07:34filcreate