]> granicus.if.org Git - python/commit
Change _ssize() so it doesn't rely on sizeof(char) or sizeof(short):
authorGreg Ward <gward@python.net>
Thu, 29 May 2003 21:55:41 +0000 (21:55 +0000)
committerGreg Ward <gward@python.net>
Thu, 29 May 2003 21:55:41 +0000 (21:55 +0000)
commit38c9266f4203d5d01a0c76f649ff5ba7840afbe1
treea306768f3e1d1cc35f5f01a8655ef5814453b8ab
parentd676906ab7e0bda29da776a7ef384e1f751c3f27
Change _ssize() so it doesn't rely on sizeof(char) or sizeof(short):
8 bits is 1 byte, and that isn't about to change any time soon.  (I hope!)
Modules/ossaudiodev.c