[Python-ideas] Thread IPC idea: Quipe? Sockqueue? (Re: Python and Concurrency)

Jim Jewett jimjjewett at gmail.com
Mon Apr 2 18:07:30 CEST 2007


On 4/1/07, Ron Adam <rrr at ronadam.com> wrote:
> Jim Jewett wrote:

>  > And there is where it starts to fall apart.  Though if you look at the
>  > pypy dict and interpreter optimizations, they have started to deal
>  > with it through versioning types.
>
> I didn't find anything about "versioning" at these links. Did I miss it?

> http://codespeak.net/pypy/dist/pypy/doc/interpreter-optimizations.html#multi-dicts

>  > http://codespeak.net/pypy/dist/pypy/doc/interpreter-optimizations.html#id23

Sorry; I wasn't pointing to enough of the document.

http://codespeak.net/pypy/dist/pypy/doc/interpreter-optimizations.html

discussed versions under method caching, just above the Interpreter
Optimizations section.

-jJ



More information about the Python-ideas mailing list