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 Demur Rumed, kayhayen, larry, ned.deily, serhiy.storchaka, vstinner
Date 2016-09-23.15:15:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474643730.69.0.884079941735.issue28257@psf.upfronthosting.co.za>
In-reply-to
Content
Ned and Larry.

Is it allowed to use the patch from issue27358 for fixing a regression in 3.6 and inconsistency in 3.5 for var-keyword arguments? The patch introduces new private function _PyDict_MergeEx() and touches the implementation of PyDict_Merge(). Maybe this can be fixed with smaller patch, but I don't know.

Is it allowed to add new opcode BUILD_TUPLE_UNPACK_WITH_CALL for fixing a regression in 3.6 and inconsistency in 3.5 for var-positional arguments? This is the only way. The bytecode already was changed in a bugfix release of 3.5 for more serious need: fixing potential segfault or security issue (issue27286).
History
Date User Action Args
2016-09-23 15:15:30serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, larry, ned.deily, kayhayen, Demur Rumed
2016-09-23 15:15:30serhiy.storchakasetmessageid: <1474643730.69.0.884079941735.issue28257@psf.upfronthosting.co.za>
2016-09-23 15:15:30serhiy.storchakalinkissue28257 messages
2016-09-23 15:15:30serhiy.storchakacreate