[Python-Dev] Attachment Policy?
Hi List, i want to post a little bit of something I've been working on. Before I post it, i want to know if I'm allowed to post it as an attachment. Coming up, some work on ASTVisitor in the compiler module. Cheers, Yaakov ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Attachment Policy?
On 4/24/07, Neal Norwitz <[EMAIL PROTECTED]> wrote: > On 4/23/07, Yaakov Nemoy <[EMAIL PROTECTED]> wrote: > > Hi List, > > > > i want to post a little bit of something I've been working on. Before > > I post it, i want to know if I'm allowed to post it as an attachment. > > Coming up, some work on ASTVisitor in the compiler module. > > Hi Yaakov. > > If you'd like to post patches, the appropriate place to do that is here: > > http://sourceforge.net/tracker/?atid=305470&group_id=5470&func=browse > > This way everyone can look at it, comment, and we don't lose track of > your patch. Done. :) http://sourceforge.net/tracker/index.php?func=detail&aid=1706323&group_id=5470&atid=305470 ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Attachment Policy?
On 4/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Yaakov> i want to post a little bit of something I've been working on. > Yaakov> Before I post it, i want to know if I'm allowed to post it as an > Yaakov> attachment. Coming up, some work on ASTVisitor in the compiler > Yaakov> module. > > If you're proposing that your change be included in Python please create a > patch at SourceForge so it doesn't get lost: > > http://sourceforge.net/tracker/?group_id=5470&atid=305470 > > Skip Already done :) http://python.org/sf/1706323 ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Fwd: [ python-Patches-1744382 ] Read Write lock
Hi, I submitted this patch a few days ago, and unfortunately have been busy to reply, but now it's Friday :). Patches item #1744382, was opened at 2007-06-27 20:08 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1744382&group_id=5470 The patch is unacceptable in its current form: - it should be provided as a patch to threading.py, not as a separate module - it should have a name that follows "the convention", which seems to be that it should have "reader" and "writer" in its name (or "rw"). See how C# and Java do it (and other libraries you can find that provide such a mechanism) - it needs documentation - it needs tests. I can do the other three parts, but I am wondering, how do I write a deterministic test unit for my patch? How is it done with the threading model in python in general? Cheers, Yaakov ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com