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 steven.daprano
Recipients naoyuki, steven.daprano
Date 2017-02-11.08:26:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486801591.87.0.0666415808596.issue29532@psf.upfronthosting.co.za>
In-reply-to
Content
Confirmed that in Python 2.7 calling g() before and after modifying the dict prints 3 both times; calling g() before modifying the dict prints 3, then after modifying it prints 5.

Python 3.3 behaves like 2.7, so this sounds like a regression in 3.5 or maybe 3.4.
History
Date User Action Args
2017-02-11 08:26:31steven.dapranosetrecipients: + steven.daprano, naoyuki
2017-02-11 08:26:31steven.dapranosetmessageid: <1486801591.87.0.0666415808596.issue29532@psf.upfronthosting.co.za>
2017-02-11 08:26:31steven.dapranolinkissue29532 messages
2017-02-11 08:26:31steven.dapranocreate