This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Small optimization in type construction
Type: Stage:
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: amaury.forgeotdarc Nosy List: amaury.forgeotdarc, benjamin.peterson
Priority: normal Keywords: patch

Created on 2009-01-13 13:48 by amaury.forgeotdarc, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
slotcomparison.patch amaury.forgeotdarc, 2009-01-13 13:48
Messages (3)
msg79742 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2009-01-13 13:48
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
msg79911 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-01-15 18:21
Looks good to me.
msg80025 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2009-01-17 17:12
Committed r68665.
History
Date User Action Args
2022-04-11 14:56:44adminsetgithub: 49180
2009-01-17 17:12:20amaury.forgeotdarcsetstatus: open -> closed
resolution: fixed
messages: + msg80025
2009-01-15 18:21:14benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg79911
2009-01-13 13:48:46amaury.forgeotdarccreate