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 abarry, alegonz, hongweipeng, levkivskyi, serhiy.storchaka, steven.daprano
Date 2019-10-13.11:03:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570964628.12.0.740608535085.issue28869@roundup.psfhosted.org>
In-reply-to
Content
PR 14166 now fixes the issue in more generic way. It skips one additional frame when type.__new__ is called not directly from type.__call__.
History
Date User Action Args
2019-10-13 11:03:48serhiy.storchakasetrecipients: + serhiy.storchaka, steven.daprano, levkivskyi, abarry, hongweipeng, alegonz
2019-10-13 11:03:48serhiy.storchakasetmessageid: <1570964628.12.0.740608535085.issue28869@roundup.psfhosted.org>
2019-10-13 11:03:48serhiy.storchakalinkissue28869 messages
2019-10-13 11:03:48serhiy.storchakacreate