CIA.vc
Winston451
Real-time open source activity stats
Stats » Authors » Winston451
informationsyndicateUTC clock
23:02 on Feb 13, 2012
event counters
The last message was received 1.55 years ago at 23:00 on Jul 29, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
5 messages since the first one, 1.55 years ago, for an average of 3.76 months between messages
recent messages
dateReversed sort columnprojectcontentlink
23:00 on Jul 29, 2010Python
Commit by Winston451 on roundup :: #9422/Memory leak when reinitializing a Struct object: (link)
BTW, I am really amazed by your reactivity. I submitted a bug report at 22:33 and one hour later it's fixed.

 It's really great! Keep up the goo ...
#
22:05 on Jul 29, 2010Python
Commit by Winston451 on roundup :: #9422/Memory leak when reinitializing a Struct object: (link)
I was just looking at the code of the struct when i saw this problem. Personnally I have never had to reinitialize a Struct object but Python allo ...
#
21:29 on Jul 29, 2010Python
Commit by Winston451 on roundup :: #9422/Memory leak when reinitializing a Struct object: (link)
I don't think that the weakreflist should be cleared. After all the object is just reinitialized not destructed.
#
21:01 on Jul 29, 2010Python
Commit by Winston451 on roundup :: #9422/Memory leak when reinitializing a Struct object: (link)
Hi Mark,

 I added a patch in the file list that should correct the bug.
#
20:33 on Jul 29, 2010Python
Commit by Winston451 on roundup :: #9422/Memory leak when reinitializing a Struct object: (link)
[new] The s_init function of the _struct.c file does not free the s_codes field before storing a new address into it. So when a Struct object is r ...
#