[issue7060] test_multiprocessing dictionary changed size errors and hang

2009-10-11 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- dependencies: +weak dict iterators are fragile because of unpredictable GC runs ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7060 ___

[issue7060] test_multiprocessing dictionary changed size errors and hang

2009-10-11 Thread Jon Parise
Changes by Jon Parise j...@indelible.org: -- nosy: +jon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7060 ___ ___ Python-bugs-list mailing list

[issue7105] weak dict iterators are fragile because of unpredictable GC runs

2009-10-11 Thread Jon Parise
Changes by Jon Parise j...@indelible.org: -- nosy: +jon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7105 ___ ___ Python-bugs-list mailing list

[issue4064] distutils.util.get_platform() is wrong for universal builds on macosx

2009-10-11 Thread Ned Deily
Ned Deily n...@acm.org added the comment: 10.3 is a red herring, that is the deployment target and is as expected. If you install the current proper versions of Xcode for your 10.4 or later systems, things will work as designed. Again, this is not the proper forum to discuss build problems.

[issue4064] distutils.util.get_platform() is wrong for universal builds on macosx

2009-10-11 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: -ned.deily ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4064 ___ ___ Python-bugs-list mailing list

[issue7105] weak dict iterators are fragile because of unpredictable GC runs

2009-10-11 Thread Guido van Rossum
Guido van Rossum gu...@python.org added the comment: delay all removals until all iterators are done +1 -- nosy: +gvanrossum ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7105 ___

[issue5377] Strange behavior when performing int on a Decimal made from -sys.maxint-1

2009-10-11 Thread Carl Friedrich Bolz
Carl Friedrich Bolz cfb...@gmx.de added the comment: PyPy is a bit of a special case, because it cares about the distinction of int and long in the translation toolchain. Nevertheless, this behavior has been annoying to us. -- nosy: +cfbolz ___

[issue5377] Strange behavior when performing int on a Decimal made from -sys.maxint-1

2009-10-11 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Carl, thanks for that. I was just thinking about abandoning this issue as not worth fixing. I need to look at Victor's patch again, but I recall that there were still some issues: e.g., if the __int__ method of some class returns a bool,

[issue7085] strptime problem

2009-10-11 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: The crash happens whenever you import code on a secondairy thread. I consider this a platform bug in the implementation of dlopen, because the crash also occurs with this variant on test(): def test(): print DL p =

[issue5377] Strange behavior when performing int on a Decimal made from -sys.maxint-1

2009-10-11 Thread Carl Friedrich Bolz
Carl Friedrich Bolz cfb...@gmx.de added the comment: [...] Would the bool/int distinction matter to PyPy? No, it's really mostly about longs and ints, because RPython does not have automatic overflowing of ints to longs (the goal is really to translate ints them to C longs with normal C

[issue7104] test_descr uses __cmp__ which will never be called

2009-10-11 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Thanks for nitpicking! Fixed in r75362. -- nosy: +benjamin.peterson resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7104

[issue7103] Error in config parser example (w/ Patch)

2009-10-11 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: This is a duplicate of issue 6969, where it has been fixed. -- nosy: +r.david.murray resolution: - out of date stage: - committed/rejected status: open - closed superseder: - configparser type: - behavior

[issue7106] Python crashed in the middle of an argument between wx and boa_constructor

2009-10-11 Thread Bruce vanNorman
New submission from Bruce vanNorman brucevannor...@gmail.com: I don't know where this problem truly belongs, but Python did crash. - I was trying to save my boa project when the event occurred. - The software versions are correctly identified in the bugreport -- components: Extension

[issue7107] Missing uninstallation instructions for mac

2009-10-11 Thread Grzegorz Adam Hankiewicz
New submission from Grzegorz Adam Hankiewicz gra...@users.sourceforge.net: I've installed the official 2.6.3 dmg file of python and now want to uninstall it to revert to the python version included by default by the OS. I would do so if I knew what I have to remove or change. --

[issue7102] Problems building pyhton from source on Snow Leopard (Mac OS X 10.6)

