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
>
> 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
Hi Raymond,
On Thu, Jan 24, 2008 at 01:36:14PM -0500, Raymond Hettinger wrote:
> Also, it seems that ABC is starting to evolve from an optional
> tool into something embedded in the language in a way that you
> can't escape it.
>
> I would prefer that it not be on the list of concepts that a
> b
On Feb 9, 2008 7:14 AM, Giampaolo Rodola' <[EMAIL PROTECTED]> wrote:
> 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 k
Nick Coghlan wrote:
> 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 sp
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
--
[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 d
> 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
_