You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to take tests from CPython, but a number of them test implementation details, and what's wrong with that is that not all of them marked with necessary decorators to skip them on non-CPython implementation.
So, I'm gonna work on that in CPython and then we can test our implementation with them. Sounds great for me.
CPython issue to track this: python/cpython#115142
The text was updated successfully, but these errors were encountered:
I'd like to take tests from CPython, but a number of them test implementation details, and what's wrong with that is that not all of them marked with necessary decorators to skip them on non-CPython implementation.
So, I'm gonna work on that in CPython and then we can test our implementation with them. Sounds great for me.
CPython issue to track this: python/cpython#115142
The text was updated successfully, but these errors were encountered: