add M2Crypto test + fix missing stuff
- 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
Showing
test/extra/M2Crypto_test.py
0 → 100644
Please register or sign in to comment