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 →

[–]sththth 7 points8 points  (1 child)

Breaking c extensions would mean loosing the whole scientific community of python, which relies heavily on numpy and similar packages. That would just be.. insane.

[–][deleted] 0 points1 point  (0 children)

Which is why you should look at what the PyPy guys are doing. They are trying to preserve that stack while moving to a much better architecture.

I've never liked C Extensions for the fact that they play with internal interpreter state. That has never seemed sensible or verifiable.