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
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
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
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
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