-
Notifications
You must be signed in to change notification settings - Fork 3
Add state tracking for unicode #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add state tracking for unicode #39
Conversation
|
@nanjekyejoannah This one failed with errors --- worth fixing? |
9312ad1 to
507db05
Compare
|
I added a missing attribute and fixed a test. |
Objects/unicodeobject.c
Outdated
| #else | ||
| #endif | ||
|
|
||
| // if (PyUnicode_Check(obj)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we just delete this chunk?
|
Let me first run the whole suite locally myself too. |
|
Fixing this bug, uncovered that it is related to us adding |
|
Lets figure out tracking in before we get back here |
Just state, warning already existed.
Format methods are shared, so warnings are covered in #38