[Python-Dev] Does trace modules have a unit test? (original) (raw)
Alexander Belopolsky alexander.belopolsky at gmail.com
Mon Jul 26 00:20:04 CEST 2010
- Previous message: [Python-Dev] Does trace modules have a unit test?
- Next message: [Python-Dev] Python signal processing question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Jul 25, 2010 at 5:57 PM, Nick Coghlan <ncoghlan at gmail.com> wrote: ..
While the general preference is to backport tests, it is also acknowledged that that can become overly difficult as the test cases diverge. Up to you if you want to manually fix your patch for 3.1, drop the testprofilehooks changes, or else just not backport at all.
Thanks for explanation, Nick. Since my change is for the benefit of tests that are planned to go in 2.7, it makes little sense to skip 3.1. The change introduced by r79102 in the relevant files is trivial (s/== None/is None/). I just added it manually. See rev 83148.
- Previous message: [Python-Dev] Does trace modules have a unit test?
- Next message: [Python-Dev] Python signal processing question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]