[issue4930] Small optimization in type construction

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jan 13 14:48:47 CET 2009


New submission from Amaury Forgeot d'Arc <amauryfa at gmail.com>:

Replace a strcmp call by a direct slot address comparison.

This follows Neil's remark in 
http://mail.python.org/pipermail/python-checkins/2009-January/077156.html

----------
assignee: amaury.forgeotdarc
files: slotcomparison.patch
keywords: patch
messages: 79742
nosy: amaury.forgeotdarc
priority: normal
severity: normal
status: open
title: Small optimization in type construction
Added file: http://bugs.python.org/file12717/slotcomparison.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4930>
_______________________________________


More information about the Python-bugs-list mailing list