Message 365215 - Python tracker

Message365215

Author BTaskaya
Recipients BTaskaya, Julian, Philip Dye, anthony shaw, anthonypjshaw, benjamin.peterson, levkivskyi, louielu, serhiy.storchaka
Date 2020-03-28.15:24:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585409056.79.0.392769612041.issue15987@roundup.psfhosted.org>
In-reply-to
Content
The solution to hashing used in PR 14970 was just using the default hashing function which is kind of a workaround to the real problem. I now concur with your comments. Will try to draft out an `ast.compare` function.
History
Date User Action Args
2020-03-28 15:24:16BTaskayasetrecipients: + BTaskaya, benjamin.peterson, Julian, serhiy.storchaka, levkivskyi, louielu, anthonypjshaw, anthony shaw, Philip Dye
2020-03-28 15:24:16BTaskayasetmessageid: <1585409056.79.0.392769612041.issue15987@roundup.psfhosted.org>
2020-03-28 15:24:16BTaskayalinkissue15987 messages
2020-03-28 15:24:16BTaskayacreate