[Python-Dev] DRAFT: python-dev summary for 2006-11-01 to 2006-11-15

2006-11-22 Thread Steven Bethard
Here's the summary for the first half of November. Try not to spend it all in one place! ;-) As always, corrections and comments are greatly appreciated. = Announcements = -- Python 2.5 malloc families -- Just a reminder t

[Python-Dev] Weekly Python Patch/Bug Summary

2006-11-22 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 406 open (-10) / 3479 closed (+16) / 3885 total ( +6) Bugs: 931 open ( +1) / 6349 closed (+16) / 7280 total (+17) RFE : 245 open ( +1) / 244 closed ( +0) / 489 total ( +1) New / Reopened Patches __ Logging M

Re: [Python-Dev] PyFAQ: thread-safe interpreter operations

2006-11-22 Thread Martin v. Löwis
Nick Coghlan schrieb: > Martin v. Löwis wrote: >> I personally consider it "good style" to rely on implementation details >> of CPython; > > Is there a 'do not' missing somewhere in there? No - I really mean it. I can find nothing wrong with people relying on reference counting to close files, fo

[Python-Dev] DRAFT: python-dev summary for 2006-10-16 to 2006-10-31

2006-11-22 Thread Steven Bethard
Here's the summary for the second half of October. Comments and corrections welcome as always, especially on that extended buffer protocol / binary format specifier discussion which was a little overwhelming. ;-) = Announcements = -- R

Re: [Python-Dev] PyFAQ: thread-safe interpreter operations

2006-11-22 Thread Nick Coghlan
Martin v. Löwis wrote: > I personally consider it "good style" to rely on implementation details > of CPython; Is there a 'do not' missing somewhere in there? Cheers, Nick. -- Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia