[issue887237] Machine integers

Alexander Belopolsky report at bugs.python.org
Wed Dec 1 19:32:22 CET 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

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.

----------
assignee: belopolsky -> 
nosy:  -BreamoreBoy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue887237>
_______________________________________


More information about the Python-bugs-list mailing list