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 serhiy.storchaka
Recipients ZackerySpytz, serhiy.storchaka, vstinner
Date 2017-07-31.14:24:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501511083.94.0.492547713856.issue30640@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset c6ea8974e2d939223bfd6d64ee13ec89c090d2e0 by Serhiy Storchaka (Zackery Spytz) in branch 'master':
bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (#2919)
https://github.com/python/cpython/commit/c6ea8974e2d939223bfd6d64ee13ec89c090d2e0
History
Date User Action Args
2017-07-31 14:24:43serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ZackerySpytz
2017-07-31 14:24:43serhiy.storchakasetmessageid: <1501511083.94.0.492547713856.issue30640@psf.upfronthosting.co.za>
2017-07-31 14:24:43serhiy.storchakalinkissue30640 messages
2017-07-31 14:24:43serhiy.storchakacreate