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 terry.reedy
Recipients Marco Sulla, eryksun, steven.daprano, terry.reedy
Date 2020-03-04.04:45:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583297116.92.0.505403409615.issue38747@roundup.psfhosted.org>
In-reply-to
Content
>  why a C extension apart and not a patch to `readline`?

Search "python ctypes vs c extension".  Multiple SO answers.  I believe speed and language competancy are big factors.  I don't think and stdlib modules use ctypes.
History
Date User Action Args
2020-03-04 04:45:16terry.reedysetrecipients: + terry.reedy, steven.daprano, eryksun, Marco Sulla
2020-03-04 04:45:16terry.reedysetmessageid: <1583297116.92.0.505403409615.issue38747@roundup.psfhosted.org>
2020-03-04 04:45:16terry.reedylinkissue38747 messages
2020-03-04 04:45:16terry.reedycreate