Re: [Python-Dev] Initial attempt to PyCon sprint tutorial slides are up

2008-02-09 Thread Giampaolo Rodola'
On 4 Feb, 22:29, Brett Cannon [EMAIL PROTECTED] wrote: The 1 MB PDF can be found athttp://www.cs.ubc.ca/~drifty/pycon/sprint_tutorial.pdf. If you find any bad info or some info that is really lacking, let me know. But please realize that my slides are never really meant to be read on their

Re: [Python-Dev] int/float freelists vs pymalloc

2008-02-09 Thread Martin v. Löwis
Well, yes, it doesn't run out of memory, but if pymalloc needs to allocate lots of objects of the same size, then performance degrades due to the management overhead involved for checking the free pools as well as creating new arenas as needed. To reduce this overhead, it may be a good idea

[Python-Dev] Error from SVN commit

2008-02-09 Thread Nick Coghlan
I'm getting an error from SVN when trying to commit a NEWS entry for r60695: -- SendingMisc/NEWS Transmitting file data .svn: Commit failed (details follow): svn: Can't create directory '/data/repos/projects/db/transactions/60708-1.txn': No space left on device --

Re: [Python-Dev] Error from SVN commit

2008-02-09 Thread Raymond Hettinger
[Nick] I'm getting an error from SVN when trying to commit a NEWS entry for r60695: -- SendingMisc/NEWS Transmitting file data .svn: Commit failed (details follow): svn: Can't create directory '/data/repos/projects/db/transactions/60708-1.txn': No space left on device

Re: [Python-Dev] Error from SVN commit

2008-02-09 Thread Martin v. Löwis
I checked r60695 in last night from that same checkout, so I wouldn't expect it to be a local problem. Could the repository drive on svn.python.org just be full? Or is something else going on? The hard disk was full. I have deleted some files. Regards, Martin