[pypy-dev] Jit hints from python
Carl Friedrich Bolz
cfbolz at gmx.de
Fri May 25 11:14:59 CEST 2012
On 05/25/2012 11:03 AM, Armin Rigo wrote:
> Hi Timothy,
>
> On Thu, May 24, 2012 at 8:07 PM, Timothy Baldridge<tbaldridge at gmail.com> wrote:
>> The only problem is that module and class only
>> accept strings as attribute keys.
>
> Just a quick note: that's true for classes but not for modules.
Yes, but that doesn't help anyway: When you use non-string keys, the
module dict implementation reverts to a normal one.
Cheers,
Carl Friedrich
More information about the pypy-dev
mailing list