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 gregory.p.smith
Recipients gregory.p.smith, serhiy.storchaka
Date 2018-11-09.01:55:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541728512.43.0.788709270274.issue35193@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 49fa4a9f1ef387e16596f271414c855339eadf09 by Gregory P. Smith in branch 'master':
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418)
https://github.com/python/cpython/commit/49fa4a9f1ef387e16596f271414c855339eadf09
History
Date User Action Args
2018-11-09 01:55:12gregory.p.smithsetrecipients: + gregory.p.smith, serhiy.storchaka
2018-11-09 01:55:12gregory.p.smithsetmessageid: <1541728512.43.0.788709270274.issue35193@psf.upfronthosting.co.za>
2018-11-09 01:55:12gregory.p.smithlinkissue35193 messages
2018-11-09 01:55:11gregory.p.smithcreate