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 methane, naoyuki, rhettinger, serhiy.storchaka, steven.daprano
Date 2017-02-21.16:18:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487693911.11.0.10505095199.issue29532@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset e48fd93bbb36c6d80aa4eb6af09f58c69d8cf965 by GitHub in branch '3.6':
bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. (#209)
https://github.com/python/cpython/commit/e48fd93bbb36c6d80aa4eb6af09f58c69d8cf965
History
Date User Action Args
2017-02-21 16:18:31serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, steven.daprano, methane, naoyuki
2017-02-21 16:18:31serhiy.storchakasetmessageid: <1487693911.11.0.10505095199.issue29532@psf.upfronthosting.co.za>
2017-02-21 16:18:31serhiy.storchakalinkissue29532 messages
2017-02-21 16:18:31serhiy.storchakacreate