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 belopolsky
Recipients belopolsky, bob.ippolito, fredrik_j, mark.dickinson, pitrou, rhettinger, theller
Date 2010-12-01.18:32:21
SpamBayes Score 0.003811906
Marked as misclassified No
Message-id <1291228342.57.0.672880333255.issue887237@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I understand, the main concern about issue887237.diff was code duplication.  There are two ways to fight it: C preprocessor tricks as in issue887237-macro.diff and code generation as done in numpy.  With improved macro support in many compilers and debuggers, preprocessor approach may be preferable.  However I cannot move this issue forward until those who objected to code duplication review the latest patch.  Unassigning.
History
Date User Action Args
2010-12-01 18:32:22belopolskysetrecipients: + belopolsky, theller, rhettinger, bob.ippolito, mark.dickinson, pitrou, fredrik_j
2010-12-01 18:32:22belopolskysetmessageid: <1291228342.57.0.672880333255.issue887237@psf.upfronthosting.co.za>
2010-12-01 18:32:21belopolskylinkissue887237 messages
2010-12-01 18:32:21belopolskycreate