Re: [Python-Dev] Arena terminology (PyArena vs obmalloc.c:"arena")

2013-01-09 Thread Benjamin Peterson
2013/1/9 Trent Nelson : > There's no correlation between PyArenas and the extensive use of the > term "arena" in obmalloc.c, right? Correct. -- Regards, Benjamin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/

[Python-Dev] Arena terminology (PyArena vs obmalloc.c:"arena")

2013-01-09 Thread Trent Nelson
There's no correlation between PyArenas and the extensive use of the term "arena" in obmalloc.c, right? I initially assumed there was, based solely on the common use of the term arena. However, after more investigation, it *appears* as though there's absolutely no correlation.