On Oct 3, 2009, at 10:48 PM, Mark Lodato wrote: > On Sun, Oct 4, 2009 at 12:12 AM, Robert Bradshaw > <[email protected]> wrote: >> Yep, that is the problem. Fix at http://hg.cython.org/cython-devel/ >> rev/55e5ddc03e3b Still needs a regression test. > > Great. Thanks for the fix.
Just wish we had found it in one of the release candidates... >>> On an unrelated note, cython_freeze.py should be executable, and >>> perhaps installed with "python setup.py install". >> >> Yes, that makes sense. > > I also made some changes to cython_freeze. You can see the git > repository here: > > http://github.com/MarkLodato/cython_freeze > > What is the best way to get these changes into Cython? I'm used to > the git model, where I would just post patches to the mailing list, > but I'm not too familiar with Hg. That model works with hg as well, though we typically don't send a lot of patches back and forth via email as it clutters the mailing list. Another thing you can do is post the patch to a ticket in trac. (Don't close the ticket though, or it might not get noticed and merged...) - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
