[issue3013] disutils fails with GNU ld (GNU Binutils) 2.18.50.20080523

2008-06-02 Thread John Arbash Meinel
John Arbash Meinel [EMAIL PROTECTED] added the comment: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Georg Brandl wrote: | Georg Brandl [EMAIL PROTECTED] added the comment: | | Do you need the (\.\d+)* trailer in the regex at all? | | -- | nosy: +georg.brandl Not sure. The actual

[issue3012] disutils fails with GNU ld (GNU Binutils) 2.18.50.20080523

2008-05-30 Thread John Arbash Meinel
New submission from John Arbash Meinel [EMAIL PROTECTED]: I just upgraded my cygwin installation to the latest versions. Which seems to include GNU ld (GNU Binutils) 2.18.50.20080523 and GNU dllwrap (GNU Binutils) 2.18.50.20080523 It seems that their version notation is now

[issue3013] disutils fails with GNU ld (GNU Binutils) 2.18.50.20080523

2008-05-30 Thread John Arbash Meinel
New submission from John Arbash Meinel [EMAIL PROTECTED]: I just upgraded my cygwin installation to the latest versions. Which seems to include GNU ld (GNU Binutils) 2.18.50.20080523 and GNU dllwrap (GNU Binutils) 2.18.50.20080523 It seems that their version notation is now

[issue3013] disutils fails with GNU ld (GNU Binutils) 2.18.50.20080523

2008-05-30 Thread John Arbash Meinel
Changes by John Arbash Meinel [EMAIL PROTECTED]: -- components: +Distutils ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3013 ___ ___ Python-bugs-list

[issue3012] disutils fails with GNU ld (GNU Binutils) 2.18.50.20080523

2008-05-30 Thread John Arbash Meinel
John Arbash Meinel [EMAIL PROTECTED] added the comment: can you link the bug that this is a dupe of? I did a search and didn't find anything. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3012

[issue2672] speed of set.update(

2008-04-24 Thread John Arbash Meinel
John Arbash Meinel [EMAIL PROTECTED] added the comment: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander Belopolsky wrote: Alexander Belopolsky [EMAIL PROTECTED] added the comment: This has nothing to do with set.update, the difference is due to the time to setup the generator

[issue2672] speed of set.update(

2008-04-24 Thread John Arbash Meinel
John Arbash Meinel [EMAIL PROTECTED] added the comment: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raymond Hettinger wrote: Raymond Hettinger [EMAIL PROTECTED] added the comment: John, when y=[], the update method has to create a new list iterator on each invocation. But when y

[issue2672] speed of set.update([])

2008-04-22 Thread John Arbash Meinel
New submission from John Arbash Meinel [EMAIL PROTECTED]: I was performance profiling some of my own code, and I ran into something unexpected. Specifically, set.update(empty_generator_expression) was significantly slower than set.update(empty_list_expression). I double checked my findings

[issue2672] speed of set.update([])

2008-04-22 Thread John Arbash Meinel
Changes by John Arbash Meinel [EMAIL PROTECTED]: -- type: - performance __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2672 __ ___ Python-bugs-list mailing list