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 josh.r
Recipients eelizondo, josh.r, serhiy.storchaka, vstinner
Date 2018-12-10.21:31:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544477489.63.0.788709270274.issue35438@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed with everything in Serhiy's comments. This patch disregards why _PyObject_LookupSpecial and the various _Py_IDENTIFIER related stuff was created in the first place (to handle a non-trivial task efficiently/correctly) in favor of trying to avoid C-APIs that are explicitly okay to use for the CPython standard extensions. The goal is a mistake in the first place; no patch fix will make the goal correct.

Closing as not a bug.
History
Date User Action Args
2018-12-10 21:31:29josh.rsetrecipients: + josh.r, vstinner, serhiy.storchaka, eelizondo
2018-12-10 21:31:29josh.rsetmessageid: <1544477489.63.0.788709270274.issue35438@psf.upfronthosting.co.za>
2018-12-10 21:31:29josh.rlinkissue35438 messages
2018-12-10 21:31:29josh.rcreate