On Fri, Oct 23, 2009 at 12:57 AM, Robert Bradshaw <[email protected]> wrote: > To all: if there's something you're really like to > see get into the next release, please speak up now. (No promises, but > at the very least it'll help assign priorities.)
I have two patch series that I posted to trac: http://trac.cython.org/cython_trac/ticket/402 This is a bunch of updates for cython_freeze. It does not touch anything else, so it should not create any bugs in the rest of Cython. It works in my testing, and the cython_freeze that shipped with 11.3 doesn't work anyway, so I think there should be no harm in including it in 12.0. If you would prefer these patches in a different format (another tarball, a single squashed patch, anything else) let me know. http://trac.cython.org/cython_trac/ticket/405 Cython-generated code emits a ton of warnings when compiling with gcc -Wextra, and this patch fixes it. I haven't tested it much, and I don't know much about Cython internals, so this certainly needs a few set of knowledgeable eyes to look over it. It would be nice as a part of 12.0, but I don't know if it's ready (or a good idea). Thanks, Mark _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
