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.

Author rmsr
Recipients larry, rmsr
Date 2014-01-19.05:39:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390109980.95.0.0734854690372.issue20299@psf.upfronthosting.co.za>
In-reply-to
Content
The docs indicate that you can do:

class foo_converter(CConverter):
    ...
    c_default = 'bar()'
    py_default = 'Bar'

except that CConverter.__init__() unconditionally overwrites these values. Patch attached.
History
Date User Action Args
2014-01-19 05:39:40rmsrsetrecipients: + rmsr, larry
2014-01-19 05:39:40rmsrsetmessageid: <1390109980.95.0.0734854690372.issue20299@psf.upfronthosting.co.za>
2014-01-19 05:39:40rmsrlinkissue20299 messages
2014-01-19 05:39:40rmsrcreate