Support for method cache in ExtensionClass
Bug #486182 reported by
Yoshinori K. Okuji
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zope 2 |
Fix Released
|
Undecided
|
Hanno Schlichting |
Bug Description
Python 2.6 has method cache optimization:
http://
but it is not enabled automatically in extensions:
http://
So I attach a patch for the support in ExtensionClass. The patch is made against the trunk (r105930). All the unit tests run successfully both before and after my modification.
Changed in zope2: | |
assignee: | nobody → Hanno Schlichting (hannosch) |
status: | New → Fix Released |
To post a comment you must log in.
Applying the patch would require dropping the inofficial Python 2.5 support for Zope 2.12...I think we should not do that right now (perhaps except for the Zope trunk).