Re: [Python-Dev] How to debug python crashes

2013-05-14 Thread Catalin Iacob
Hi Philippe, I don't have access to VS right now but out of my head what you need to do is roughly outlined below. On Tue, May 14, 2013 at 5:29 PM, Philippe Fremy wrote: > But what's the reason for releasing them ? If you need to recompile > Python to use them, that would be strange because they

Re: [Python-Dev] Python 3.3 vs. Python 2.7 benchmark results (again, but this time more solid numbers)

2012-10-28 Thread Catalin Iacob
On Sat, Oct 27, 2012 at 11:07 PM, Paul Moore wrote: > Interestingly, I just did a quick test of this: This is on my Windows > 7 PC, running under Powershell. snip > Looks like the normal configuration is over twice as fast as the zipped one... This result is influenced by zipimport fseek-ing fo

Re: [Python-Dev] Switching to Visual Studio 2010

2012-02-01 Thread Catalin Iacob
On Tue, Jan 17, 2012 at 9:43 PM, "Martin v. Löwis" wrote: ... > P.S. Here is my personal list of requirements and non-requirements: ... > - must generate binaries that run on Windows XP I recently read about Firefox switching to VS2010 and therefore needing to drop support for Windows 2000, XP RT

[Python-Dev] Review request issue 12178

2011-08-12 Thread Catalin Iacob
Could a core developer please review the patch I proposed for issue 12178 "csv writer doesn't escape escapechar"? Thanks! ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.pytho