Changes between Initial Version and Version 1 of Ticket #19511, comment 5
- Timestamp:
- Jan 6, 2013, 10:35:04 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19511, comment 5
initial v1 1 1 Sorry I attached the wrong file, I've just attached the correct one. 2 2 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 durinthe call to `__init__()`.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 right away, it doesn't still have at least the `deletionMethods` attribute which is added during the call to `__init__()`.