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 barry
Recipients barry, christian.heimes, vstinner
Date 2018-06-21.23:39:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529624376.33.0.56676864532.issue33919@psf.upfronthosting.co.za>
In-reply-to
Content
I think the basic implementation problem is that by the time you get to get_hash_info() in sysmodule.c, you no longer have access to the _PyCoreConfig object, nor the _PyMain object that it's generally attached to.
History
Date User Action Args
2018-06-21 23:39:36barrysetrecipients: + barry, vstinner, christian.heimes
2018-06-21 23:39:36barrysetmessageid: <1529624376.33.0.56676864532.issue33919@psf.upfronthosting.co.za>
2018-06-21 23:39:36barrylinkissue33919 messages
2018-06-21 23:39:36barrycreate