On Oct 24, 2009, at 8:49 AM, Mark Lodato wrote: > On Sat, Oct 24, 2009 at 1:47 AM, Stefan Behnel <[email protected]> > wrote: >> Mark Lodato wrote: >>> 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. >> >> Robert has that one assigned. Robert?
Yep, I've taken a look and pushed them in. The easiest way is to export a large series of change is "hg bundle" which makes an .hg file that's the entire commit history between two points of the tree. (Either that or publishing a repository that others can pull from.) >> There's also #434 about --embed not working in Py3. Mark, did you >> test your >> patch under Py3.1? > > I saw that bug, and cython_freeze has the exact same problems as > --embed. I'm working on a fix now. Thanks. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
