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 eric.snow
Recipients eric.snow, ncoghlan, ned.deily, steve.dower, yselivanov
Date 2018-02-03.06:00:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517637620.6.0.467229070634.issue32604@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, out of 2389 source lines in the C extension, 1563 are the channel-related code.  That means the non-channel code is 826 lines (about a third).  That non-channel code does not depend on the channel code at all and I considered splitting the source out, but figured there wasn't enough benefit.  However, I might revisit the matter later when I circle back to PEP 554. :)
History
Date User Action Args
2018-02-03 06:00:20eric.snowsetrecipients: + eric.snow, ncoghlan, ned.deily, yselivanov, steve.dower
2018-02-03 06:00:20eric.snowsetmessageid: <1517637620.6.0.467229070634.issue32604@psf.upfronthosting.co.za>
2018-02-03 06:00:20eric.snowlinkissue32604 messages
2018-02-03 06:00:20eric.snowcreate