On Jan 11, 2016, at 15:24, Victor Stinner wrote:
>
> 2016-01-12 0:07 GMT+01:00 Gregory P. Smith :
>>> Changes
>>> ===
>>>
>>> (...)
>>
>> Please be more explicit about what tests you are performing on the values.
>> setitem's "if the value is different" really should mean "if value is not
>
2016-01-12 0:07 GMT+01:00 Gregory P. Smith :
>> Changes
>> ===
>>
>> (...)
>
> Please be more explicit about what tests you are performing on the values.
> setitem's "if the value is different" really should mean "if value is not
> dict['key']". similarly for update, there should never be equa
On Mon, Jan 11, 2016 at 8:50 AM Victor Stinner
wrote:
> Hi,
>
> After a first round on python-ideas, here is the second version of my
> PEP. The main changes since the first version are that the dictionary
> version is no more exposed at the Python level and the field type now
> also has a size o
On Mon, Jan 11, 2016 at 9:56 PM, Victor Stinner
wrote:
> Le 11 janv. 2016 8:09 PM, "Maciej Fijalkowski" 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.
Le 11 janv. 2016 8:09 PM, "Maciej Fijalkowski" 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
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.
In general, doing stuff like that where there is a public API that
leaks details of certain optimizations makes it harder and har
Hi,
After a first round on python-ideas, here is the second version of my
PEP. The main changes since the first version are that the dictionary
version is no more exposed at the Python level and the field type now
also has a size of 64-bit on 32-bit platforms.
The PEP is part of a serie of 3 PEP
On Jan 11, 2016, at 03:25 PM, anatoly techtonik wrote:
>On Wed, Jan 6, 2016 at 2:49 AM, Barry Warsaw wrote:
>
>> reStructuredText is clearly a better format
>
>Can you expand on that? I use markdown everywhere
reST is better than plain text. Markdown is not a PEP format option.
>> all recent P