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 gvanrossum
Recipients christian.heimes, gvanrossum
Date 2007-12-11.19:04:39
SpamBayes Score 0.0028717234
Marked as misclassified No
Message-id <ca471dc20712111104h5e43f548ta4e25a9fbcf41d0f@mail.gmail.com>
In-reply-to <1197399363.57.0.700725011577.issue1587@psf.upfronthosting.co.za>
Content
OK, you've convinced me. Let's just make it a C API for now.

On Dec 11, 2007 10:56 AM, Christian Heimes <report@bugs.python.org> wrote:
>
> Christian Heimes added the comment:
>
> The wrapper is useful for C code which used PyMethod_New(func, NULL,
> type) in 2.5. W/o a wrapper people may have to rewrite and redesign
> their code base.
>
> For example see http://bugs.python.org/issue1505 and r59215. I had to
> rewrite a good bunch of code just to get one C function right.
>
> I'm +1 to add a wrapper and +0 to expose it to Python code and -0 to
> expose it as built-in. I used a built-in for quick testing.
>
>
> __________________________________
> Tracker <report@bugs.python.org>
> <http://bugs.python.org/issue1587>
> __________________________________
>
History
Date User Action Args
2007-12-11 19:04:39gvanrossumsetspambayes_score: 0.00287172 -> 0.0028717234
recipients: + gvanrossum, christian.heimes
2007-12-11 19:04:39gvanrossumlinkissue1587 messages
2007-12-11 19:04:39gvanrossumcreate