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 matrixise
Recipients andrewvaughanj, matrixise
Date 2021-04-12.15:36:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618241792.75.0.896522793578.issue43816@roundup.psfhosted.org>
In-reply-to
Content
In fact, _Py_ctype_table is limited to the internal parts of the interpreter. So in this case, this one could not be used in an external tool.

You can read: https://docs.python.org/3/c-api/stable.html

I am not sure that you correctly use the API.
History
Date User Action Args
2021-04-12 15:36:32matrixisesetrecipients: + matrixise, andrewvaughanj
2021-04-12 15:36:32matrixisesetmessageid: <1618241792.75.0.896522793578.issue43816@roundup.psfhosted.org>
2021-04-12 15:36:32matrixiselinkissue43816 messages
2021-04-12 15:36:32matrixisecreate