Re: [Python-Dev] Do we still need BaseAddress in .vcproj files?

2008-04-25 Thread Atul Varma
A while back I was reading an MSDN article that did some concrete research on the performance benefits of rebasing DLLs to avoid fixups at runtime, and it actually concluded that on modern systems, the benefits are really negligible. I tried finding the article on the net just now, though, and I c

Re: [Python-Dev] Known doctest bug with unicode?

2008-04-18 Thread Atul Varma
Can you provide an example that fails? This seems to work on my end, for instance: >>> mydict = { u'\u2026' : 'ellipsis' } >>> mydict[u'\u2026'] 'ellipsis' - Atul On Fri, Apr 18, 2008 at 7:12 AM, Jeroen Ruigrok van der Werven < [EMAIL PROTECTED]> wrote: > Is it a known doctest bug that w

Re: [Python-Dev] Decoding libpython frame information on the stack

2007-06-28 Thread Atul Varma
Hi Mithun, Because python-dev is a mailing list for the development *of* Python rather than development *with* Python, I believe you may not have posted to the best list. Further information about this distinction, and some discussion about potentially setting up a special-interest list exclusive