Eryk Sun <eryk...@gmail.com> added the comment:

The values are correct for the given type codes, which should be the same as 
the corresponding type codes for the array and struct modules. Except the array 
module doesn't support the "c" type. 

However, assigning b's' to an index of a "b" type array should fail with a 
TypeError, so I don't think you're showing actual code. A "b" array value is a 
signed integer in the range [-128, 127]. Larger magnitude integers can be 
assigned, but they alias (wrap around) back to this range.

----------
components: +Library (Lib) -asyncio
nosy: +eryksun
type:  -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32003>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to