On Mon, Jan 11, 2016 at 9:56 PM, Victor Stinner <victor.stin...@gmail.com> wrote: > Le 11 janv. 2016 8:09 PM, "Maciej Fijalkowski" <fij...@gmail.com> a écrit : >> Hi Victor. >> >> You know that pypy does this stuff without changing and exposing >> python semantics right? We have a version dict that does not leak >> abstractions to the user. > > The PEP adds a field to the C structure PyDictObject. Are you asking me to > hide it from the C structure? > > The first version of my PEP added a public read-only property at Python > level, but I changed the PEP. See the alternatives section for more detail. > > Victor
I asked you to hide it from python, read the wrong version :-) Cool! _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com