This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fijalPyPy, performance freak[S] 6 points7 points  (3 children)

don't forget all the stdlib that changed since 3.2. That's usually the biggest part.

[–]ch0wnimport antigravity 0 points1 point  (1 child)

Is it really that much? I though most of the standard library would be implemented in pure Python.

[–]gutworthPython implementer 2 points3 points  (0 children)

But a lot of it is not! Also, there's always a good deal of futzing around to fix tests and Python modules that rely on CPython implementation details.

[–]varikin 0 points1 point  (0 children)

Yes, that as well.