Message100448
Code duplication is unavoidable because the goal is to give access to
machine arithmetics which means (# types) x (# operations) of very
similar looking functions. I considered reducing (perceived) code
duplication through some pre-processor magic, but doing so would make
code much harder to understand and almost impossible to debug.
On Thu, Mar 4, 2010 at 7:06 PM, Antoine Pitrou <report@bugs.python.org> wrote:
>
> Antoine Pitrou <pitrou@free.fr> added the comment:
>
> I don't care much for ctypes but I think the amount of code duplication in that patch is scary.
>
> ----------
> nosy: +pitrou
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue887237>
> _______________________________________
> |
|
Date |
User |
Action |
Args |
2010-03-05 02:21:30 | Alexander.Belopolsky | set | recipients:
+ Alexander.Belopolsky, arigo, theller, rhettinger, bob.ippolito, mark.dickinson, belopolsky, pitrou, fredrik_j |
2010-03-05 02:21:28 | Alexander.Belopolsky | link | issue887237 messages |
2010-03-05 02:21:27 | Alexander.Belopolsky | create | |
|