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 theller
Recipients doko, loewis, theller
Date 2009-04-07.20:05:02
SpamBayes Score 2.3675477e-05
Marked as misclassified No
Message-id <1239134703.69.0.447519679925.issue3102@psf.upfronthosting.co.za>
In-reply-to
Content
I think simple renaming would be fine.

I do not see how module_methods could be made static; however, the
init_callbacks_in_module function should probably be removed completely.

Some other symbols could be made static because they are only used in a
single source file, Array_Type and CData_Type for example (there may be
more).

For MallocClosure/FreeClosure and the fedoraproject patch: Where does
ffi_closure_alloc and ffi_closure_free come from?
History
Date User Action Args
2009-04-07 20:05:03thellersetrecipients: + theller, loewis, doko
2009-04-07 20:05:03thellersetmessageid: <1239134703.69.0.447519679925.issue3102@psf.upfronthosting.co.za>
2009-04-07 20:05:02thellerlinkissue3102 messages
2009-04-07 20:05:02thellercreate