Issue 1258041: PEP 3318 Code Review (original) (raw)

Created:
14 years, 11 months ago by minge

Modified:
10 years, 8 months ago

Base URL:
http://svn.python.org/view/\*checkout\*/python/branches/py3k/

Visibility:
Public.

Description

This patch implements parts of the new struct string syntax from PEP 3118. More specifically, the 'T{}' syntax and the ability to place byte-order specifiers ('<', '>', '@', '^', '!", '=') anywhere in the struct string.

Patch Set 1#

Total comments: 2

Messages

Total messages: 2

| minge | | 14 years, 11 months ago (2010-05-18 12🔞21 UTC)#1 | | --------- | | ------------------------------------------------------------ |

minge http://codereview.appspot.com/1258041/diff/1/4 File Modules/_struct.c (right): http://codereview.appspot.com/1258041/diff/1/4#newcode1730 Modules/_struct.c:1730: assert(soself->s_codes != NULL); This should be 'assert(soself->s_tree->s_codes != NULL)'. ... 14 years, 11 months ago (2010-05-20 13:58:04 UTC)#2