Changes between Initial Version and Version 1 of Ticket #19511, comment 5


Ignore:
Timestamp:
Jan 6, 2013, 10:35:04 AM (11 years ago)
Author:
German M. Bravo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19511, comment 5

    initial v1  
    11Sorry I attached the wrong file, I've just attached the correct one.
    22
    3 The problem seems to be the `BoundMethodWeakref._allInstances` is filled with an uninitialised object, and when/if another thread tries to get and use the object, it doesn't still have at least the `deletionMethods` attribute which is added durin the call to `__init__()`.
     3The problem seems to be the `BoundMethodWeakref._allInstances` is filled with an uninitialised object, and when/if another thread tries to get and use the object right away, it doesn't still have at least the `deletionMethods` attribute which is added during the call to `__init__()`.
Back to Top