-
Marius Wachtler authored
- oldstyle classed don't add __bases__ and __name__ as attributes to their dict instead the intercept them with __getattribute__ - it was possible to encounter a crash when importing a module and then deleting the entry from sys.modules and calling the function from the other module - add a Pyston specific PyCode_GetArgCount instead of directly accessing code->co_argcount
e6ade3a0