>>> Is using Cython for anything in Modules/ really an option? In my limited
>>> experiments with it, I did like it.
>>>
>>> But using it for Python standard library stuff doesn't look quite right to
>>> me:
>>>
>>> - Option 1: distribute Cython with Python and integrate into build process
>>> -- O
> If I remember correctly (and based on a skimming of dictnotes.txt),
> those aren't suggestions, it is documentation about the actual
> implementation and why those decisions were made.
Well, some of the document is written as "if we did X, then we'd see
Y" so it's not always clear. Some parts a
Hi everyone,
I was enjoying reading Raymond Hettinger's Objects/dictnotes.txt, and
was wondering, which (if any) of its suggestions implemented? I see
most of it was written back in 2003.
Thanks,
Brendan
___
Python-Dev mailing list
Python-Dev@python.or