Explicitly disallow assigning default values to struct/union members
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Wed, 3 Sep 2008 16:24:45 +0000 (18:24 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Wed, 3 Sep 2008 16:24:45 +0000 (18:24 +0200)
commit112e74e48cbba1da8c4ed7511544133286e9af2a
tree8e24e3229d33025720080c2e08ca41a0cde546f8
parent7e871646101da1dcf20fa09cd21cb614edc27f88
Explicitly disallow assigning default values to struct/union members

Earlier, the compiler would crash in this situation.
Cython/Compiler/ParseTreeTransforms.py
tests/errors/e_cdefassign.pyx
tests/errors/extclassattrsetting.pyx