2009-10-11 Thread Fredrik Hedman
Fredrik Hedman fredrik.hed...@me.com added the comment: Hi Ronald, I checked out release31-maint from the python svn. It compiles fine and passes all the tests. So if I understand you correctly, these corrections need to be moved into 3.1.1 and that is also tru for the 32/64-bit compilation

[issue7084] printing a list releases the GIL carelessly

2009-10-11 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Thank you! The patch has been committed in trunk in r75367. I am waiting for the 2.6 branch to unfreeze before backporting it. -- assignee: - pitrou resolution: - accepted stage: needs patch - committed/rejected status: open - pending

[issue7106] Python crashed in the middle of an argument between wx and boa_constructor

2009-10-11 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: It's a Boa Constructor bug. And technically Python didn't crash, it threw an exception and that triggered Boa Constructor exit with a non-zero status. -- nosy: +brett.cannon resolution: - invalid status: open - closed

[issue7103] Error in config parser example (w/ Patch)

2009-10-11 Thread Thomas Courbon
Thomas Courbon hart...@yahoo.fr added the comment: Due to its quite generic title I was unable to find this issue. Sorry for the duplicate. Thomas -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7103

[issue7103] Error in config parser example (w/ Patch)

2009-10-11 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Yes, no blame attaches to you, and thanks for the report. (_I_ had trouble finding the issue and I remembered that it existed.) -- ___ Python tracker rep...@bugs.python.org

[issue6075] Patch for IDLE/OS X to work with Tk-Cocoa

2009-10-11 Thread Kevin Walzer
Kevin Walzer wordt...@users.sourceforge.net added the comment: Re: msg 93821, the comment about redundant entries being appended to a menu when an EditorWindow is destroyed: I've reproduced this behavior in Tk-Cocoa itself, and have concluded it's not an issue with IDLE (or my patches). I've

[issue7058] Add some test execution environment protection to regrtest

2009-10-11 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: I've refactored the code and added more checks (cwd, all three stdio attributes). Patch attached. I'm not done with this because I want to make the reporting more visible. -- Added file:

[issue7108] test_commands.py failing on OS X 10.5.7 due to '@' in ls output

2009-10-11 Thread Meador Inge
New submission from Meador Inge mead...@gmail.com: I am testing this out of the trunk on OS X 10.5.7: uclid:trunk minge$ uname -a Darwin euclid.local 9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386 i386 euclid:trunk minge$ ./python.exe

[issue7107] Missing uninstallation instructions for mac

2009-10-11 Thread Ned Deily
Ned Deily n...@acm.org added the comment: As far as I know, there is no documented way to totally install a python.org OS X installation and the OS X installer does not provide a general way to uninstall a package. So it would be nice for the Python installer to provide some sort of

[issue3326] py3k shouldn't use -fno-strict-aliasing anymore

2009-10-11 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: I propose that we remove -fno-strict-aliasing for gcc = 4.3. -- nosy: +benjamin.peterson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3326

[issue6941] Socket error when launching IDLE

2009-10-11 Thread Bonnie Douglas
Bonnie Douglas bonnie.doug...@biarri.com added the comment: I too seem to have experienced this same problem. I am running Windows Vista. After choosing to shut down my computer and restart without cleanly shutting down IDLE I got a socket error - socket error:connection refused when I next

[issue7058] Add some test execution environment protection to regrtest

2009-10-11 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Here is a finished version of the refactoring patch. It introduces a new category in the list of test statuses at in the summary to list the tests that have changed the execution environment. This patch makes it easy to add additional

[issue7058] Add some test execution environment protection to regrtest

2009-10-11 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: Removed file: http://bugs.python.org/file15105/refactored_environment_checking.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7058 ___

[issue7106] Python crashed in the middle of an argument between wx and boa_constructor

2009-10-11 Thread Bruce vanNorman
Bruce vanNorman brucevannor...@gmail.com added the comment: Roger that, and thanks. I've just started learning Python this summer. Before I retired I spent 20 years supporting maintaining a rather specialized programming language that was a component of something called EIS (Boeing -

<    1   2