This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients ezio.melotti, mark.dickinson, skrah, ubershmekel
Date 2010-07-01.20:10:11
SpamBayes Score 0.0019990203
Marked as misclassified No
Message-id <1278015013.2.0.399437922857.issue9136@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, good point about 2.3 compatibility. The unit tests diverge quite a
bit though between 2.5, 2.6 and 2.7.

I like {s: 0 for s in _signals} slightly better here (but I like
dict/list comprehensions in general).


So, the new patch still sets the flags/traps sections apart, doesn't
use the ternary construct and uses traps.copy().


IOW, I only painted the door blue. ;)
History
Date User Action Args
2010-07-01 20:10:13skrahsetrecipients: + skrah, mark.dickinson, ezio.melotti, ubershmekel
2010-07-01 20:10:13skrahsetmessageid: <1278015013.2.0.399437922857.issue9136@psf.upfronthosting.co.za>
2010-07-01 20:10:12skrahlinkissue9136 messages
2010-07-01 20:10:11skrahcreate