Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73235 > unrolled thread

Re: Asymmetry in globals __getitem__/__setitem__

Started byChris Angelico <rosuav@gmail.com>
First post2014-06-13 05:47 +1000
Last post2014-06-13 05:47 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Asymmetry in globals __getitem__/__setitem__ Chris Angelico <rosuav@gmail.com> - 2014-06-13 05:47 +1000

#73235 — Re: Asymmetry in globals __getitem__/__setitem__

FromChris Angelico <rosuav@gmail.com>
Date2014-06-13 05:47 +1000
SubjectRe: Asymmetry in globals __getitem__/__setitem__
Message-ID<mailman.11041.1402602481.18130.python-list@python.org>
On Fri, Jun 13, 2014 at 4:18 AM, Robert Lehmann <mail@robertlehmann.de> wrote:
> PS.  I found a 3.3.x commit (e3ab8aa) which fixed the LOAD_GLOBAL opcode to
> support other types than dict, but STORE_GLOBAL seems to use bare
> PyDict_SetItem instead of dispatching to PyObject_SetItem.
>

This looks like something for a tracker issue. I agree with Ian, seems
like a bug.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web