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 vstinner
Recipients amaury.forgeotdarc, eric.araujo, hfuru, orsenthil, vstinner
Date 2010-11-09.09:44:55
SpamBayes Score 4.6343249e-07
Marked as misclassified No
Message-id <1289295899.43.0.275178242611.issue10359@psf.upfronthosting.co.za>
In-reply-to
Content
I commited a part of your patches:

r86353 Remove ";" after function definition, invalid in ISO C
r86354: [array] int => Py_UNICODE (my commit is a little bit different, but it is based on your patch)
r86355: [_pickle] Remove useless comma, invalid in ISO C
r86356: [_csv] Remove useless (duplicate) initialization

I attach the uncommit part of your patches for 3.2.

--

For libffi, the project is maintained outside Python: you should also post your patch to http://sourceware.org/libffi/

Python-ast.c: why do you move req_name and req_type outside PyAST_obj2mod()?
History
Date User Action Args
2010-11-09 09:44:59vstinnersetrecipients: + vstinner, amaury.forgeotdarc, hfuru, orsenthil, eric.araujo
2010-11-09 09:44:59vstinnersetmessageid: <1289295899.43.0.275178242611.issue10359@psf.upfronthosting.co.za>
2010-11-09 09:44:57vstinnerlinkissue10359 messages
2010-11-09 09:44:57vstinnercreate