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, miss-islington, serhiy.storchaka
Date 2018-11-09.07:30:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541748641.05.0.788709270274.issue35193@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 65e1a1fd311943866361fcb288c0df65dadbe092 by Gregory P. Smith in branch '3.6':
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) (GH-10422)
https://github.com/python/cpython/commit/65e1a1fd311943866361fcb288c0df65dadbe092
History
Date User Action Args
2018-11-09 07:30:41gregory.p.smithsetrecipients: + gregory.p.smith, serhiy.storchaka, miss-islington
2018-11-09 07:30:41gregory.p.smithsetmessageid: <1541748641.05.0.788709270274.issue35193@psf.upfronthosting.co.za>
2018-11-09 07:30:41gregory.p.smithlinkissue35193 messages
2018-11-09 07:30:40gregory.p.smithcreate