Update enum from v3.14.2#6932
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| two = b'2', 'ascii', 9 | ||
|
|
||
| @unittest.expectedFailure # TODO: RUSTPYTHON; fails on encoding testing : TypeError: Expected type 'str' but 'builtin_function_or_method' found | ||
| @unittest.expectedFailure # TODO: RUSTPYTHON; fails on encoding testing : TypeError: Expected type 'str' but 'builtin_function_or_method' found |
There was a problem hiding this comment.
Is the double space before the comment intentional?
# used to be
@unittest.expectedFailure # TODO: RUSTPYTHON; ...
# now it's
@unittest.expectedFailure # TODO: RUSTPYTHON; ...There was a problem hiding this comment.
That's the tradition from PEP-8#inline-comments
... Inline comments should be separated by at least two spaces from the statement. They should start with a # and a single space.
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [x] lib: cpython/Lib/enum.py dependencies:
dependent tests: (10 tests)
[x] test: cpython/Lib/test/test_coroutines.py (TODO: 25) dependencies: dependent tests: (no tests depend on coroutines) Legend:
|
No description provided.