New submission from Stefan Behnel <[EMAIL PROTECTED]>:

The method cache is deactivated in current Py3. As Lisandro DalcĂ­n
noticed, the following code in typeobject.c always returns false for a
Py3 identifier:

#define MCACHE_CACHEABLE_NAME(name)                                     \
                PyString_CheckExact(name) &&                            \
                PyString_GET_SIZE(name) <= MCACHE_MAX_ATTR_SIZE

----------
components: Interpreter Core
messages: 67328
nosy: scoder
severity: normal
status: open
title: Method cache is broken in Py3
type: behavior
versions: Python 3.0

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2963>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to