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.

Author serhiy.storchaka
Recipients mark.dickinson, python-dev, serhiy.storchaka
Date 2016-05-12.07:53:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463039590.6.0.707194188068.issue27005@psf.upfronthosting.co.za>
In-reply-to
Content
A mistake in using PyObject_CallFunctionObjArgs() caused a crash in using fromhex() for subclasses. New tests added in issue23640 covers this case.
History
Date User Action Args
2016-05-12 07:53:10serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, python-dev
2016-05-12 07:53:10serhiy.storchakasetmessageid: <1463039590.6.0.707194188068.issue27005@psf.upfronthosting.co.za>
2016-05-12 07:53:10serhiy.storchakalinkissue27005 messages
2016-05-12 07:53:10serhiy.storchakacreate