Jeong, YunWon

Results 849 comments of Jeong, YunWon

@terryluan12 I think accepting new code, change std again to core is more easy in this case

this is probably i broke marshal compatibiltiy recently. I will break bytecode compatibility a few more times in this week. running this command will be helpful: ``` rm -r target/debug/build/rustpython-*...

Sorry for inconvenience. I changed magic number in #6638 This must be solved.

@terryluan12 The changes seem to cause hang. Could you split this PR to smaller one to find out what's the cause?

that's the next one of builtin_eval. probably ./extra_tests/snippets/builtin_exceptions.py

Thanks! That looks like a compiler bug. Is it possible to create a minimal reproducible script? 'the C _asyncio module' is a c module but probably not a CPython specific...

Great! Failing test is unexpected success ``` ====================================================================== UNEXPECTED SUCCESS: test_loop_factory (test.test_unittest.test_async_case.TestAsyncCase.test_loop_factory) ---------------------------------------------------------------------- ```

I have no idea we are correctly implementing `__slot__` for now. @coolreader18 do you have any idea?

I didn't look in corresponding cpython code, but this is how i feel like to solve this: - Add a field to `PyTypeSlots` to quickly retrieve fields of `__slots__`. (though...