Re: [Python-Dev] python 3.4 and pywin32

2014-03-21 Thread Nick Coghlan
On 22 March 2014 05:46, Thomas Heller wrote: > With python 3.4 and pywin32 version 218 it is only possible > to import win32com or win32api when pywintypes has been imported before. > > I have no idea if this is a bug in pywin32 or in Python 3.4. > Does anyone know more? Do you have a traceback f

Re: [Python-Dev] Intricacies of calling __eq__

2014-03-21 Thread Nick Coghlan
On 22 March 2014 04:48, Maciej Fijalkowski wrote: > at the end of the day we settled for dicts with str int or identity > keys, so we're perfectly safe Ah, Armin's original investment in PyPy's type tracking infrastructure pays off yet again :) Cheers, Nick. -- Nick Coghlan | ncogh...@gmai

[Python-Dev] python 3.4 and pywin32

2014-03-21 Thread Thomas Heller
With python 3.4 and pywin32 version 218 it is only possible to import win32com or win32api when pywintypes has been imported before. I have no idea if this is a bug in pywin32 or in Python 3.4. Does anyone know more? Thanks, Thomas ___ Python-Dev mail

Re: [Python-Dev] Intricacies of calling __eq__

2014-03-21 Thread Maciej Fijalkowski
On Wed, Mar 19, 2014 at 11:43 PM, Nick Coghlan wrote: > > On 20 Mar 2014 07:38, "Nick Coghlan" wrote: >> >> Correct, but I think this discussion has established that "how many times >> dict lookup calls __eq__ on the key" is one such thing. In CPython, it >> already varies based on: >> >> - dict

[Python-Dev] Summary of Python tracker Issues

2014-03-21 Thread Python tracker
ACTIVITY SUMMARY (2014-03-14 - 2014-03-21) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4511 (+25) closed 28273 (+60) total 32784 (+85) Open issues wit